Skip to content

Commit cd7196d

Browse files
[E2E] Update the current XFAIL status of e2e tests with the SPIR-V Backend (#16994)
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/13295344784 GPU: https://github.com/intel/llvm/actions/runs/13295461991
1 parent 8facecd commit cd7196d

36 files changed

+7
-101
lines changed

sycl/test-e2e/Basic/device_event.cpp

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

4+
// XFAIL: spirv-backend && run-mode
5+
// XFAIL-TRACKER: CMPLRLLVM-64705
6+
47
//==--------device_event.cpp - SYCL class device_event test ----------------==//
58
//
69
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/Basic/multisource.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
// RUN: %clangxx -fsycl %{sycl_target_opts} %t.init.o %t.calc.o %t.main.o -Wno-unused-command-line-argument -o %t2.fat
2020
// RUN: %{run} %t2.fat
2121

22-
// XFAIL: spirv-backend && run-mode
23-
// XFAIL-TRACKER: CMPLRLLVM-64059
24-
2522
#include <sycl/detail/core.hpp>
2623

2724
#include <iostream>

sycl/test-e2e/Compression/compression.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@
66
// RUN: %{run} %t_not_compress.out
77
// RUN: %{run} %t_compress.out
88
// RUN: not diff %t_not_compress.out %t_compress.out
9-
10-
// XFAIL: spirv-backend && run-mode
11-
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/122075

sycl/test-e2e/Config/env_vars.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
// RUN: %if cpu %{ env SYCL_PROGRAM_COMPILE_OPTIONS="-enable-link-options -cl-denorms-are-zero" SHOULD_CRASH=1 %{run} %t.out %}
1414
// RUN: %if cpu %{ env SYCL_PROGRAM_APPEND_COMPILE_OPTIONS="-enable-link-options -cl-denorms-are-zero" SHOULD_CRASH=1 %{run} %t.out %}
1515

16-
// XFAIL: spirv-backend && run-mode
17-
// XFAIL-TRACKER: https://github.com/llvm/llvm-project/issues/122075
18-
1916
#include "../helpers.hpp"
2017
#include <cassert>
2118
#include <sycl/detail/core.hpp>

sycl/test-e2e/DeprecatedFeatures/opencl_interop.cpp

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

6-
// XFAIL: spirv-backend && cpu
7-
// XFAIL-TRACKER: CMPLRLLVM-64705
8-
96
#include <cassert>
107
#include <exception>
118
#include <sycl/detail/core.hpp>

sycl/test-e2e/DeviceImageDependencies/NewOffloadDriver/dynamic.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919

2020
// RUN: %{run} %t.out
2121

22-
// XFAIL: spirv-backend && run-mode
23-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16319
24-
2522
#include "a.hpp"
2623
#include <iostream>
2724
#include <sycl/detail/core.hpp>

sycl/test-e2e/DeviceImageDependencies/NewOffloadDriver/free_function_kernels.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// XFAIL: target-amd
1212
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15742
1313

14-
// XFAIL: spirv-backend && run-mode
15-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16319
16-
1714
#include <iostream>
1815
#include <sycl/detail/core.hpp>
1916
#include <sycl/ext/oneapi/free_function_queries.hpp>

sycl/test-e2e/DeviceImageDependencies/NewOffloadDriver/math_device_lib.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// RUN: %{build} --offload-new-driver -fsycl-allow-device-image-dependencies -fsycl-device-lib-jit-link %{mathflags} -o %t.out
88
// RUN: %{run} %t.out
99

10-
// XFAIL: spirv-backend && run-mode
11-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16319
12-
1310
#include <cmath>
1411
#include <sycl/detail/core.hpp>
1512

sycl/test-e2e/DeviceImageDependencies/NewOffloadDriver/objects.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
// RUN: %{build} --offload-new-driver -fsycl-allow-device-image-dependencies %t_a.o %t_b.o %t_c.o %t_d.o -I %S/Inputs -o %t.out
1111
// RUN: %{run} %t.out
1212

13-
// XFAIL: spirv-backend && run-mode
14-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16319
15-
1613
#include "a.hpp"
1714
#include <iostream>
1815
#include <sycl/detail/core.hpp>

sycl/test-e2e/DeviceImageDependencies/NewOffloadDriver/singleDynamicLibrary.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020

2121
// RUN: %{run} %t.out
2222

23-
// XFAIL: spirv-backend && run-mode
24-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16319
25-
2623
#include "wrapper.hpp"
2724

2825
int main() { return (wrapper()); }

0 commit comments

Comments
 (0)