From 01f7e442783215cdd23cc042f7bdbfbe4c9ab335 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Sat, 16 Nov 2024 05:13:25 +0900 Subject: [PATCH] [SYCL][E2E] Move sporadicly passing test vector_with_virtual_mem.cpp to UNSUPPORTED (#16098) XPASSing rarely like [here](https://github.com/intel/llvm/actions/runs/11859980629/job/33054700795). I updated the GH issue. Signed-off-by: Sarnie, Nick --- sycl/test-e2e/VirtualMem/vector_with_virtual_mem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/test-e2e/VirtualMem/vector_with_virtual_mem.cpp b/sycl/test-e2e/VirtualMem/vector_with_virtual_mem.cpp index 4d80ade89df04..35a095efcff98 100644 --- a/sycl/test-e2e/VirtualMem/vector_with_virtual_mem.cpp +++ b/sycl/test-e2e/VirtualMem/vector_with_virtual_mem.cpp @@ -1,7 +1,7 @@ // REQUIRES: aspect-usm_shared_allocations -// XFAIL: linux && gpu-intel-dg2 -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15812 +// UNSUPPORTED: linux && gpu-intel-dg2 +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15812 // RUN: %{build} -o %t.out // RUN: %{run} %t.out