Skip to content

Commit 4498c00

Browse files
committed
[E2E] Flag USM/fill_any_size UNSUPPORTED for all opencl devices
Test added in intel#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.
1 parent aae7f13 commit 4498c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/USM/fill_any_size.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %{build} -o %t1.out
22
// RUN: %{run} %t1.out
33
// clang-format off
4-
// UNSUPPORTED: (opencl && cpu)
4+
// UNSUPPORTED: opencl
55
// UNSUPPORTED-TRACKER: https://github.com/oneapi-src/unified-runtime/issues/2440
66
// clang-format on
77

0 commit comments

Comments
 (0)