Skip to content

Commit a6edfc9

Browse files
kbobrovsbb-sycl
authored andcommitted
Disable Assert/assert_in_simultaneously_multiple_tus.cpp (intel#959)
* Disable Assert/assert_in_simultaneously_multiple_tus.cpp due to a failure on unrelated change
1 parent f12e45f commit a6edfc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// FIXME unsupported on CUDA and HIP until fallback libdevice becomes available
22
// UNSUPPORTED: cuda || hip
3+
// clang-format off
4+
// Failed on Linux on unrelated change (FileCheck error: '.../assert_in_simultaneously_multiple_tus.cpp.tmp.txt' is empty)
5+
// clang-format on
6+
// REQUIRES: TEMPORARILY_DISABLED
37
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple -I %S/Inputs %s %S/Inputs/kernels_in_file2.cpp -o %t.out %threads_lib
48
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
59
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt

0 commit comments

Comments
 (0)