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
2 changes: 2 additions & 0 deletions sycl/test-e2e/Basic/kernel_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// Fail is flaky for level_zero, enable when fixed.
// UNSUPPORTED: level_zero
//
// Consistently fails with opencl, enable when fixed.
// XFAIL: opencl

//==--- kernel_info.cpp - SYCL kernel info test ----------------------------==//
//
Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/GroupAlgorithm/root_group.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Fails with opencl, enable when fixed.
// XFAIL: opencl
// RUN: %{build} -I . -o %t.out
// RUN: %{run} %t.out

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

// Fails with opencl, enable when fixed.
// XFAIL: opencl

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

Expand Down