From 642cd7db42b24baa6c2493b75cda92bf81191a36 Mon Sep 17 00:00:00 2001 From: Lukas Sommer Date: Thu, 15 May 2025 14:33:24 +0200 Subject: [PATCH] Revert "[SYCL][E2E] XFAIL failing DG2 tests (#18445)" This reverts commit 4b7a7f9f3b08aabb091e0ea74020ab2e3a95c9a9. --- sycl/test-e2e/KernelAndProgram/cache_env_vars.cpp | 2 -- sycl/test-e2e/KernelAndProgram/cache_env_vars_lin.cpp | 3 +-- sycl/test-e2e/KernelCompiler/opencl.cpp | 2 -- sycl/test-e2e/KernelCompiler/sycl_cache_pm.cpp | 3 +-- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sycl/test-e2e/KernelAndProgram/cache_env_vars.cpp b/sycl/test-e2e/KernelAndProgram/cache_env_vars.cpp index f313c92a9c0ed..15a058ca80abc 100644 --- a/sycl/test-e2e/KernelAndProgram/cache_env_vars.cpp +++ b/sycl/test-e2e/KernelAndProgram/cache_env_vars.cpp @@ -1,7 +1,5 @@ // No JITing for host devices. // REQUIRES: opencl || level_zero -// XFAIL: run-mode && linux && gpu-intel-dg2 -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18416 // RUN: %{run-aux} rm -rf %t/cache_dir // RUN: %{build} -o %t.out -DTARGET_IMAGE=INC100 // Build program and add item to cache diff --git a/sycl/test-e2e/KernelAndProgram/cache_env_vars_lin.cpp b/sycl/test-e2e/KernelAndProgram/cache_env_vars_lin.cpp index 17cc92e1ea26d..ec5c823ddab43 100644 --- a/sycl/test-e2e/KernelAndProgram/cache_env_vars_lin.cpp +++ b/sycl/test-e2e/KernelAndProgram/cache_env_vars_lin.cpp @@ -1,8 +1,7 @@ // No JITing for host devices and diffrent environment variables on linux and // windows. // REQUIRES: (level_zero || opencl) && linux -// XFAIL: run-mode && linux && gpu-intel-dg2 -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18416 + // RUN: %{run-aux} rm -rf %t/cache_dir // RUN: %{build} -o %t.out -DTARGET_IMAGE=INC100 diff --git a/sycl/test-e2e/KernelCompiler/opencl.cpp b/sycl/test-e2e/KernelCompiler/opencl.cpp index 70b589caf023d..e8d8cc44368f9 100644 --- a/sycl/test-e2e/KernelCompiler/opencl.cpp +++ b/sycl/test-e2e/KernelCompiler/opencl.cpp @@ -7,8 +7,6 @@ //===----------------------------------------------------------------------===// // REQUIRES: ocloc && (opencl || level_zero) -// XFAIL: run-mode && linux && gpu-intel-dg2 -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18416 // UNSUPPORTED: accelerator // UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there. diff --git a/sycl/test-e2e/KernelCompiler/sycl_cache_pm.cpp b/sycl/test-e2e/KernelCompiler/sycl_cache_pm.cpp index 252d6fb9ab44f..c449c25647414 100644 --- a/sycl/test-e2e/KernelCompiler/sycl_cache_pm.cpp +++ b/sycl/test-e2e/KernelCompiler/sycl_cache_pm.cpp @@ -8,8 +8,7 @@ // REQUIRES: (opencl || level_zero) // REQUIRES: aspect-usm_device_allocations -// XFAIL: run-mode && linux && gpu-intel-dg2 -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18416 + // UNSUPPORTED: accelerator // UNSUPPORTED-INTENDED: while accelerator is AoT only, this cannot run there.