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 129a2ad commit 82d2903Copy full SHA for 82d2903
test/test_valgrind.sh
@@ -92,6 +92,9 @@ for test in $(ls -1 umf_test-*); do
92
umf_test-memspace_highest_capacity)
93
FILTER='--gtest_filter="-*highestCapacityVerify*"'
94
;;
95
+ umf_test-provider_os_memory_multiple_numa_nodes)
96
+ FILTER='--gtest_filter="-testNumaNodesAllocations/testNumaOnEachNode*:testNumaNodesAllocationsAllCpus/testNumaOnEachCpu.checkModePreferredEmptyNodeset*:testNumaNodesAllocationsAllCpus/testNumaOnEachCpu.checkModeLocal*"'
97
+ ;;
98
esac
99
100
[ "$FILTER" != "" ] && echo -n "($FILTER) "
0 commit comments