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

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 (#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 Nov 29, 2022
1 parent 12c026a commit 6ae6148
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 6ae6148

Please sign in to comment.