mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
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:
parent
4322138c8f
commit
2ddbcb666f
1 changed files with 1 additions and 0 deletions
|
@ -335,6 +335,7 @@ class Test(Loggable):
|
||||||
('num-callers', '20'),
|
('num-callers', '20'),
|
||||||
('log-file', '"' + vglogsfile + '"'),
|
('log-file', '"' + vglogsfile + '"'),
|
||||||
('error-exitcode', str(VALGRIND_ERROR_CODE)),
|
('error-exitcode', str(VALGRIND_ERROR_CODE)),
|
||||||
|
('gen-suppressions', 'all'),
|
||||||
]
|
]
|
||||||
|
|
||||||
for supp in self.get_valgrind_suppressions():
|
for supp in self.get_valgrind_suppressions():
|
||||||
|
|
Loading…
Reference in a new issue