validate:launcher: Ignore possibly lost for now

This commit is contained in:
Thibault Saunier 2019-04-17 08:56:46 -04:00
parent 96361bd426
commit b9cb5db869

View file

@ -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')]: