File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,12 +66,10 @@ jobs:
6666 TestCondition::alwaysTrue \
6767 TestIO::testPrintfArgumentVariables \
6868 TestLeakAutoVarRecursiveCountLimit::recursiveCountLimit"
69- excluded_tests="TestProcessExecutorFS::many_threads \
70- TestProcessExecutorFS::many_threads_showtime \
71- TestProcessExecutorFS::many_threads_plist \
72- TestProcessExecutorFiles::many_threads \
73- TestProcessExecutorFiles::many_threads_showtime \
74- TestProcessExecutorFiles::many_threads_plist"
69+ excluded_tests="TestProcessExecutorFS \
70+ TestProcessExecutorFiles \
71+ TestSuppressions::suppressionsSettingsProcessesFiles \
72+ TestSuppressions::suppressionsSettingsProcessesFS"
7573 valgrind --error-limit=yes --leak-check=full --num-callers=50 --show-reachable=yes --track-origins=yes --suppressions=valgrind/testrunner.supp --gen-suppressions=all --log-fd=9 --error-exitcode=42 ./testrunner -t -x $excluded_tests 9>memcheck.log || ec=1
7674 cat memcheck.log
7775 exit $ec
You can’t perform that action at this time.
0 commit comments