Skip to content

Commit 82d2903

Browse files
committed
Add filter for umf_test-provider_os_memory_multiple_numa_nodes test
Add filter for umf_test-provider_os_memory_multiple_numa_nodes test run under valgrind. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent 129a2ad commit 82d2903

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_valgrind.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ for test in $(ls -1 umf_test-*); do
9292
umf_test-memspace_highest_capacity)
9393
FILTER='--gtest_filter="-*highestCapacityVerify*"'
9494
;;
95+
umf_test-provider_os_memory_multiple_numa_nodes)
96+
FILTER='--gtest_filter="-testNumaNodesAllocations/testNumaOnEachNode*:testNumaNodesAllocationsAllCpus/testNumaOnEachCpu.checkModePreferredEmptyNodeset*:testNumaNodesAllocationsAllCpus/testNumaOnEachCpu.checkModeLocal*"'
97+
;;
9598
esac
9699

97100
[ "$FILTER" != "" ] && echo -n "($FILTER) "

0 commit comments

Comments
 (0)