Skip to content

Commit

Permalink
[SYCL] disable the ZE_DEBUG test that is expected to throw an excepti…
Browse files Browse the repository at this point in the history
…on (intel#1365)

This test is expected to throw an exception so we need to disable the ZE_DEBUG test.

Signed-off-by: Byoungro So byoungro.so@intel.com
  • Loading branch information
bso-intel authored and bb-sycl committed Dec 7, 2022
1 parent 447b17b commit 7b3ed30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SYCL/KernelAndProgram/build-log.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// for CUDA and HIP the failure happens at compile time, not during runtime
// UNSUPPORTED: cuda || hip
// UNSUPPORTED: cuda || hip || ze_debug4 || ze_debug-1

// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -DGPU %s -o %t_gpu.out
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
Expand Down

0 comments on commit 7b3ed30

Please sign in to comment.