Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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