Skip to content

Commit da68058

Browse files
authored
[SYCL][E2E] Fix XPASSING tests on DG2 (#18630)
Example [here](https://github.com/intel/llvm/actions/runs/15184285589/job/42701764912). Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 79e7db7 commit da68058

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sycl/test-e2e/Graph/Explicit/buffer_ordering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// XFAIL: run-mode && gpu-intel-dg2 && !igc-dev
2-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18579
1+
// UNSUPPORTED: run-mode && gpu-intel-dg2 && !igc-dev
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18579
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG

sycl/test-e2e/Graph/RecordReplay/buffer_ordering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// XFAIL: run-mode && gpu-intel-dg2 && !igc-dev
2-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18579
1+
// UNSUPPORTED: run-mode && gpu-intel-dg2 && !igc-dev
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18579
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG

0 commit comments

Comments
 (0)