summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--validate/launcher/baseclasses.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/validate/launcher/baseclasses.py b/validate/launcher/baseclasses.py
index b9b0aeb..0affd4d 100644
--- a/validate/launcher/baseclasses.py
+++ b/validate/launcher/baseclasses.py
@@ -316,6 +316,9 @@ class Test(Loggable):
('tool', 'memcheck'),
('leak-check', 'full'),
('leak-resolution', 'high'),
+ # 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'),
('num-callers', '20'),
('log-file', '"' + vglogsfile + '"'),
('error-exitcode', str(VALGRIND_ERROR_CODE)),