Skip to content

Commit de59c88

Browse files
committed
[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.
1 parent 6daabd8 commit de59c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/USM/fill_any_size.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %{build} -o %t1.out
22
// RUN: %{run} %t1.out
3-
// XFAIL: (opencl && cpu)
4-
// XFAIL-TRACKER: https://github.com/oneapi-src/unified-runtime/issues/2440
3+
// UNSUPPORTED: (opencl && cpu)
4+
// UNSUPPORTED-TRACKER: https://github.com/oneapi-src/unified-runtime/issues/2440
55

66
/**
77
* Test of the queue::fill interface with a range of pattern sizes and values.

0 commit comments

Comments
 (0)