Skip to content

Commit 8a180b5

Browse files
committed
valgrind
1 parent b652991 commit 8a180b5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/valgrind.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,12 @@ jobs:
6666
TestCondition::alwaysTrue \
6767
TestIO::testPrintfArgumentVariables \
6868
TestLeakAutoVarRecursiveCountLimit::recursiveCountLimit"
69-
excluded_tests=
69+
excluded_tests="TestProcessExecutorFS::many_threads \
70+
TestProcessExecutorFS::many_threads_showtime \
71+
TestProcessExecutorFS::many_threads_plist \
72+
TestProcessExecutorFiles::many_threads \
73+
TestProcessExecutorFS::many_threads_showtime \
74+
TestProcessExecutorFS::many_threads_plist"
7075
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
7176
cat memcheck.log
7277
exit $ec

0 commit comments

Comments
 (0)