From 70c10352741c1e4cfeec2e8f6ee0573648c706ca Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Wed, 24 Apr 2024 10:35:51 -0700 Subject: [PATCH] [SYCL][E2E] Fix XFAILs for driver update Signed-off-by: Sarnie, Nick --- sycl/test-e2e/GroupAlgorithm/root_group.cpp | 4 ++-- sycl/test-e2e/KernelCompiler/opencl_queries.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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