We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcd0fd commit bc77195Copy full SHA for bc77195
1 file changed
.github/workflows/valgrind.yml
@@ -66,7 +66,12 @@ jobs:
66
TestCondition::alwaysTrue \
67
TestIO::testPrintfArgumentVariables \
68
TestLeakAutoVarRecursiveCountLimit::recursiveCountLimit"
69
- excluded_tests=
+ excluded_tests="TestProcessExecutorFS::many_threads \
70
+ TestProcessExecutorFS::many_threads_showtime \
71
+ TestProcessExecutorFS::many_threads_plist \
72
+ TestProcessExecutorFiles::many_threads \
73
74
+ TestProcessExecutorFS::many_threads_plist"
75
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
76
cat memcheck.log
77
exit $ec
0 commit comments