Skip to content

Commit ae3a465

Browse files
authored
[Graph][E2E] Mark flakily failing LIT tests as UNSUPPORTED (#18677)
There might be different underlying issues but all are tracked by #18668.
1 parent 00940d2 commit ae3a465

6 files changed

Lines changed: 18 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: linux && run-mode && gpu-intel-dg2 && !igc-dev
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18668
3+
14
// RUN: %{build} -o %t.out
25
// RUN: %{run} %t.out
36
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: linux && run-mode && gpu-intel-dg2 && !igc-dev
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18668
3+
14
// RUN: %{build} -o %t.out
25
// RUN: %{run} %t.out
36
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: linux && run-mode && gpu-intel-dg2 && !igc-dev
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18668
3+
14
// RUN: %{build} -o %t.out
25
// RUN: %{run} %t.out
36
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: linux && run-mode && gpu-intel-dg2 && !igc-dev
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18668
3+
14
// RUN: %{build} -o %t.out
25
// RUN: %{run} %t.out
36
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: linux && run-mode && gpu-intel-dg2 && !igc-dev
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18668
3+
14
// RUN: %{build} -o %t.out
25
// RUN: %{run} %t.out
36
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: linux && run-mode && gpu-intel-dg2 && !igc-dev
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18668
3+
14
// RUN: %{build} -o %t.out
25
// RUN: %{run} %t.out
36
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG

0 commit comments

Comments
 (0)