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

Commit 7303235

Browse files
committed
Fix test disabling
"UNSUPPORTED: TEMPORARY_DISABLED" doesn't really disables the test. "REQUIRES: TEMPORARY_DISABLED" disables because test requires feature, which is not enabled.
1 parent 50d1c28 commit 7303235

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SYCL/Basic/get_backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: TEMPORARY_DISABLED
1+
// REQUIRES: TEMPORARY_DISABLED
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: env SYCL_DEVICE_FILTER=%sycl_be %t.out
44
//

SYCL/ESIMD/fp_call_from_func.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
99
// Issue #162 Test timeouts on Windows and Linux
10-
// UNSUPPORTED: TEMPORARY_DISABLED
10+
// REQUIRES: TEMPORARY_DISABLED
1111
// RUN: %clangxx -Xclang -fsycl-allow-func-ptr -fsycl %s -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313
// UNSUPPORTED: cuda || hip

0 commit comments

Comments
 (0)