From c60a31130ef799c1a799d3c5b85304c568beae12 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Fri, 9 Jan 2026 09:38:56 -0800 Subject: [PATCH] [SYCL][E2E] Disable InorderQueue test on Win BMG Signed-off-by: Nick Sarnie --- sycl/test-e2e/InorderQueue/in_order_usm_host_dependency.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sycl/test-e2e/InorderQueue/in_order_usm_host_dependency.cpp b/sycl/test-e2e/InorderQueue/in_order_usm_host_dependency.cpp index e8d07332a3c5d..657d06a947ffc 100644 --- a/sycl/test-e2e/InorderQueue/in_order_usm_host_dependency.cpp +++ b/sycl/test-e2e/InorderQueue/in_order_usm_host_dependency.cpp @@ -1,6 +1,9 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out +// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/21025 + // Test checks that dependency chain between commands is preserved for in-order // queue in the case when usm commands and host tasks are interleaved.