From 1178ee8b7c401ae3b738de0a0edf0d1cb1695fe7 Mon Sep 17 00:00:00 2001 From: Rafal Bielski Date: Fri, 10 Jan 2025 11:48:23 +0000 Subject: [PATCH] [SYCL][E2E] Flag USM/fill_any_size UNSUPPORTED for all opencl devices 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