Skip to content

Commit 447f598

Browse files
authored
[SYCL] Disable ZE_DEBUG test for interop (#9857)
This test uses an interop API to create a kernel. So, ZE_DEBUG should be disabled. Signed-off-by: Byoungro So <[email protected]>
1 parent de5b479 commit 447f598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/KernelAndProgram/spec_constants_after_link.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// HIP backend does not currently implement linking.
88
// UNSUPPORTED: hip
99

10-
// Windows doesn't yet have full shutdown().
11-
// UNSUPPORTED: ze_debug && windows
10+
// This test uses interop that has the ownership on a kernel.
11+
// UNSUPPORTED: ze_debug
1212

1313
// This test checks that specialization constant information is available on
1414
// kernel bundles produced by sycl::link.

0 commit comments

Comments
 (0)