From b758dda07d9c32e9659d9062435a73eaf4a411a6 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Mon, 13 May 2024 18:02:33 +0000 Subject: [PATCH] [SYCL][E2E] Fix two XPASSes on OCL CPU (#13749) They are passing on CPU in the nightlies. Closes: https://github.com/intel/llvm/issues/13735 --------- Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Basic/kernel_info.cpp | 4 ++-- sycl/test-e2e/GroupAlgorithm/root_group.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sycl/test-e2e/Basic/kernel_info.cpp b/sycl/test-e2e/Basic/kernel_info.cpp index 8af5ae3020d5d..5c3c1551a6a38 100644 --- a/sycl/test-e2e/Basic/kernel_info.cpp +++ b/sycl/test-e2e/Basic/kernel_info.cpp @@ -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 ----------------------------==// // diff --git a/sycl/test-e2e/GroupAlgorithm/root_group.cpp b/sycl/test-e2e/GroupAlgorithm/root_group.cpp index 94486874bc4da..f648820d62846 100644 --- a/sycl/test-e2e/GroupAlgorithm/root_group.cpp +++ b/sycl/test-e2e/GroupAlgorithm/root_group.cpp @@ -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