Skip to content

Commit 91ad0ed

Browse files
authored
[SYCL][E2E] Add more xfails to recently re-enabled test (#15878)
This test was failing on post commit in these cases after being re-enabled. https://github.com/intel/llvm/actions/runs/11523103039
1 parent 7e2d615 commit 91ad0ed

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)
1+
// XFAIL: any-device-is-opencl, any-device-is-cuda, (windows && 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)