mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
validate:launcher: Ignore possibly lost for now
This commit is contained in:
parent
96361bd426
commit
b9cb5db869
1 changed files with 1 additions and 0 deletions
|
@ -511,6 +511,7 @@ class Test(Loggable):
|
|||
# files.
|
||||
('errors-for-leak-kinds', 'definite,indirect'),
|
||||
('show-leak-kinds', 'definite,indirect'),
|
||||
('show-possibly-lost', 'no'),
|
||||
('num-callers', '20'),
|
||||
('error-exitcode', str(VALGRIND_ERROR_CODE)),
|
||||
('gen-suppressions', 'all')]:
|
||||
|
|
Loading…
Reference in a new issue