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 supress 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 14