Skip to content

Commit 0b92997

Browse files
committed
XFAIL NewOffloadDriver tests
1 parent f3cf6bd commit 0b92997

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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-
8+
// XFAIL: cuda
99
// Separate kernel sources and host code sources
1010
// Test with `--offload-new-driver`
1111
// 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: --offload-new-driver -fsycl-dead-args-optimization
33
// RUN: %{run} %t.out
44
//
5-
// XFAIL: hip_nvidia
5+
// XFAIL: hip_nvidia, cuda
66

77
#include "Inputs/split-per-source.h"
88

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %{build} -DSOURCE2 --offload-new-driver -c -o %t2.o
44
// RUN: %clangxx -Wno-error=unused-command-line-argument -fsycl -fsycl-targets=%{sycl_triple} --offload-new-driver %t1.o %t2.o -o %t.exe
55
// RUN: %{run} %t.exe
6+
// XFAIL: cuda
67

78
#ifdef SOURCE1
89
#include <iostream>

0 commit comments

Comments
 (0)