From 2a16c09b1b583a9a8d9a3276674a21378492d083 Mon Sep 17 00:00:00 2001 From: Chris Perkins Date: Fri, 8 Apr 2022 15:12:55 -0700 Subject: [PATCH] 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 --- SYCL/Basic/context-with-multiple-devices.cpp | 3 +++ SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp | 3 +++ SYCL/DiscardEvents/invalid_event_exceptions.cpp | 3 +++ 3 files changed, 9 insertions(+) diff --git a/SYCL/Basic/context-with-multiple-devices.cpp b/SYCL/Basic/context-with-multiple-devices.cpp index dae7218899..958d7fc7d9 100644 --- a/SYCL/Basic/context-with-multiple-devices.cpp +++ b/SYCL/Basic/context-with-multiple-devices.cpp @@ -1,3 +1,6 @@ +// UNSUPPORTED: windows || linux +// temporarily disabled + // REQUIRES: accelerator, opencl-aot // RUN: %clangxx -fsycl -fintelfpga -fsycl-unnamed-lambda %s -o %t2.out diff --git a/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp b/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp index 896eb67046..9009f8256e 100644 --- a/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp +++ b/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp @@ -1,3 +1,6 @@ +// UNSUPPORTED: windows || linux +// temporarily disabled + // REQUIRES: opencl, opencl_icd // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out %opencl_lib // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/DiscardEvents/invalid_event_exceptions.cpp b/SYCL/DiscardEvents/invalid_event_exceptions.cpp index ab795e41f0..4e9713262b 100644 --- a/SYCL/DiscardEvents/invalid_event_exceptions.cpp +++ b/SYCL/DiscardEvents/invalid_event_exceptions.cpp @@ -1,3 +1,6 @@ +// UNSUPPORTED: windows || linux +// temporarily disabled + // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // // RUN: %HOST_RUN_PLACEHOLDER %t.out