Disable hipIpcMemAccessTest.tst and p2p_copy_coherency.tst

[ROCm/hip commit: 34a00342b2]
Этот коммит содержится в:
Maneesh Gupta
2022-05-30 16:25:00 +05:30
коммит произвёл GitHub
родитель 04b71d01a9
Коммит 89cf3732bc
поставляемый
+1 -1
Просмотреть файл
@@ -58,7 +58,7 @@ def hipBuildTest(String backendLabel) {
set -x
# Check if backend label contains string "amd" or backend host is a server with amd gpu
if [[ $backendLabel =~ amd ]]; then
LLVM_PATH=/opt/rocm/llvm ctest -E 'cooperative_streams_least_capacity.tst|cooperative_streams_half_capacity.tst|cooperative_streams_full_capacity.tst|grid_group_data_sharing.tst'
LLVM_PATH=/opt/rocm/llvm ctest -E 'cooperative_streams_least_capacity.tst|cooperative_streams_half_capacity.tst|cooperative_streams_full_capacity.tst|grid_group_data_sharing.tst|hipIpcMemAccessTest.tst|p2p_copy_coherency.tst'
else
make test
fi