From 77f9d520191dfdf482ae3c449a8c3a85cf14f27d Mon Sep 17 00:00:00 2001 From: Byoungro So Date: Tue, 29 Nov 2022 08:49:08 -0800 Subject: [PATCH] [SYCL] disable the ZE_DEBUG test that is expected to throw an exception (intel/llvm-test-suite#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 --- SYCL/KernelAndProgram/build-log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SYCL/KernelAndProgram/build-log.cpp b/SYCL/KernelAndProgram/build-log.cpp index e94a40573edde..8cf40ab425c1c 100644 --- a/SYCL/KernelAndProgram/build-log.cpp +++ b/SYCL/KernelAndProgram/build-log.cpp @@ -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