Skip to content

Commit b6cec0a

Browse files
committed
[SYCL][E2E] Unsupported failing test
Tried to XFAIL based on different mode and different gpu, however, can't get it right. Use unsupported instead for now.
1 parent 1110579 commit b6cec0a

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

sycl/test-e2e/DeviceLib/cmath_fp64_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

sycl/test-e2e/DeviceLib/cmath_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

sycl/test-e2e/DeviceLib/math_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

sycl/test-e2e/NewOffloadDriver/multisource.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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

sycl/test-e2e/NewOffloadDriver/split-per-source-main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

sycl/test-e2e/NewOffloadDriver/sycl-external-with-optional-features.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)