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

Commit 314e938

Browse files
authored
Fix test disabling (#660)
"UNSUPPORTED: TEMPORARY_DISABLED" doesn't really disable the test. "REQUIRES: TEMPORARY_DISABLED" disables because test requires feature, which is not enabled.
1 parent 87a8991 commit 314e938

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SYCL/Basic/get_backend.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// UNSUPPORTED: TEMPORARY_DISABLED
1+
// REQUIRES: TEMPORARY_DISABLED
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
3-
// RUN: env SYCL_DEVICE_FILTER=%sycl_be %t.out
3+
// RUN: %t.out
44
//
55
//==----------------- get_backend.cpp ------------------------==//
66
// This is a test of get_backend().

SYCL/ESIMD/fp_call_from_func.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu
9-
// Issue #162 Test timeouts on Windows and Linux
10-
// UNSUPPORTED: TEMPORARY_DISABLED
9+
// Issue #163 Test timeouts on Windows and Linux
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)