Skip to content

Commit

Permalink
[SYCL][E2] Add "UNSUPPORTED: ze_debug" for some tests (#10603)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aelovikov-intel authored Jul 28, 2023
1 parent de6f1be commit 6b67874
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: level_zero
// UNSUPPORTED: ze_debug
// RUN: %{build} -o %t.out
// RUN: env SYCL_PI_TRACE=-1 ZE_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: gpu, level_zero
// UNSUPPORTED: ze_debug

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

Expand Down
1 change: 1 addition & 0 deletions sycl/test-e2e/Plugin/level_zero_dynamic_batch_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: gpu, level_zero
// UNSUPPORTED: ze_debug

// RUN: %{build} -o %t.ooo.out
// RUN: %{build} -DUSING_INORDER -o %t.ino.out
Expand Down
1 change: 1 addition & 0 deletions sycl/test-e2e/Plugin/level_zero_queue_profiling.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: gpu, level_zero
// UNSUPPORTED: ze_debug

// RUN: %{build} -o %t.out
// RUN: env ZE_DEBUG=-1 %{run} %t.out 2>&1 | FileCheck --check-prefixes=WITHOUT %s
Expand Down
1 change: 1 addition & 0 deletions sycl/test-e2e/Plugin/level_zero_usm_device_read_only.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// REQUIRES: gpu, level_zero
// UNSUPPORTED: ze_debug

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

0 comments on commit 6b67874

Please sign in to comment.