Skip to content

Commit 303f407

Browse files
authored
[SYCL][E2E] Mark failing interop native mem tests as UNSUPPORTED (#18298)
[XPASSing](https://github.com/intel/llvm/actions/runs/14787981688) in the nightly for some reason but failing in postcommit, so make them `UNSUPPORTED`. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 9726175 commit 303f407

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

sycl/test-e2e/Adapters/level_zero/interop-get-native-mem.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
// L0 adapter incorrectly reports memory leaks because it doesn't take into
33
// account direct calls to L0 API.
44
// UNSUPPORTED: ze_debug
5-
// XFAIL: linux && gpu-intel-dg2 && run-mode && !igc-dev
6-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18273
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18299
6+
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
7+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18273
78
// RUN: %{build} %level_zero_options -o %t.out
89
// RUN: %{run} %t.out
910

sycl/test-e2e/Graph/Explicit/interop-level-zero-get-native-mem.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
// L0 adapter incorrectly reports memory leaks because it doesn't take into
33
// account direct calls to L0 API.
44
// UNSUPPORTED: ze_debug
5-
// XFAIL: linux && gpu-intel-dg2 && run-mode && !igc-dev
6-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18273
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18299
6+
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
7+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18273
78
// RUN: %{build} %level_zero_options -o %t.out
89
// RUN: %{run} %t.out
910

sycl/test-e2e/Graph/RecordReplay/interop-level-zero-get-native-mem.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
// L0 adapter incorrectly reports memory leaks because it doesn't take into
33
// account direct calls to L0 API.
44
// UNSUPPORTED: ze_debug
5-
// XFAIL: linux && gpu-intel-dg2 && run-mode && !igc-dev
6-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18273
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18299
6+
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
7+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18273
78
// RUN: %{build} %level_zero_options -o %t.out
89
// RUN: %{run} %t.out
910
// Extra run to check for immediate-command-list in Level Zero

sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
// tests to match the required format and in that case you should just update
5555
// (i.e. reduce) the number and the list below.
5656
//
57-
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 261
57+
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 258
5858
//
5959
// List of improperly UNSUPPORTED tests.
6060
// Remove the CHECK once the test has been properly UNSUPPORTED.
@@ -69,7 +69,6 @@
6969
// CHECK-NEXT: Adapters/level_zero/interop-buffer-ownership.cpp
7070
// CHECK-NEXT: Adapters/level_zero/interop-buffer.cpp
7171
// CHECK-NEXT: Adapters/level_zero/interop-direct.cpp
72-
// CHECK-NEXT: Adapters/level_zero/interop-get-native-mem.cpp
7372
// CHECK-NEXT: Adapters/level_zero/interop-image-get-native-mem.cpp
7473
// CHECK-NEXT: Adapters/level_zero/interop-image-ownership.cpp
7574
// CHECK-NEXT: Adapters/level_zero/interop-image-ownership.cpp
@@ -159,7 +158,6 @@
159158
// CHECK-NEXT: Graph/Explicit/buffer_copy_target2host_offset.cpp
160159
// CHECK-NEXT: Graph/Explicit/host_task2_multiple_roots.cpp
161160
// CHECK-NEXT: Graph/Explicit/host_task_multiple_roots.cpp
162-
// CHECK-NEXT: Graph/Explicit/interop-level-zero-get-native-mem.cpp
163161
// CHECK-NEXT: Graph/Explicit/interop-level-zero-launch-kernel.cpp
164162
// CHECK-NEXT: Graph/Explicit/memadvise.cpp
165163
// CHECK-NEXT: Graph/Explicit/prefetch.cpp
@@ -174,7 +172,6 @@
174172
// CHECK-NEXT: Graph/RecordReplay/buffer_copy_target2host_offset.cpp
175173
// CHECK-NEXT: Graph/RecordReplay/host_task2_multiple_roots.cpp
176174
// CHECK-NEXT: Graph/RecordReplay/host_task_multiple_roots.cpp
177-
// CHECK-NEXT: Graph/RecordReplay/interop-level-zero-get-native-mem.cpp
178175
// CHECK-NEXT: Graph/RecordReplay/interop-level-zero-launch-kernel.cpp
179176
// CHECK-NEXT: Graph/RecordReplay/memadvise.cpp
180177
// CHECK-NEXT: Graph/RecordReplay/prefetch.cpp

0 commit comments

Comments
 (0)