Skip to content

Commit c50ebfa

Browse files
authored
[SYCL][E2E] Disable interop_all_backends on L0 Linux (#15912)
Fails in the nightly [here](https://github.com/intel/llvm/actions/runs/11566567172/job/32196076831). I updated the GH [issue](#15819). Signed-off-by: Sarnie, Nick <[email protected]>
1 parent dc0561a commit c50ebfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Basic/interop/interop_all_backends.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: any-device-is-opencl, any-device-is-cuda, (windows && any-device-is-level_zero), gpu-intel-dg2, hip_amd
1+
// XFAIL: any-device-is-opencl, any-device-is-cuda, any-device-is-level_zero, gpu-intel-dg2, hip_amd
22
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15819
33
// RUN: %if any-device-is-opencl %{ %{build} -o %t-opencl.out %}
44
// RUN: %if any-device-is-level_zero %{ %{build} -DBUILD_FOR_L0 -o %t-l0.out %}

0 commit comments

Comments
 (0)