From 417452a245463974f3a31b67b1b1699a9cb775d0 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Tue, 13 May 2025 07:40:59 -0700 Subject: [PATCH] [SYCL][E2E] XFAIL failing DG2 tests Signed-off-by: Sarnie, Nick --- 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, 8 insertions(+), 2 deletions(-) diff --git a/sycl/test-e2e/KernelAndProgram/cache_env_vars.cpp b/sycl/test-e2e/KernelAndProgram/cache_env_vars.cpp index 15a058ca80abc..f313c92a9c0ed 100644 --- a/sycl/test-e2e/KernelAndProgram/cache_env_vars.cpp +++ b/sycl/test-e2e/KernelAndProgram/cache_env_vars.cpp @@ -1,5 +1,7 @@ // 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 ec5c823ddab43..17cc92e1ea26d 100644 --- a/sycl/test-e2e/KernelAndProgram/cache_env_vars_lin.cpp +++ b/sycl/test-e2e/KernelAndProgram/cache_env_vars_lin.cpp @@ -1,7 +1,8 @@ // 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 e8d8cc44368f9..70b589caf023d 100644 --- a/sycl/test-e2e/KernelCompiler/opencl.cpp +++ b/sycl/test-e2e/KernelCompiler/opencl.cpp @@ -7,6 +7,8 @@ //===----------------------------------------------------------------------===// // 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 c449c25647414..252d6fb9ab44f 100644 --- a/sycl/test-e2e/KernelCompiler/sycl_cache_pm.cpp +++ b/sycl/test-e2e/KernelCompiler/sycl_cache_pm.cpp @@ -8,7 +8,8 @@ // 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.