Skip to content

Commit 2a493c8

Browse files
committed
[CUDA] XFAIL 3 NewOffloadDriver tests
1 parent e6b77f0 commit 2a493c8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

sycl/test-e2e/NewOffloadDriver/multisource.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8+
// XFAIL: cuda
9+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17812
810
// Separate kernel sources and host code sources
911
// Test with `--offload-new-driver`
1012
// 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: cuda
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17812
13
// 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 \
24
// RUN: --offload-new-driver -fsycl-dead-args-optimization
35
// RUN: %{run} %t.out

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: cuda
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17812
13
// Test with `--offload-new-driver`
24
// RUN: %{build} -DSOURCE1 --offload-new-driver -c -o %t1.o
35
// RUN: %{build} -DSOURCE2 --offload-new-driver -c -o %t2.o

0 commit comments

Comments
 (0)