File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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 ;;
You can’t perform that action at this time.
0 commit comments