You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std
Louis Dionne e2586fd18f [libcxx] Rejigger test for destroying delete feature-test macros
In r361572, we introduced library support for C++20 destroying delete
and decided to only define the library feature-test macro when the
compiler supports the underlying language feature. This patch reworks
the tests to mirror that.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@366263 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
algorithms This patch makes swap functions constexpr. Both swap overloads, swap_ranges and iter_swap are updated (with tests). 6 years ago
atomics [libcxx] [test] Add void cast to result of compare_exchange_weak to suppress [[nodiscard]]. 6 years ago
containers [libc++] Add missing UNSUPPORTED for CTAD tests 6 years ago
depr AIX system headers need stdint.h and inttypes.h to be re-enterable 6 years ago
diagnostics Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
experimental [libcxx] Slightly improved policy for handling experimental features 6 years ago
input.output Implement LWG2221: 'Formatted output for nullptr_t' Reviewed as: https://reviews.llvm.org/D63053 6 years ago
iterators Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
language.support [libcxx] Rejigger test for destroying delete feature-test macros 6 years ago
localization [libcxx] Add XFAIL for facet test when back-deploying to older macOS 6 years ago
numerics Bit Operations: P0556, P0553 and P1355. Reviewed as: https://reviews.llvm.org/D51262 6 years ago
re Add tests for regex_match ambiguity (aka LWG2273). NFC. Reviewed as https://reviews.llvm.org/D63051 6 years ago
strings Followup to revision 364545: Turns out that clang issues different errors for C++11 vs c++2a, so I tweaked the 'expected-error' bits that I added to match either of them. 6 years ago
thread Fix PR27658 - Make ~mutex trivial when possible. 6 years ago
utilities Add test for variant construction with duplicate types. 6 years ago
nothing_to_do.pass.cpp Support tests in freestanding 7 years ago