validate: generate valgrind suppression traces

Makes fixing easier as then we can just re-use the generated trace.

Reviewed-by: Thibault Saunier <tsaunier@gnome.org>
Differential Revision: https://phabricator.freedesktop.org/D953
This commit is contained in:
Guillaume Desmottes 2016-05-24 14:04:31 +00:00 committed by Thibault Saunier
parent 4322138c8f
commit 2ddbcb666f

View file

@ -335,6 +335,7 @@ class Test(Loggable):
('num-callers', '20'),
('log-file', '"' + vglogsfile + '"'),
('error-exitcode', str(VALGRIND_ERROR_CODE)),
('gen-suppressions', 'all'),
]
for supp in self.get_valgrind_suppressions():