Bug 1187662 - Add the -v option to valgrind when running valgrind-test. r=njn

This will add more verbosity, with the intent of having the triggered
suppressions be displayed in the form:
"--23983-- used_suppression:      3 Bug 794372 /builds/slave/try-l64-valgrind-0000000000000/src/build/valgrind/cross-architecture.sup:90 suppressed: 20,736 bytes in 648 blocks"
This commit is contained in:
Mike Hommey 2015-07-26 11:55:21 +09:00
parent 95bead4668
commit 9fd9265409

View File

@ -109,6 +109,7 @@ class MachCommands(MachCommandBase):
'--show-possibly-lost=no',
'--track-origins=yes',
'--trace-children=yes',
'-v', # Enable verbosity to get the list of used suppressions
]
for s in suppressions: