Skip to content

Commit

Permalink
[SYCL][E2E] Fix two XPASSes on OCL CPU (#13749)
Browse files Browse the repository at this point in the history
They are passing on CPU in the nightlies.

Closes: #13735

---------

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
  • Loading branch information
sarnex committed May 13, 2024
1 parent d1d7e1d commit b758dda
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/Basic/kernel_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// Fail is flaky for level_zero, enable when fixed.
// UNSUPPORTED: level_zero
//
// Consistently fails with opencl non-fpga, enable when fixed.
// XFAIL: opencl && !accelerator
// Consistently fails with opencl gpu, enable when fixed.
// XFAIL: opencl && gpu

//==--- kernel_info.cpp - SYCL kernel info test ----------------------------==//
//
Expand Down
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 and level_zero on linux, enable when fixed.
// XFAIL: opencl || (linux && level_zero)
// Fails with opencl non-cpu and level_zero on linux, enable when fixed.
// XFAIL: (opencl && !cpu) || (linux && level_zero)
// RUN: %{build} -I . -o %t.out
// RUN: %{run} %t.out

Expand Down

0 comments on commit b758dda

Please sign in to comment.