Skip to content

Commit e780eff

Browse files
authored
[SYCL][E2E] Disable AOT tests on more platforms (#17317)
Failing in more cases in the nightly https://github.com/intel/llvm/actions/runs/13667656648 --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 29ea7a6 commit e780eff

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

sycl/test-e2e/AOT/early_aot.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
// REQUIRES: ocloc, gpu, target-spir
44

5-
// XFAIL: linux && (gpu-intel-gen12 || gpu-intel-dg2)
6-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305
5+
// UNSUPPORTED: linux
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
77

88
// Build the early AOT device binaries
99
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -fno-sycl-rdc -c -DADD_CPP %s -o %t_add.o

sycl/test-e2e/ProgramManager/uneven_kernel_split.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// REQUIRES: any-device-is-cpu, gpu, opencl-aot, ocloc, target-spir
22

3+
// UNSUPPORTED: linux
4+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
5+
36
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 -I %S/Inputs/ %S/uneven_kernel_split.cpp -c -o %t.o
47
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -I %S/Inputs/ %S/Inputs/gpu_kernel1.cpp -c -o %t1.o
58
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -I %S/Inputs/ %S/Inputs/gpu_kernel2.cpp -c -o %t2.o

sycl/test-e2e/SpecConstants/2020/image_selection.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: (opencl || level_zero) && gpu && ocloc
22

3-
// XFAIL: linux && (gpu-intel-gen12 || gpu-intel-dg2)
4-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305
3+
// UNSUPPORTED: linux
4+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
55

66
// Check the case when -fsycl-add-default-spec-consts-image option is used which
77
// results in generation of two types of images: where specialization constants

0 commit comments

Comments
 (0)