Skip to content

Commit 65936ae

Browse files
authored
[SYCL] disable ze_debug=4 test (intel#1498)
This test expects to throw an exception. So, there is no corresponding call to deallocation of PiModule. We need to disable this test from ZE_DEBUG=4 test. Signed-off-by: Byoungro So <byoungro.so@intel.com>
1 parent b1ef695 commit 65936ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/KernelAndProgram/cache-build-result.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// for CUDA and HIP the failure happens at compile time, not during runtime
2-
// UNSUPPORTED: cuda || hip
2+
// UNSUPPORTED: cuda || hip || ze_debug4 || ze_debug-1
33

44
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSYCL_DISABLE_FALLBACK_ASSERT=1 %s -o %t.out
55
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -DSYCL_DISABLE_FALLBACK_ASSERT=1 -DGPU %s -o %t_gpu.out

0 commit comments

Comments
 (0)