hanchenye-llvm-project/libcxx/test/std
Marshall Clow 08ebf19e52 Mark LWG#3102 as complete. No code changes, but I updated a test or two
llvm-svn: 342103
2018-09-13 02:23:52 +00:00
..
algorithms Add diagnostics for min/max algorithms when a InputIterator is used. 2018-08-22 17:47:13 +00:00
atomics [libcxx] [test] Improve MSVC portability. 2018-01-10 00:39:46 +00:00
containers Mark LWG#3102 as complete. No code changes, but I updated a test or two 2018-09-13 02:23:52 +00:00
depr [libc++] Disable failing C11 feature tests for <cfloat> and <float.h> 2018-08-15 00:18:01 +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 [libcxx] [test] Allow a standard library that implements LWG 1203 in istream.rvalue/rvalue.pass.cpp 2018-08-08 00:49:02 +00:00
iterators [libcxx] [test] Fix whitespace, NFC. 2018-05-05 01:40:27 +00:00
language.support Implement the infrastructure for feature-test macros. Very few actual feature test macros, though. Reviewed as: https://reviews.llvm.org/D51955 2018-09-12 19:41:40 +00:00
localization [libcxx] [test] Use TEST_IGNORE_NODISCARD. 2018-04-13 00:07:48 +00:00
numerics [libc++] Use correct rand.eng.mers all-zeroes seed sequence fallback 2018-08-16 23:56:54 +00:00
re [libc++] Fix handling of negated character classes in regex 2018-08-24 14:10:28 +00:00
strings [libcxx] [test] Add missing <stdexcept> in several tests. 2018-08-08 00:40:32 +00:00
thread [libc++] Remove race condition in std::async 2018-08-24 14:00:59 +00:00
utilities Last week, someone noted that a couple of the time_point member functions were not constexpr. I looked, and they were right. They were made constexpr in p0505, so I looked at all the other bits in that paper to make sure that I didn't miss anything else. There were a couple methods in the synopsis that should have been marked constexpr, but the code was correct. 2018-08-29 23:02:15 +00:00
nothing_to_do.pass.cpp