Skip to content

Commit 661ebe8

Browse files
aelovikov-intelmdtoguchi
authored andcommitted
[SYCL][E2] Add "UNSUPPORTED: ze_debug" for some tests (intel#10603)
We use that to run the tests with ZE_DEBUG=6 to avoid unintended interaction with CHECKs in the majority of tests but that also means that tests explicitly requesting ZE_DEBUG=1 can't be executed under such scenario.
1 parent c0d5272 commit 661ebe8

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

sycl/test-e2e/KernelAndProgram/level-zero-static-link-flow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: level_zero
2+
// UNSUPPORTED: ze_debug
23
// RUN: %{build} -o %t.out
34
// RUN: env SYCL_PI_TRACE=-1 ZE_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s
45
//

sycl/test-e2e/Plugin/level_zero_batch_test_copy_with_compute.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: gpu, level_zero
2+
// UNSUPPORTED: ze_debug
23

34
// RUN: %{build} -o %t.out
45

sycl/test-e2e/Plugin/level_zero_dynamic_batch_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: gpu, level_zero
2+
// UNSUPPORTED: ze_debug
23

34
// RUN: %{build} -o %t.ooo.out
45
// RUN: %{build} -DUSING_INORDER -o %t.ino.out

sycl/test-e2e/Plugin/level_zero_queue_profiling.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: gpu, level_zero
2+
// UNSUPPORTED: ze_debug
23

34
// RUN: %{build} -o %t.out
45
// RUN: env ZE_DEBUG=-1 %{run} %t.out 2>&1 | FileCheck --check-prefixes=WITHOUT %s

sycl/test-e2e/Plugin/level_zero_usm_device_read_only.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// REQUIRES: gpu, level_zero
2+
// UNSUPPORTED: ze_debug
23

34
// RUN: %{build} -o %t.out
45
// RUN: env SYCL_PI_TRACE=2 ZE_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)