Skip to content

Commit d4371ce

Browse files
committed
[SYCL][E2E] Disable AOT tests on more platforms
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 9b4fe25 commit d4371ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test-e2e/AOT/early_aot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

88
// Build the early AOT device binaries

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: (opencl || level_zero) && gpu && ocloc
22

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

66
// Check the case when -fsycl-add-default-spec-consts-image option is used which

0 commit comments

Comments
 (0)