diff --git a/sycl/test-e2e/GroupAlgorithm/root_group.cpp b/sycl/test-e2e/GroupAlgorithm/root_group.cpp index e61ac349c7724..3dae6f21ce4b4 100644 --- a/sycl/test-e2e/GroupAlgorithm/root_group.cpp +++ b/sycl/test-e2e/GroupAlgorithm/root_group.cpp @@ -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 diff --git a/sycl/test-e2e/KernelCompiler/opencl_queries.cpp b/sycl/test-e2e/KernelCompiler/opencl_queries.cpp index ace5ed08df62c..de141389b0533 100644 --- a/sycl/test-e2e/KernelCompiler/opencl_queries.cpp +++ b/sycl/test-e2e/KernelCompiler/opencl_queries.cpp @@ -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