llvm-project/libcxx/test/std
Martin Storsjö 83c2aa467e [libcxx] [test] Fix locale.time.get.byname get_date and get_date_wide on Windows
Also apply the same fix on glibc. This takes the test one step closer
to passing on glibc, but it still fails on the zh_CN test (which
requires a more involved fix in libc++ itself).

Differential Revision: https://reviews.llvm.org/D119791
2022-02-17 10:54:39 +02:00
..
algorithms [libc++] [test] Split "UNSUPPORTED: libcpp-no-concepts, libcpp-has-no-incomplete-ranges" onto two lines. NFC. 2022-02-15 10:38:21 -05:00
atomics [libc++] [test] Qualify calls to std::atomic_flag_{clear,test} functions. NFCI. 2022-02-16 11:03:34 -05:00
concepts [libc++][nfc] Add TEST_HAS_NO_THREADS. 2022-02-12 19:24:06 +01:00
containers [libc++] [test] Qualify `prev` as `std::prev` in a lot of tests. NFCI. 2022-02-16 11:03:32 -05:00
depr [libc++][nfc] Add TEST_HAS_NO_FGETPOS_FSETPOS. 2022-02-15 17:50:56 +01:00
diagnostics [libc++][NFC] Fix placement of some XFAILs 2022-01-13 15:28:41 -05:00
experimental [libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses. 2022-02-15 10:39:41 -05:00
input.output [libc++] [test] Qualify calls to iomanip functions in std/input.output/iostream.format/. NFCI. 2022-02-16 11:03:33 -05:00
iterators [libc++][ranges] Implement Ranges changes to `istream{,buf}_iterator`. 2022-02-15 16:59:42 -08:00
language.support [libc++] [test] Qualify calls to std::rethrow_exception. NFC. 2022-02-16 11:03:34 -05:00
library/description/conventions [libc++] [test] Split "UNSUPPORTED: libcpp-no-concepts, libcpp-has-no-incomplete-ranges" onto two lines. NFC. 2022-02-15 10:38:21 -05:00
localization [libcxx] [test] Fix locale.time.get.byname get_date and get_date_wide on Windows 2022-02-17 10:54:39 +02:00
namespace [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
numerics [libc++][nfc] Add TEST_HAS_NO_CHAR8_T. 2022-02-11 17:37:05 +01:00
ranges [libc++] [test] Qualify calls to std::get(tuple). NFC. 2022-02-16 11:03:35 -05:00
re [libc++][NFC] Use cpp17_output_iterator in tests. 2022-02-04 08:01:20 +01:00
strings [libc++] [test] Qualify calls to std::getline. NFCI. 2022-02-16 11:03:33 -05:00
thread [libc++] [test] ASSERT_WITH_LIBRARY_INTERNAL_ALLOCATIONS is not supported on AIX. 2022-01-14 12:48:04 -05:00
utilities [libc++] LWG2148, LWG2543: Enable std::hash<Enum> in C++03 and C++11. 2022-02-16 11:01:49 -05:00
pstl