Don't call vg_assert inside sync_signalhandler_from_kernel
[valgrind.git] / memcheck / tests / suppfreecollision.vgtest
blobc2feebddf715aa75ac1bb76e9d8e59f64ce78de9
1 # this test the case of two errors, one considered not dangerous and
2 # suppressed, the other considered dangerous, and the user does
3 # not want to suppress it.
4 # The suppression entry only match the non dangerous error.
5 # However, when a medium resolution is used to compare 2 errors,
6 # only the last 4 calls are used to determine that two errors are similar
7 # So, the nondangerous suppressed error "absorbs and hides" the dangerous
8 # error.
9 # This side effect of a medium (or low) resolution for error matching
10 # is I guess unexpected by most users.
11 prog: suppfree
12 args: activatenondangerouserror
13 vgopts: --suppressions=suppfreecollision.supp -q