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
33// REQUIRES: aspect-fp64
44// UNSUPPORTED: target-amd || target-nvidia
55
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
33// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
44
55// 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
33// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
44
55// RUN: %{build} %{mathflags} -o %t1.out
Original file line number Diff line number Diff line change 55// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66//
77// ===----------------------------------------------------------------------===//
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
1010// Separate kernel sources and host code sources
1111// Test with `--offload-new-driver`
1212// 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
33// 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 \
44// RUN: --offload-new-driver -fsycl-dead-args-optimization
55// 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
33// Test with `--offload-new-driver`
44// RUN: %{build} -DSOURCE1 --offload-new-driver -c -o %t1.o
55// RUN: %{build} -DSOURCE2 --offload-new-driver -c -o %t2.o
You can’t perform that action at this time.
0 commit comments