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.
1 parent 7ba1625 commit ecc3a0aCopy full SHA for ecc3a0a
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