Skip to content

Commit 39fc56b

Browse files
authored
[SYCL][E2E] Even more XFAIL fixes for driver update (#13552)
For #13528, follow up for #13543 and #13547. Failures are tracked internally. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent d0a142a commit 39fc56b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/GroupAlgorithm/root_group.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Fails with opencl and level_zero, enable when fixed.
2-
// XFAIL: opencl || level_zero
1+
// Fails with opencl and level_zero on linux, enable when fixed.
2+
// XFAIL: opencl || (linux && level_zero)
33
// RUN: %{build} -I . -o %t.out
44
// RUN: %{run} %t.out
55

0 commit comments

Comments
 (0)