From 02c7e96ef0087f3f37144e27b40239b3963dbb40 Mon Sep 17 00:00:00 2001 From: Pavel Chupin Date: Mon, 15 Aug 2022 17:25:36 -0700 Subject: [PATCH] Revert "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)" This reverts commit d81e41acf3ee1e712b91b29644f73718de621907. --- 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 deletions(-) diff --git a/SYCL/Basic/context-with-multiple-devices.cpp b/SYCL/Basic/context-with-multiple-devices.cpp index 18c684f7fb..6cc17177ee 100644 --- a/SYCL/Basic/context-with-multiple-devices.cpp +++ b/SYCL/Basic/context-with-multiple-devices.cpp @@ -1,6 +1,3 @@ -// 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 2dc8bb0a52..65513d64cb 100644 --- a/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp +++ b/SYCL/Basic/interop/check_carrying_real_kernel_IDs.cpp @@ -1,6 +1,3 @@ -// 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 2022244578..b7ac6ceb7e 100644 --- a/SYCL/DiscardEvents/invalid_event_exceptions.cpp +++ b/SYCL/DiscardEvents/invalid_event_exceptions.cpp @@ -1,6 +1,3 @@ -// UNSUPPORTED: windows || linux -// temporarily disabled - // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // // RUN: %HOST_RUN_PLACEHOLDER %t.out