From b7490389854ff8b383433609a2bb714a8d96edef Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Thu, 9 Oct 2025 08:32:07 -0700 Subject: [PATCH] [SYCL][E2E] Disable image_write.cpp on BMG Linux Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Basic/image/image_write.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/test-e2e/Basic/image/image_write.cpp b/sycl/test-e2e/Basic/image/image_write.cpp index 10341677ead91..69f7f89d697d7 100644 --- a/sycl/test-e2e/Basic/image/image_write.cpp +++ b/sycl/test-e2e/Basic/image/image_write.cpp @@ -1,6 +1,6 @@ // REQUIRES: aspect-ext_intel_legacy_image -// XFAIL: linux && arch-intel_gpu_bmg_g21 -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20224 +// 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