Skip to content

Commit

Permalink
[SYCL][E2E] Fix XFAILs for driver update (#13547)
Browse files Browse the repository at this point in the history
For #13528, follow up for
#13543. Failures are tracked
internally.

Signed-off-by: Sarnie, Nick <[email protected]>
  • Loading branch information
sarnex authored Apr 24, 2024
1 parent 2dae6cb commit f017487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sycl/test-e2e/GroupAlgorithm/root_group.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Fails with opencl, enable when fixed.
// XFAIL: opencl
// Fails with opencl and level_zero, enable when fixed.
// XFAIL: opencl || level_zero
// RUN: %{build} -I . -o %t.out
// RUN: %{run} %t.out

Expand Down
4 changes: 2 additions & 2 deletions sycl/test-e2e/KernelCompiler/opencl_queries.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// REQUIRES: ocloc && (opencl || level_zero)
// UNSUPPORTED: accelerator

// Fails with opencl, enable when fixed.
// XFAIL: opencl
// Fails with opencl and level_zero on linux, enable when fixed.
// XFAIL: opencl || (linux && level_zero)

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
Expand Down

0 comments on commit f017487

Please sign in to comment.