llvm-project/libcxx/test/std
Louis Dionne f2966d17a2 [libc++] Use consistent declaration for main() in test 2020-12-15 17:34:06 -05:00
..
algorithms [libc++] Consistently replace `::new(__p) T` with `::new ((void*)__p) T`. NFCI. 2020-12-14 12:08:34 -05:00
atomics [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
concepts/lang
containers [libc++] Split allocator_traits and pointer_traits out of <memory> 2020-12-14 16:13:57 -05:00
depr [libc++] NFC: Fix several GCC warnings in the test suite 2020-10-30 12:48:05 -04:00
diagnostics [libc++] Remove <clocale> from some system_error tests 2020-10-28 09:49:36 -04:00
experimental [libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9. 2020-11-26 08:59:52 +01:00
input.output [libc++] [P1164] Add tests for create_directories. NFC. 2020-12-14 17:27:18 +01:00
iterators [libc++] Use consistent declaration for main() in test 2020-12-15 17:34:06 -05:00
language.support [libc++] Implement missing feature-test macro __cpp_lib_shared_ptr_arrays 2020-12-08 15:46:45 -05:00
localization [libc++] [P0482] [C++20] Implement missing bits for codecvt and codecvt_byname. 2020-12-02 09:01:58 +01:00
namespace [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
numerics Fix test expectation to cope with custom version namespaces. 2020-12-13 22:43:24 -08:00
re [libc++] Implements multiline regex support. 2020-11-18 18:17:36 +01:00
strings [libc++] Fix synopsis in string::ends_with test. NFC. 2020-12-15 19:03:11 +01:00
thread [libc++] Update and normalize the "all the headers" tests. 2020-12-03 15:01:38 -05:00
utilities [libc++] Fix allocate_shared when used with an explicitly convertible allocator 2020-12-15 11:50:06 -05:00
pstl