We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ba1625 + ecc3a0a commit f320b36Copy full SHA for f320b36
test/test_valgrind.sh
@@ -86,7 +86,7 @@ for test in $(ls -1 umf_test-*); do
86
case $test in
87
umf_test-ipc_os_prov_*)
88
echo "- SKIPPED"
89
- continue; # skip it - this is a 2 processes test run using the ipc_os_prov_anon_fd.sh script
+ continue; # skip testing helper binaries used by the ipc_os_prov_* tests
90
;;
91
umf_test-memspace_host_all)
92
FILTER='--gtest_filter="-*allocsSpreadAcrossAllNumaNodes"'
0 commit comments