Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit d81e41a

Browse files
temporarily turning off three tests that seem to fail only on CI system. Investigating this is a priority, but we need to disable tests to reduce false negative flags in other PRs. (#983)
temporarily turning off three tests that seem to fail only on CI system. Investigating this is a priority, but we need to disable tests to reduce false negative flags in other PRs. Signed-off-by: Chris Perkins <[email protected]>
1 parent b212290 commit d81e41a

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

SYCL/Basic/context-with-multiple-devices.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: windows || linux
2+
// temporarily disabled
3+
14
// REQUIRES: accelerator, opencl-aot
25

36
// RUN: %clangxx -fsycl -fintelfpga -fsycl-unnamed-lambda %s -o %t2.out

SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: windows || linux
2+
// temporarily disabled
3+
14
// REQUIRES: opencl, opencl_icd
25
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %opencl_lib
36
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/DiscardEvents/invalid_event_exceptions.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: windows || linux
2+
// temporarily disabled
3+
14
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
25
//
36
// RUN: %HOST_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)