Skip to content

Commit c552052

Browse files
Update the current XFAIL status of e2e tests with the SPIR-V Backend
1 parent e923fbb commit c552052

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

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

sycl/test-e2e/syclcompat/util/util_ternary_logic_op_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
// RUN: %{build} -o %t.out
1313
// RUN: %{run} %t.out
1414

15+
// XFAIL: spirv-backend
16+
// XFAIL-TRACKER: CMPLRLLVM-64705
17+
1518
#include <cmath>
1619
#include <cstdint>
1720
#include <cstdio>

0 commit comments

Comments
 (0)