Skip to content

Commit a7f9895

Browse files
committed
[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ
Since those features are general properties of the environment, it makes sense to use them from libc++abi too, and so the name libcpp-has-no-xxx doesn't make sense. Differential Revision: https://reviews.llvm.org/D126482
1 parent eb1c503 commit a7f9895

File tree

539 files changed

+578
-575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

539 files changed

+578
-575
lines changed

libcxx/test/libcxx/atomics/atomics.syn/incompatible_with_stdatomic.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// UNSUPPORTED: libcpp-has-no-threads
9+
// UNSUPPORTED: no-threads
1010
// REQUIRES: c++03 || c++11 || c++14 || c++17 || c++20
1111

1212
// This test ensures that we issue a reasonable diagnostic when including <atomic> after

libcxx/test/libcxx/atomics/stdatomic.h.syn/dont_hijack_header.compile.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// UNSUPPORTED: libcpp-has-no-threads
9+
// UNSUPPORTED: no-threads
1010

1111
// This test ensures that we don't hijack the <stdatomic.h> header even when compiling
1212
// before C++23, since Clang used to provide that header before libc++ provided one.

libcxx/test/libcxx/debug/containers.multithread.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
// UNSUPPORTED: c++11, c++14
10-
// UNSUPPORTED: libcpp-has-no-threads
10+
// UNSUPPORTED: no-threads
1111

1212
// UNSUPPORTED: libcxx-no-debug-mode, c++03
1313
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1

libcxx/test/libcxx/debug/extern-templates.sh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// necessary for correctness. See https://llvm.org/D94718 for details.
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
14-
// UNSUPPORTED: libcpp-has-no-localization
14+
// UNSUPPORTED: no-localization
1515
// UNSUPPORTED: cant-build-shared-library
1616

1717
// This test relies on linking a shared library and then passing that shared

libcxx/test/libcxx/depr/depr.c.headers/locale_h.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// UNSUPPORTED: libcpp-has-no-localization
9+
// UNSUPPORTED: no-localization
1010

1111
// <locale.h>
1212

libcxx/test/libcxx/depr/depr.str.strstreams/version.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// UNSUPPORTED: libcpp-has-no-localization
9+
// UNSUPPORTED: no-localization
1010

1111
// <strstream>
1212

libcxx/test/libcxx/experimental/memory/memory.resource.aliases/header_regex_libcpp_version.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
// UNSUPPORTED: c++03
10-
// UNSUPPORTED: libcpp-has-no-localization
10+
// UNSUPPORTED: no-localization
1111

1212
// <experimental/regex>
1313

libcxx/test/libcxx/fuzzing/regex.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// UNSUPPORTED: c++03, c++11
1010
// UNSUPPORTED: no-exceptions
11-
// UNSUPPORTED: libcpp-has-no-localization
11+
// UNSUPPORTED: no-localization
1212

1313
#include <cstddef>
1414
#include <cstdint>

libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// REQUIRES: host-has-gdb-with-python
1010
// REQUIRES: locale.en_US.UTF-8
11-
// UNSUPPORTED: libcpp-has-no-localization
11+
// UNSUPPORTED: no-localization
1212
// UNSUPPORTED: c++03
1313

1414
// TODO: Investigate this failure, which happens only with the Bootstrapping build.

libcxx/test/libcxx/inclusions/filesystem.inclusions.compile.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// clang-format off
1313

1414
// UNSUPPORTED: c++03, c++11, c++14
15-
// UNSUPPORTED: libcpp-has-no-filesystem-library
15+
// UNSUPPORTED: no-filesystem
1616

1717
// <filesystem>
1818

0 commit comments

Comments
 (0)