llvm-project/libcxx/test/std
Marshall Clow 7986a5bdf8 Mark LWG#2260 as complete. We already did the right thing, so I just added tests to ensure that we continue to DTRT.
llvm-svn: 338936
2018-08-03 23:28:48 +00:00
..
algorithms [libcxx] [test] Fix whitespace, NFC. 2018-04-12 23:56:22 +00:00
atomics [libcxx] [test] Improve MSVC portability. 2018-01-10 00:39:46 +00:00
containers Update the changes to the array tests (that I committed yesterday) to use the test_comparison routines that I committed last week. NFC. 2018-08-03 00:47:12 +00:00
depr Final bit of P0063 - make sure that aligned_alloc is available when the underlying C library supports it 2018-07-31 23:39:12 +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 `>> 42` UB in <experimental/simd> 2018-07-30 23:05:40 +00:00
input.output Implement <filesystem> 2018-07-27 03:07:09 +00:00
iterators [libcxx] [test] Fix whitespace, NFC. 2018-05-05 01:40:27 +00:00
language.support Final bit of P0063 - make sure that aligned_alloc is available when the underlying C library supports it 2018-07-31 23:39:12 +00:00
localization [libcxx] [test] Use TEST_IGNORE_NODISCARD. 2018-04-13 00:07:48 +00:00
numerics [libcxx] [test] Remove unused local typedef in test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp 2018-05-17 04:59:34 +00:00
re [libcxx] [test] Strip trailing whitespace. NFC. 2018-06-14 00:12:20 +00:00
strings Turns out that wide literals U"xxx" and u"xxx" are c++11 and later. 2018-07-12 02:55:01 +00:00
thread [libcxx] [test] Fix whitespace, NFC. 2018-04-12 23:56:22 +00:00
utilities Mark LWG#2260 as complete. We already did the right thing, so I just added tests to ensure that we continue to DTRT. 2018-08-03 23:28:48 +00:00
nothing_to_do.pass.cpp