From 71ad050fec57467233e075f1e0e1f5d2eec39413 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Fri, 5 Dec 2025 08:19:36 -0800 Subject: [PATCH] [SYCL][E2E] Disable two image tests failing in nightly Signed-off-by: Nick Sarnie --- sycl/test-e2e/Basic/image/image_read.cpp | 2 ++ sycl/test-e2e/Basic/image/image_sample.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sycl/test-e2e/Basic/image/image_read.cpp b/sycl/test-e2e/Basic/image/image_read.cpp index 2bd62a6ad0890..0a09755103d18 100644 --- a/sycl/test-e2e/Basic/image/image_read.cpp +++ b/sycl/test-e2e/Basic/image/image_read.cpp @@ -1,4 +1,6 @@ // REQUIRES: aspect-ext_intel_legacy_image +// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20224 // Temporarily add explicit '-O2' to avoid GPU hang issue with O0 optimization. // RUN: %{build} -O2 -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/Basic/image/image_sample.cpp b/sycl/test-e2e/Basic/image/image_sample.cpp index 22d59061b7a90..8d136be0744f6 100644 --- a/sycl/test-e2e/Basic/image/image_sample.cpp +++ b/sycl/test-e2e/Basic/image/image_sample.cpp @@ -1,4 +1,6 @@ // REQUIRES: aspect-ext_intel_legacy_image +// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20224 // RUN: %{build} -o %t.out // RUN: %{run} %t.out