From de59c88b7c10df25aad7b331a870902c323f659c Mon Sep 17 00:00:00 2001 From: Rafal Bielski Date: Fri, 20 Dec 2024 15:13:59 +0000 Subject: [PATCH] [SYCL][E2E] Change XFAIL to UNSUPPORTED in USM/fill_any_size The failure is sporadic, so change to UNSUPPORTED to avoid XPASS reports while the underlying issue is not yet fixed. --- sycl/test-e2e/USM/fill_any_size.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/test-e2e/USM/fill_any_size.cpp b/sycl/test-e2e/USM/fill_any_size.cpp index 91f215d517633..1402de1e724ff 100644 --- a/sycl/test-e2e/USM/fill_any_size.cpp +++ b/sycl/test-e2e/USM/fill_any_size.cpp @@ -1,7 +1,7 @@ // RUN: %{build} -o %t1.out // RUN: %{run} %t1.out -// XFAIL: (opencl && cpu) -// XFAIL-TRACKER: https://github.com/oneapi-src/unified-runtime/issues/2440 +// UNSUPPORTED: (opencl && cpu) +// UNSUPPORTED-TRACKER: https://github.com/oneapi-src/unified-runtime/issues/2440 /** * Test of the queue::fill interface with a range of pattern sizes and values.