llvm-project/libcxx/test/std
Eric Fiselier 6f14127eed Un-XFAIL a test under new GCC version; the GCC bug has been fixed
llvm-svn: 328229
2018-03-22 19:18:08 +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 [libcxx] Fix last_write_time test for filesystems that don't support very small times. 2018-02-28 23:27:40 +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 Implement LWG3034: P0767R1 breaks previously-standard-layout types 2018-03-21 00:36:05 +00:00
localization Make the ctype_byname::widen test cases pass on FreeBSD. 2018-02-13 17:43:24 +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 Un-XFAIL a test under new GCC version; the GCC bug has been fixed 2018-03-22 19:18:08 +00:00
nothing_to_do.pass.cpp