Skip to content

Commit 00209f6

Browse files
committed
Refine XFAILs
1 parent e09d9d1 commit 00209f6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

sycl/test-e2e/DeviceLib/cmath_fp64_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: spirv-backend
1+
// XFAIL: spirv-backend && (build-mode || run-mode)
22
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17813
33
// REQUIRES: aspect-fp64
44
// UNSUPPORTED: target-amd || target-nvidia

sycl/test-e2e/DeviceLib/cmath_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: cuda
1+
// XFAIL: (build-mode || run-mode) && !gpu-intel-dg2
22
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17813
33
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
44

sycl/test-e2e/DeviceLib/math_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: cuda
1+
// XFAIL: (build-mode || run-mode) && !gpu-intel-dg2
22
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17813
33
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
44

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11-
// XFAIL: run-mode && arch-intel_gpu_bmg_g21
11+
// XFAIL: run-mode
1212
// XFAIL-TRACKER: CMPLRLLVM-66371
1313

1414
// REQUIRES: aspect-ext_intel_matrix

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
1111

12-
// XFAIL: run-mode && arch-intel_gpu_bmg_g21
12+
// XFAIL: run-mode
1313
// XFAIL-TRACKER: CMPLRLLVM-66371
1414

1515
// REQUIRES: aspect-ext_intel_matrix, gpu

sycl/test-e2e/NewOffloadDriver/multisource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// XFAIL: cuda
8+
// XFAIL: (build-mode || run-mode) && !gpu-intel-dg2
99
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17812
1010
// Separate kernel sources and host code sources
1111
// Test with `--offload-new-driver`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: cuda
1+
// XFAIL: (build-mode || run-mode) && !gpu-intel-dg2
22
// XFAIL-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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: cuda
1+
// XFAIL: (build-mode || run-mode) && !gpu-intel-dg2
22
// XFAIL-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

0 commit comments

Comments
 (0)