Skip to content

Commit eb72c50

Browse files
authored
[SYCL][E2E] Remove XFAIL from two passing tests (#14629)
These are passing in the nightly after the CPU RT uplift a few days ago https://github.com/intel/llvm/actions/runs/9984827095/job/27595152217 ``` Unexpectedly Passed Tests (2): SYCL :: Basic/built-ins/marray_geometric.cpp SYCL :: KernelCompiler/kernel_compiler_spirv.cpp ``` Closes: #13397 Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 597fc1d commit eb72c50

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

sycl/test-e2e/Basic/built-ins/marray_geometric.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
// TODO: Remove XFAIL after fixing https://github.com/intel/llvm/issues/13397
4-
// XFAIL: cpu
53

64
#include "helpers.hpp"
75

sycl/test-e2e/KernelCompiler/kernel_compiler_spirv.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
// RUN: %{build} -o %t.out
1212
// RUN: %{run} %t.out %S/Kernels/kernels.spv %S/Kernels/kernels_fp16.spv %S/Kernels/kernels_fp64.spv
13-
// TODO: Remove XFAIL after fixing https://github.com/intel/llvm/issues/13397
14-
// XFAIL: cpu
1513

1614
// Test case for the sycl_ext_oneapi_kernel_compiler_spirv extension. This test
1715
// loads pre-compiled kernels from a SPIR-V file and runs them.

0 commit comments

Comments
 (0)