diff --git a/SYCL/Basic/get_backend.cpp b/SYCL/Basic/get_backend.cpp index 651eb7a08292..d64aa6553a83 100644 --- a/SYCL/Basic/get_backend.cpp +++ b/SYCL/Basic/get_backend.cpp @@ -1,6 +1,6 @@ -// UNSUPPORTED: TEMPORARY_DISABLED +// REQUIRES: TEMPORARY_DISABLED // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: env SYCL_DEVICE_FILTER=%sycl_be %t.out +// RUN: %t.out // //==----------------- get_backend.cpp ------------------------==// // This is a test of get_backend(). diff --git a/SYCL/ESIMD/fp_call_from_func.cpp b/SYCL/ESIMD/fp_call_from_func.cpp index dec41df4a6c2..6f4b03d91009 100644 --- a/SYCL/ESIMD/fp_call_from_func.cpp +++ b/SYCL/ESIMD/fp_call_from_func.cpp @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// // REQUIRES: gpu -// Issue #162 Test timeouts on Windows and Linux -// UNSUPPORTED: TEMPORARY_DISABLED +// Issue #163 Test timeouts on Windows and Linux +// REQUIRES: TEMPORARY_DISABLED // RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // UNSUPPORTED: cuda || hip