diff --git a/sycl/test-e2e/Basic/kernel_info.cpp b/sycl/test-e2e/Basic/kernel_info.cpp index 657119629e1c0..df33f1f863d22 100644 --- a/sycl/test-e2e/Basic/kernel_info.cpp +++ b/sycl/test-e2e/Basic/kernel_info.cpp @@ -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 ----------------------------==// // diff --git a/sycl/test-e2e/GroupAlgorithm/root_group.cpp b/sycl/test-e2e/GroupAlgorithm/root_group.cpp index bb6320042f98d..e61ac349c7724 100644 --- a/sycl/test-e2e/GroupAlgorithm/root_group.cpp +++ b/sycl/test-e2e/GroupAlgorithm/root_group.cpp @@ -1,3 +1,5 @@ +// Fails with opencl, enable when fixed. +// XFAIL: opencl // RUN: %{build} -I . -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/KernelCompiler/opencl_queries.cpp b/sycl/test-e2e/KernelCompiler/opencl_queries.cpp index b82d1a7b1f3c9..ace5ed08df62c 100644 --- a/sycl/test-e2e/KernelCompiler/opencl_queries.cpp +++ b/sycl/test-e2e/KernelCompiler/opencl_queries.cpp @@ -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