File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- // XFAIL: spirv-backend && (build-mode || run-mode)
2
- // XFAIL -TRACKER: https://github.com/intel/llvm/issues/17813
1
+ // UNSUPPORTED: true
2
+ // UNSUPPORTED -TRACKER: https://github.com/intel/llvm/issues/17813
3
3
// REQUIRES: aspect-fp64
4
4
// UNSUPPORTED: target-amd || target-nvidia
5
5
Original file line number Diff line number Diff line change 1
- // XFAIL: (build-mode || run-mode) && !gpu-intel-dg2
2
- // XFAIL -TRACKER: https://github.com/intel/llvm/issues/17813
1
+ // UNSUPPORTED: true
2
+ // UNSUPPORTED -TRACKER: https://github.com/intel/llvm/issues/17813
3
3
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
4
4
5
5
// RUN: %{build} -fno-builtin %{mathflags} -o %t1.out
Original file line number Diff line number Diff line change 1
- // XFAIL: (build-mode || run-mode) && !gpu-intel-dg2
2
- // XFAIL -TRACKER: https://github.com/intel/llvm/issues/17813
1
+ // UNSUPPORTED: true
2
+ // UNSUPPORTED -TRACKER: https://github.com/intel/llvm/issues/17813
3
3
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
4
4
5
5
// RUN: %{build} %{mathflags} -o %t1.out
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // XFAIL: (build-mode || run-mode) && !gpu-intel-dg2
9
- // XFAIL -TRACKER: https://github.com/intel/llvm/issues/17812
8
+ // UNSUPPORTED: true
9
+ // UNSUPPORTED -TRACKER: https://github.com/intel/llvm/issues/17812
10
10
// Separate kernel sources and host code sources
11
11
// Test with `--offload-new-driver`
12
12
// RUN: %{build} --offload-new-driver -c -o %t.kernel.o -DINIT_KERNEL -DCALC_KERNEL
Original file line number Diff line number Diff line change 1
- // XFAIL: (build-mode || run-mode) && !gpu-intel-dg2
2
- // XFAIL -TRACKER: https://github.com/intel/llvm/issues/17812
1
+ // UNSUPPORTED: true
2
+ // UNSUPPORTED -TRACKER: https://github.com/intel/llvm/issues/17812
3
3
// RUN: %{build} -Wno-error=unused-command-line-argument -fsycl-device-code-split=per_source -I %S/Inputs -o %t.out %S/Inputs/split-per-source-second-file.cpp \
4
4
// RUN: --offload-new-driver -fsycl-dead-args-optimization
5
5
// RUN: %{run} %t.out
Original file line number Diff line number Diff line change 1
- // XFAIL: (build-mode || run-mode) && !gpu-intel-dg2
2
- // XFAIL -TRACKER: https://github.com/intel/llvm/issues/17812
1
+ // UNSUPPORTED: true
2
+ // UNSUPPORTED -TRACKER: https://github.com/intel/llvm/issues/17812
3
3
// Test with `--offload-new-driver`
4
4
// RUN: %{build} -DSOURCE1 --offload-new-driver -c -o %t1.o
5
5
// RUN: %{build} -DSOURCE2 --offload-new-driver -c -o %t2.o
You can’t perform that action at this time.
0 commit comments