Skip to content

Commit cdd42fb

Browse files
committed
disable failing tests
1 parent 87d4732 commit cdd42fb

File tree

8 files changed

+21
-3
lines changed

8 files changed

+21
-3
lines changed

sycl/test-e2e/Adapters/level_zero/ext_intel_cslice.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// XFAIL: windows && arch-intel_gpu_bmg_g21
1414
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
1515

16+
// XFAIL: linux && arch-intel_gpu_mtl_u
17+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20896
18+
1619
// RUN: %{build} -Wno-error=deprecated-declarations -o %t.out
1720

1821
// TODO: at this time PVC 1T systems are not correctly supporting CSLICE

sycl/test-e2e/Adapters/level_zero/ext_intel_queue_index.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// XFAIL: windows && arch-intel_gpu_bmg_g21
1414
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
1515

16+
// XFAIL: linux && arch-intel_gpu_mtl_u
17+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20896
18+
1619
// RUN: %{build} -o %t.out
1720

1821
// TODO: at this time PVC 1T systems are not correctly supporting CSLICE

sycl/test-e2e/Basic/interop/ze_context_device.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// REQUIRES: level_zero, level_zero_dev_kit
2+
3+
// UNSUPPORTED: arch-intel_gpu_mtl_u
4+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20898
5+
26
// RUN: %{build} -o %t.out %level_zero_options
37
// RUN: %{run} %t.out
48

sycl/test-e2e/Config/allowlist.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: linux && arch-intel_gpu_mtl_u
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20899
3+
14
// RUN: %{build} -o %t.out
25
//
36
// RUN: env PRINT_DEVICE_INFO=1 %{run-unfiltered-devices} %t.out > %t1.conf

sycl/test-e2e/GroupAlgorithm/SYCL2020/group_sort/group_and_joint_sort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// UNSUPPORTED: target-nvidia || target-amd
33
// UNSUPPORTED-INTENDED: subgroup size requirement implicitly make nvptx/amdgcn
44
// not supported
5-
// XFAIL: linux && run-mode && (gpu-intel-gen12 || gpu-intel-dg2)
5+
// XFAIL: linux && run-mode && (gpu-intel-gen12 || gpu-intel-dg2 || arch-intel_gpu_mtl_u)
66
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18577
77

88
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out

sycl/test-e2e/KernelAndProgram/free_function_kernels.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// REQUIRES: aspect-usm_shared_allocations
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
4-
// UNSUPPORTED: run-mode && (gpu-intel-gen12 || gpu-intel-dg2 || gpu-intel-pvc-1T || arch-intel_gpu_bmg_g21 )
4+
// UNSUPPORTED: run-mode && (gpu-intel-gen12 || gpu-intel-dg2 || gpu-intel-pvc-1T)
5+
// UNSUPPORTED: run-mode && (arch-intel_gpu_bmg_g21 || arch-intel_gpu_mtl_u)
56
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20244
67
// This test tests free function kernel code generation and execution.
78

sycl/test-e2e/Regression/cache_test.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// REQUIRES: level_zero, level_zero_dev_kit
2+
3+
// UNSUPPORTED: arch-intel_gpu_mtl_u
4+
// UNSUPPORTED-TRACKER:
5+
26
// RUN: %{build} %level_zero_options -o %t.out
37
// RUN: %{run} %t.out
48

sycl/test-e2e/bindless_images/read_sampled.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// UNSUPPORTED: hip
44
// UNSUPPORTED-INTENDED: Returning non-FP values from sampling fails on HIP.
55

6-
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
6+
// UNSUPPORTED: linux && ( arch-intel_gpu_bmg_g21 || arch-intel_gpu_mtl_u ) && level_zero_v2_adapter
77
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20223
88

99
// RUN: %{build} -o %t.out

0 commit comments

Comments
 (0)