Skip to content

Commit dc5cc73

Browse files
committed
valgrind
1 parent a04ebdf commit dc5cc73

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/valgrind.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)