Skip to content

Commit 56c9e9a

Browse files
committed
skip mocked tests in valgrind for now
1 parent 57acba7 commit 56c9e9a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/test_valgrind.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,17 @@ for test in $TESTS; do
143143
./test/test_memspace_highest_capacity)
144144
FILTER='--gtest_filter="-*highestCapacityVerify*"'
145145
;;
146+
./test/test_pool_residency)
147+
echo "- SKIPPED"
148+
continue; # TODO: set UMF_ZE_LOADER_LIB_NAME as ctest does
149+
;;
146150
./test/test_provider_os_memory_multiple_numa_nodes)
147151
FILTER='--gtest_filter="-testNuma.checkModeInterleave*:testNumaNodesAllocations/testNumaOnEachNode.checkNumaNodesAllocations*:testNumaNodesAllocations/testNumaOnEachNode.checkModePreferred*:testNumaNodesAllocations/testNumaOnEachNode.checkModeInterleaveSingleNode*:testNumaNodesAllocationsAllCpus/testNumaOnEachCpu.checkModePreferredEmptyNodeset*:testNumaNodesAllocationsAllCpus/testNumaOnEachCpu.checkModeLocal*"'
148152
;;
153+
./test/test_provider_level_zero_residency)
154+
echo "- SKIPPED"
155+
continue; # TODO: set UMF_ZE_LOADER_LIB_NAME as ctest does
156+
;;
149157
./test/test_memspace_highest_bandwidth)
150158
FILTER='--gtest_filter="-*allocLocalMt*"'
151159
;;

0 commit comments

Comments
 (0)