diff --git a/validate/launcher/baseclasses.py b/validate/launcher/baseclasses.py index b63cad13f4..0aef1a6c73 100644 --- a/validate/launcher/baseclasses.py +++ b/validate/launcher/baseclasses.py @@ -509,7 +509,8 @@ class Test(Loggable): # TODO: errors-for-leak-kinds should be set to all instead of definite # and all false positives should be added to suppression # files. - ('errors-for-leak-kinds', 'definite'), + ('errors-for-leak-kinds', 'definite,indirect'), + ('show-leak-kinds', 'definite,indirect'), ('num-callers', '20'), ('error-exitcode', str(VALGRIND_ERROR_CODE)), ('gen-suppressions', 'all')]: