Skip to content

[SYCL][E2E] Mark failing interop native mem tests as UNSUPPORTED #18298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: sycl
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
// L0 adapter incorrectly reports memory leaks because it doesn't take into
// account direct calls to L0 API.
// UNSUPPORTED: ze_debug
// XFAIL: linux && gpu-intel-dg2 && run-mode && !igc-dev
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18273
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18299
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18273
// RUN: %{build} %level_zero_options -o %t.out
// RUN: %{run} %t.out

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
// L0 adapter incorrectly reports memory leaks because it doesn't take into
// account direct calls to L0 API.
// UNSUPPORTED: ze_debug
// XFAIL: linux && gpu-intel-dg2 && run-mode && !igc-dev
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18273
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18299
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18273
// RUN: %{build} %level_zero_options -o %t.out
// RUN: %{run} %t.out

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
// L0 adapter incorrectly reports memory leaks because it doesn't take into
// account direct calls to L0 API.
// UNSUPPORTED: ze_debug
// XFAIL: linux && gpu-intel-dg2 && run-mode && !igc-dev
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/18273
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18299
// UNSUPPORTED: linux && gpu-intel-dg2 && run-mode && !igc-dev
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18273
// RUN: %{build} %level_zero_options -o %t.out
// RUN: %{run} %t.out
// Extra run to check for immediate-command-list in Level Zero
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
// tests to match the required format and in that case you should just update
// (i.e. reduce) the number and the list below.
//
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 261
// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 258
//
// List of improperly UNSUPPORTED tests.
// Remove the CHECK once the test has been properly UNSUPPORTED.
Expand All @@ -69,7 +69,6 @@
// CHECK-NEXT: Adapters/level_zero/interop-buffer-ownership.cpp
// CHECK-NEXT: Adapters/level_zero/interop-buffer.cpp
// CHECK-NEXT: Adapters/level_zero/interop-direct.cpp
// CHECK-NEXT: Adapters/level_zero/interop-get-native-mem.cpp
// CHECK-NEXT: Adapters/level_zero/interop-image-get-native-mem.cpp
// CHECK-NEXT: Adapters/level_zero/interop-image-ownership.cpp
// CHECK-NEXT: Adapters/level_zero/interop-image-ownership.cpp
Expand Down Expand Up @@ -159,7 +158,6 @@
// CHECK-NEXT: Graph/Explicit/buffer_copy_target2host_offset.cpp
// CHECK-NEXT: Graph/Explicit/host_task2_multiple_roots.cpp
// CHECK-NEXT: Graph/Explicit/host_task_multiple_roots.cpp
// CHECK-NEXT: Graph/Explicit/interop-level-zero-get-native-mem.cpp
// CHECK-NEXT: Graph/Explicit/interop-level-zero-launch-kernel.cpp
// CHECK-NEXT: Graph/Explicit/memadvise.cpp
// CHECK-NEXT: Graph/Explicit/prefetch.cpp
Expand All @@ -174,7 +172,6 @@
// CHECK-NEXT: Graph/RecordReplay/buffer_copy_target2host_offset.cpp
// CHECK-NEXT: Graph/RecordReplay/host_task2_multiple_roots.cpp
// CHECK-NEXT: Graph/RecordReplay/host_task_multiple_roots.cpp
// CHECK-NEXT: Graph/RecordReplay/interop-level-zero-get-native-mem.cpp
// CHECK-NEXT: Graph/RecordReplay/interop-level-zero-launch-kernel.cpp
// CHECK-NEXT: Graph/RecordReplay/memadvise.cpp
// CHECK-NEXT: Graph/RecordReplay/prefetch.cpp
Expand Down