mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Fixes BZ#374719 Patch by: klemens <ka7@la-evento.com> git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16336
14 lines
647 B
Plaintext
14 lines
647 B
Plaintext
# this test the case of two errors, one considered not dangerous and
|
|
# suppressed, the other considered dangerous, and the user does
|
|
# not want to suppress it.
|
|
# The suppression entry only match the non dangerous error.
|
|
# However, when a medium resolution is used to compare 2 errors,
|
|
# only the last 4 calls are used to determine that two errors are similar
|
|
# So, the nondangerous suppressed error "absorbs and hides" the dangerous
|
|
# error.
|
|
# This side effect of a medium (or low) resolution for error matching
|
|
# is I guess unexpected by most users.
|
|
prog: suppfree
|
|
args: activatenondangerouserror
|
|
vgopts: --suppressions=suppfreecollision.supp -q
|