Skip to content

Commit

Permalink
[SYCL][E2E] Add more xfails to recently re-enabled test (#15878)
Browse files Browse the repository at this point in the history
This test was failing on post commit in these cases after being
re-enabled.
https://github.com/intel/llvm/actions/runs/11523103039
  • Loading branch information
ayylol authored Oct 25, 2024
1 parent 7e2d615 commit 91ad0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/interop/interop_all_backends.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// XFAIL: any-device-is-opencl, any-device-is-cuda, (windows && any-device-is-level_zero)
// XFAIL: any-device-is-opencl, any-device-is-cuda, (windows && any-device-is-level_zero), gpu-intel-dg2, hip_amd
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15819
// RUN: %if any-device-is-opencl %{ %{build} -o %t-opencl.out %}
// RUN: %if any-device-is-level_zero %{ %{build} -DBUILD_FOR_L0 -o %t-l0.out %}
Expand Down

0 comments on commit 91ad0ed

Please sign in to comment.