validate:launcher: Ignore possibly lost for now
authorThibault Saunier <tsaunier@igalia.com>
Wed, 17 Apr 2019 12:56:46 +0000 (08:56 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Wed, 17 Apr 2019 13:06:55 +0000 (09:06 -0400)
validate/launcher/baseclasses.py

index 8f34d59..4022621 100644 (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')]: