Skip to content

Commit 8cdb923

Browse files
authored
[SYCL][E2E] XFAIL failing adapter tests on Win BMG (#19242)
Seems to be failing everywhere Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent ab78aeb commit 8cdb923

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

sycl/test-e2e/Adapters/level_zero/ext_intel_cslice.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2) && !igc-dev
88
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
99

10+
// XFAIL: windows && arch-intel_gpu_bmg_g21
11+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
12+
1013
// RUN: %{build} -Wno-error=deprecated-declarations -o %t.out
1114

1215
// TODO: at this time PVC 1T systems are not correctly supporting CSLICE

sycl/test-e2e/Adapters/level_zero/ext_intel_queue_index.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2) && !igc-dev
88
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
99

10+
// XFAIL: windows && arch-intel_gpu_bmg_g21
11+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
12+
1013
// RUN: %{build} -o %t.out
1114

1215
// TODO: at this time PVC 1T systems are not correctly supporting CSLICE

sycl/test-e2e/Adapters/sycl-ls-uuid-subdevs.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// XFAIL: linux && run-mode && (arch-intel_gpu_bmg_g21 || gpu-intel-dg2) && !igc-dev
66
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
77

8+
// XFAIL: windows && arch-intel_gpu_bmg_g21
9+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18576
810
// As of now, ZEX_NUMBER_OF_CCS is not working with FLAT hierachy,
911
// which is the new default on PVC.
1012

0 commit comments

Comments
 (0)