Skip to content

Commit 85da69f

Browse files
[SYCL][NativeCPU][E2E] Change barrier_with_work to UNSUPPORTED (#20376)
As observed in #20369, the Regression/barrier_with_work.cpp E2E test may pass sporadically. As such it should be made UNSUPPORTED instead of XFAIL. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 1497dc2 commit 85da69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/Regression/barrier_with_work.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// RUN: %{build} -DUSE_QUEUE_WIDE_BARRIER -o %t.queue_wide.out
44
// RUN: %if gpu %{ env SYCL_PI_LEVEL_ZERO_USE_MULTIPLE_COMMANDLIST_BARRIERS=1 %} %{run} %t.queue_wide.out
55
//
6-
// XFAIL: target-native_cpu
7-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142
6+
// UNSUPPORTED: target-native_cpu
7+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20142
88
//
99
// Tests that barriers block all following execution on queues with active work.
1010
// For L0 we currently need to set

0 commit comments

Comments
 (0)