From 5dee3e82dadc386581e3a0f83633daafd581af18 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Fri, 22 May 2026 09:01:04 -0700 Subject: [PATCH] [SYCL][E2E] Disable two tests sporadically failing on Win BMG Signed-off-by: Nick Sarnie --- sycl/test-e2e/Adapters/level_zero/usm_device_read_only.cpp | 3 +++ sycl/test-e2e/Properties/cache_config.cpp | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sycl/test-e2e/Adapters/level_zero/usm_device_read_only.cpp b/sycl/test-e2e/Adapters/level_zero/usm_device_read_only.cpp index 229aebb7fc47..be359ee04eff 100644 --- a/sycl/test-e2e/Adapters/level_zero/usm_device_read_only.cpp +++ b/sycl/test-e2e/Adapters/level_zero/usm_device_read_only.cpp @@ -4,6 +4,9 @@ // UNSUPPORTED: windows && gpu-intel-gen12 // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21556 +// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22099 + // RUN: %{build} -o %t.out // RUN: env SYCL_UR_TRACE=2 UR_L0_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s diff --git a/sycl/test-e2e/Properties/cache_config.cpp b/sycl/test-e2e/Properties/cache_config.cpp index 26224a0da189..62745dd26ec0 100644 --- a/sycl/test-e2e/Properties/cache_config.cpp +++ b/sycl/test-e2e/Properties/cache_config.cpp @@ -3,6 +3,9 @@ // UNSUPPORTED: windows && gpu-intel-gen12 // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21556 +// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/22099 + // RUN: %{build} -Wno-deprecated-declarations -o %t.out // RUN: env SYCL_UR_TRACE=-1 UR_L0_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s