From d8327d294f88d336ae8d634f81ce6183a4773dd7 Mon Sep 17 00:00:00 2001 From: Rafal Bielski Date: Fri, 10 Jan 2025 16:57:32 +0000 Subject: [PATCH] [SYCL][E2E] Flag USM/fill_any_size UNSUPPORTED for all opencl devices (#16588) Test added in #16544 was originally flagged as UNSUPPORTED for OpenCL CPU device only, but has now been observed to fail also for other OpenCL devices. Flag the test as UNSUPPORTED for all OpenCL devices. --- sycl/test-e2e/USM/fill_any_size.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/USM/fill_any_size.cpp b/sycl/test-e2e/USM/fill_any_size.cpp index 101802324c225..037ac4b884cae 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 // clang-format off -// UNSUPPORTED: (opencl && cpu) +// UNSUPPORTED: opencl // UNSUPPORTED-TRACKER: https://github.com/oneapi-src/unified-runtime/issues/2440 // clang-format on