From 91ad0ed825613bf2dc9cc7f41587df01ab4f8af7 Mon Sep 17 00:00:00 2001 From: David Garcia Orozco Date: Fri, 25 Oct 2024 16:19:47 -0600 Subject: [PATCH] [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 --- sycl/test-e2e/Basic/interop/interop_all_backends.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/Basic/interop/interop_all_backends.cpp b/sycl/test-e2e/Basic/interop/interop_all_backends.cpp index 762cfc86889a..463fd90b0640 100644 --- a/sycl/test-e2e/Basic/interop/interop_all_backends.cpp +++ b/sycl/test-e2e/Basic/interop/interop_all_backends.cpp @@ -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 %}