Skip to content

Commit 67f66ab

Browse files
committed
use to disable tests
1 parent 27083fc commit 67f66ab

File tree

13 files changed

+14
-18
lines changed

13 files changed

+14
-18
lines changed

sycl/test-e2e/Basic/free_function_queries/free_function_queries.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// FIXME: Investigate OS-agnostic failures
2-
// UNSUPPORTED: overall
2+
// UNSUPPORTED: true
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

sycl/test-e2e/Basic/free_function_queries/free_function_queries_sub_group.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// FIXME: Investigate OS-agnostic failures
2-
// UNSUPPORTED: overall
2+
// UNSUPPORTED: true
33
// UNSUPPORTED: cuda || hip
44
// CUDA and HIP compilation and runtime do not yet support sub-groups.
55
//

sycl/test-e2e/Basic/image/image_accessor_range.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: aspect-ext_intel_legacy_image
22
// FIXME: Investigate OS-agnostic failures
3-
// UNSUPPORTED: overall
3+
// UNSUPPORTED: true
44

55
// UNSUPPORTED: cuda || hip
66
// CUDA does not support SYCL 1.2.1 images.

sycl/test-e2e/GroupAlgorithm/barrier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Temporarily disabled due to regressions introduced by
22
// https://github.com/intel/llvm/pull/8412.
3-
// UNSUPPORTED: overall
3+
// UNSUPPORTED: true
44

55
// RUN: %{build} -o %t.out -Xsycl-target-backend=nvptx64-nvidia-cuda --cuda-gpu-arch=sm_80
66
// RUN: %{run} %t.out

sycl/test-e2e/InvokeSimd/Feature/ImplicitSubgroup/popcnt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// NOTE: The feature is not yet supported, there is a discussion on the
22
// feasibility of tests
3-
// UNSUPPORTED: overall
3+
// UNSUPPORTED: true
44
//
55
// Check that full compilation works:
66
// RUN: %clangxx -DIMPL_SUBGROUP -fsycl -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr %S/../popcnt.cpp -o %t.out

sycl/test-e2e/InvokeSimd/Feature/popcnt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// NOTE: The feature is not yet supported, there is a discussion on the
22
// feasibility of tests
3-
// UNSUPPORTED: overall
3+
// UNSUPPORTED: true
44
//
55
// Check that full compilation works:
66
// RUN: %{build} -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o %t.out

sycl/test-e2e/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,8 @@ you about that.
372372

373373
To disable the test completely, you can use:
374374
```
375-
// USNUPPORTED: overall *OR* hangs *OR* flaky
375+
// USNUPPORTED: true
376376
```
377-
See `unsupported_feature` set in sycl/test-e2e/lit.cfg.py for these features.
378377

379-
Note: please do not use `REQUIRES: TEMPORARY_DISABLED`. Use `UNSUPPORTED`
380-
instead.
378+
Note: please avoid using `REQUIRES: TEMPORARY_DISABLED` for this purpose, it's
379+
a non-standard mechanism. Use `UNSUPPORTED: true` instead.

sycl/test-e2e/Regression/complex_global_object.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// and the last call is in global destructor.
88

99
// Disable test due to flacky failures
10-
// UNSUPPORTED: flaky
10+
// UNSUPPORTED: true
1111

1212
#include <sycl/detail/core.hpp>
1313

sycl/test-e2e/Regression/event_destruction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: overall
1+
// UNSUPPORTED: true
22
// Temporarily disabled because the test is out of time
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out

sycl/test-e2e/Regression/local-arg-align.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// RUN: %{run} %t.out
44

5-
// UNSUPPORTED: overall
5+
// UNSUPPORTED: true
66
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10682
77

88
//==-- local-arg-align.cpp - Test for local argument alignmnent ------------==//

0 commit comments

Comments
 (0)