llvm-project/libcxx/test/std
Eric Fiselier 02eb974af5 fix typo in align_const_pair_U_V.pass.cpp
llvm-svn: 328760
2018-03-29 03:44:01 +00:00
..
algorithms [libcxx] [test] Strip trailing whitespace, NFC. 2018-02-12 22:54:35 +00:00
atomics [libcxx] [test] Improve MSVC portability. 2018-01-10 00:39:46 +00:00
containers [libcxx] [test] Strip trailing whitespace, NFC. 2018-02-12 22:54:35 +00:00
depr Implement LWG3034: P0767R1 breaks previously-standard-layout types 2018-03-21 00:36:05 +00:00
diagnostics Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 2017-11-21 21:37:26 +00:00
experimental Fix test case initialization issues in permissions test 2018-03-26 07:06:25 +00:00
input.output Add a catch for std::length_error for the case where the string can't handle 2GB. (like say 32-bit big-endian) 2018-02-14 18:05:25 +00:00
iterators Add tests to make sure that <string_view> provides std::size/data/empty in C++17 mode. This is LWG#3009, coming up for a vote in JAX - but we already do it, just don't have tests 2018-01-30 00:47:43 +00:00
language.support [libcxx] [test] Strip trailing whitespace. NFC. 2018-03-22 22:59:02 +00:00
localization Fix PR36914 - num_get::get(unsigned) incorrectly handles negative numbers. 2018-03-29 01:18:53 +00:00
numerics Include <system_error> since we use it. Thanks to Andrey Maksimov for the catch. 2018-03-07 22:51:16 +00:00
re [libcxx] Correctly handle invalid regex character class names 2018-01-24 12:45:18 +00:00
strings Implement LWG3034: P0767R1 breaks previously-standard-layout types 2018-03-21 00:36:05 +00:00
thread Revert commit removing allocator support from packaged_task. Will investigate further 2017-11-27 20:47:54 +00:00
utilities fix typo in align_const_pair_U_V.pass.cpp 2018-03-29 03:44:01 +00:00
nothing_to_do.pass.cpp