Check indirect leaks

This commit is contained in:
Mathieu Duponchelle 2019-04-17 02:29:36 +02:00
parent 3fa393c498
commit 61d0605852

View file

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