Skip to content

Commit 5372698

Browse files
authored
Revert "[SYCL][E2E] XFAIL failing DG2 tests" (#18486)
Reverts #18445 The root cause for the test failure was fixed in #18420. This now leads to unexpectedly passing tests.
1 parent d223dfb commit 5372698

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

sycl/test-e2e/KernelAndProgram/cache_env_vars.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// No JITing for host devices.
22
// REQUIRES: opencl || level_zero
3-
// XFAIL: run-mode && linux && gpu-intel-dg2
4-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18416
53
// RUN: %{run-aux} rm -rf %t/cache_dir
64
// RUN: %{build} -o %t.out -DTARGET_IMAGE=INC100
75
// Build program and add item to cache

sycl/test-e2e/KernelAndProgram/cache_env_vars_lin.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// No JITing for host devices and diffrent environment variables on linux and
22
// windows.
33
// REQUIRES: (level_zero || opencl) && linux
4-
// XFAIL: run-mode && linux && gpu-intel-dg2
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18416
4+
65
// RUN: %{run-aux} rm -rf %t/cache_dir
76
// RUN: %{build} -o %t.out -DTARGET_IMAGE=INC100
87

sycl/test-e2e/KernelCompiler/opencl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
// REQUIRES: ocloc && (opencl || level_zero)
10-
// XFAIL: run-mode && linux && gpu-intel-dg2
11-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18416
1210
// UNSUPPORTED: accelerator
1311
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
1412

sycl/test-e2e/KernelCompiler/sycl_cache_pm.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
// REQUIRES: (opencl || level_zero)
1010
// REQUIRES: aspect-usm_device_allocations
11-
// XFAIL: run-mode && linux && gpu-intel-dg2
12-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18416
11+
1312
// UNSUPPORTED: accelerator
1413
// UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.
1514

0 commit comments

Comments
 (0)