Skip to content

Commit a8ee28a

Browse files
[E2E] Update the current XFAIL status of e2e tests with the SPIR-V Backend (#16692)
This PR updates the current XFAIL status of e2e tests with the SPIR-V Backend to keep CI runs with the SPIR-V Backend green. Freshly validated by the following workflow runs: - CPU: https://github.com/intel/llvm/actions/runs/12870111017 - GPU: https://github.com/intel/llvm/actions/runs/12871331751
1 parent cf1df78 commit a8ee28a

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

sycl/test-e2e/DeprecatedFeatures/opencl_interop.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %{build} -D__SYCL_INTERNAL_API -o %t.out %opencl_lib
44
// RUN: %{run} %t.out
55

6+
// XFAIL: spirv-backend && cpu
7+
// XFAIL-TRACKER: CMPLRLLVM-64705
8+
69
#include <cassert>
710
#include <exception>
811
#include <sycl/detail/core.hpp>

sycl/test-e2e/GroupAlgorithm/load_store/conversions_store.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4+
// XFAIL: spirv-backend && cpu
5+
// XFAIL-TRACKER: CMPLRLLVM-64705
6+
47
#include <sycl/detail/core.hpp>
58
#include <sycl/ext/oneapi/experimental/group_load_store.hpp>
69

sycl/test-e2e/MemorySanitizer/check_buffer_memset_memcpy.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %{build} %device_msan_flags -O2 -g -o %t2.out
55
// RUN: %{run} %t2.out 2>&1 | FileCheck %s
66

7+
// XFAIL: spirv-backend
8+
// XFAIL-TRACKER: CMPLRLLVM-64705
9+
710
#include <sycl/detail/core.hpp>
811

912
__attribute__((noinline)) int foo(int data1, int data2) {

sycl/test-e2e/MemorySanitizer/check_device_global.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// RUN: %{build} %device_msan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
88

9+
// XFAIL: spirv-backend
10+
// XFAIL-TRACKER: CMPLRLLVM-64705
11+
912
#include <sycl/detail/core.hpp>
1013
#include <sycl/ext/oneapi/device_global/device_global.hpp>
1114
#include <sycl/usm.hpp>

sycl/test-e2e/MemorySanitizer/check_usm.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// UNSUPPORTED: cpu
88
// UNSUPPORTED-TRACKER: CMPLRLLVM-64618
99

10+
// XFAIL: spirv-backend && gpu
11+
// XFAIL-TRACKER: CMPLRLLVM-64705
12+
1013
#include <sycl/detail/core.hpp>
1114
#include <sycl/usm.hpp>
1215

sycl/test-e2e/Reduction/reduction_nd_N_vars.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
// Windows doesn't yet have full shutdown().
55
// UNSUPPORTED: ze_debug && windows
66

7-
// Depends on SPIR-V Backend & run-time drivers version.
8-
// XFAIL: spirv-backend && gpu
9-
// XFAIL-TRACKER: CMPLRLLVM-64705
10-
117
// This test checks handling of parallel_for() accepting nd_range and
128
// two or more reductions.
139

0 commit comments

Comments
 (0)