Skip to content

Commit a064301

Browse files
authored
[SYCL][E2E] Do not run level_zero_eager_init.cpp under ze_debug (#17121)
With ze_debug UR emits summary of leaks that contains ze*Create function names.
1 parent 85cfcda commit a064301

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/Adapters/level_zero_eager_init.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// REQUIRES: level_zero, level_zero_dev_kit
2+
// UNSUPPORTED: ze_debug
3+
// UNSUPPORTED-INTENDED: ze_debug UR emits summary of leaks that contains
4+
// function names that we match in the test.
25

36
// RUN: %{build} -Wno-error=deprecated-declarations %level_zero_options -o %t.out
47
// RUN: env UR_L0_DEBUG=1 SYCL_EAGER_INIT=1 %{run} %t.out 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)