]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commit
Improve perl suppressions accuracy
authorVincent Pit <perl@profvince.com>
Thu, 12 Nov 2015 21:58:16 +0000 (19:58 -0200)
committerVincent Pit <perl@profvince.com>
Thu, 12 Nov 2015 22:19:38 +0000 (20:19 -0200)
commita08a925178ff4a5e8a68dc9ecc21d50c67049939
tree79ba45b1a9055958f5c2216c09d74cacbbb71a1e
parent139a661cde3aaf5fbf8883f35c0acaf77b8205ab
Improve perl suppressions accuracy

We achieve this by allowing more ellipsis frames, by reworking how the
suppressions are anchored to perl related symbols, and also by increasing
the default number of callers at analysis time to match the one used
at suppression time.
lib/Test/Valgrind.pm
lib/Test/Valgrind/Command/Perl.pm
lib/Test/Valgrind/Parser/Suppressions/Text.pm
lib/Test/Valgrind/Suppressions.pm
lib/Test/Valgrind/Tool/memcheck.pm
t/80-suppressions.t