Skip to content

Commit e868ecc

Browse files
[SYCL][CUDA] Mark failing nightly e2e tests on cuda as unsupported (#19232)
This PR mark `Basic/stream/stream.cpp` and `Basic/code_location_e2e.cpp` as unsupported on cuda until they get fixed.
1 parent a09c472 commit e868ecc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sycl/test-e2e/Basic/code_location_e2e.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: cuda
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19214
13
// RUN: %{build} -DNDEBUG -o %t1.out
24
// RUN: %{run} %t1.out | FileCheck %s
35

sycl/test-e2e/Basic/stream/stream.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: cuda
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19214
13
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
24
// RUN: %{run} %t.out %if !gpu || linux %{ | FileCheck %s %}
35

0 commit comments

Comments
 (0)