Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 6ae6148

Browse files
authored
[SYCL] disable the ZE_DEBUG test that is expected to throw an exception (#1365)
This test is expected to throw an exception so we need to disable the ZE_DEBUG test. Signed-off-by: Byoungro So [email protected]
1 parent 12c026a commit 6ae6148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/KernelAndProgram/build-log.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 -DGPU %s -o %t_gpu.out
55
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

0 commit comments

Comments
 (0)