From 11b482ce696703d0a98c9afeea5e3f23b46a7855 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Tue, 1 Jul 2025 18:04:47 +0200 Subject: [PATCH] [sycl-rel] Disable failing tests https://github.com/intel/llvm/issues/18576 --- sycl/test-e2e/Adapters/level_zero_ext_intel_cslice.cpp | 3 +++ sycl/test-e2e/Adapters/level_zero_ext_intel_queue_index.cpp | 3 +++ sycl/test-e2e/Adapters/sycl-ls-uuid-subdevs.cpp | 3 +++ 3 files changed, 9 insertions(+) diff --git a/sycl/test-e2e/Adapters/level_zero_ext_intel_cslice.cpp b/sycl/test-e2e/Adapters/level_zero_ext_intel_cslice.cpp index de0e355313604..2d35241a1b245 100644 --- a/sycl/test-e2e/Adapters/level_zero_ext_intel_cslice.cpp +++ b/sycl/test-e2e/Adapters/level_zero_ext_intel_cslice.cpp @@ -7,6 +7,9 @@ // XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2) // XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576 +// XFAIL: windows && arch-intel_gpu_bmg_g21 +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576 + // RUN: %{build} -Wno-error=deprecated-declarations -o %t.out // TODO: at this time PVC 1T systems are not correctly supporting CSLICE diff --git a/sycl/test-e2e/Adapters/level_zero_ext_intel_queue_index.cpp b/sycl/test-e2e/Adapters/level_zero_ext_intel_queue_index.cpp index eb5c4e67d62ad..debe5da1516a9 100644 --- a/sycl/test-e2e/Adapters/level_zero_ext_intel_queue_index.cpp +++ b/sycl/test-e2e/Adapters/level_zero_ext_intel_queue_index.cpp @@ -7,6 +7,9 @@ // XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2) // XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576 +// XFAIL: windows && arch-intel_gpu_bmg_g21 +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576 + // RUN: %{build} -o %t.out // TODO: at this time PVC 1T systems are not correctly supporting CSLICE diff --git a/sycl/test-e2e/Adapters/sycl-ls-uuid-subdevs.cpp b/sycl/test-e2e/Adapters/sycl-ls-uuid-subdevs.cpp index 8d8d8efc1de36..891d2a8708522 100644 --- a/sycl/test-e2e/Adapters/sycl-ls-uuid-subdevs.cpp +++ b/sycl/test-e2e/Adapters/sycl-ls-uuid-subdevs.cpp @@ -5,6 +5,9 @@ // XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2) // XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576 +// XFAIL: windows && arch-intel_gpu_bmg_g21 +// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576 + // As of now, ZEX_NUMBER_OF_CCS is not working with FLAT hierachy, // which is the new default on PVC.