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.