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
143
143
./test/test_memspace_highest_capacity)
144
144
FILTER=' --gtest_filter="-*highestCapacityVerify*"'
145
145
;;
146
+ ./test/test_pool_residency)
147
+ echo " - SKIPPED"
148
+ continue ; # TODO: set UMF_ZE_LOADER_LIB_NAME as ctest does
149
+ ;;
146
150
./test/test_provider_os_memory_multiple_numa_nodes)
147
151
FILTER=' --gtest_filter="-testNuma.checkModeInterleave*:testNumaNodesAllocations/testNumaOnEachNode.checkNumaNodesAllocations*:testNumaNodesAllocations/testNumaOnEachNode.checkModePreferred*:testNumaNodesAllocations/testNumaOnEachNode.checkModeInterleaveSingleNode*:testNumaNodesAllocationsAllCpus/testNumaOnEachCpu.checkModePreferredEmptyNodeset*:testNumaNodesAllocationsAllCpus/testNumaOnEachCpu.checkModeLocal*"'
148
152
;;
153
+ ./test/test_provider_level_zero_residency)
154
+ echo " - SKIPPED"
155
+ continue ; # TODO: set UMF_ZE_LOADER_LIB_NAME as ctest does
156
+ ;;
149
157
./test/test_memspace_highest_bandwidth)
150
158
FILTER=' --gtest_filter="-*allocLocalMt*"'
151
159
;;
You can’t perform that action at this time.
0 commit comments