Skip to content

Commit cdbfb2b

Browse files
Revert "[SYCL][E2E] XFAIL AOT tests failing on new driver (#17306)"
This reverts commit 09b326b.
1 parent d48388f commit cdbfb2b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

sycl/test-e2e/AOT/early_aot.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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
7-
85
// Build the early AOT device binaries
96
// 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
107
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts -fno-sycl-rdc -c -DSUB_CPP %s -o %t_sub.o

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
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
5-
63
// Check the case when -fsycl-add-default-spec-consts-image option is used which
74
// results in generation of two types of images: where specialization constants
85
// are replaced with defaults and original images.

0 commit comments

Comments
 (0)