llvm-project/libcxx/test/std
Marshall Clow 7e1a23001d Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add test cases for append/insert/assign/replace while we're at it, and fix a similar bug in insert.
llvm-svn: 280643
2016-09-05 01:54:30 +00:00
..
algorithms Implement C++17 std::sample. 2016-08-28 22:14:37 +00:00
atomics libc++: name anonymous structs 2016-07-12 20:14:52 +00:00
containers Add missing include that caused a test failure on Windows. Thanks to STL for the patch. No functional change. 2016-08-22 18:45:31 +00:00
depr Fix unreferenced parameter warning. Patch from STL@microsoft.com 2016-06-30 04:22:58 +00:00
diagnostics Move more _LIBCPP_VERSION tests to test/libcxx. 2016-06-22 02:07:26 +00:00
experimental Implement C++17 std::sample. 2016-08-28 22:14:37 +00:00
input.output Implement LWG2328. Rvalue stream extraction should perfect forward. 2016-07-24 04:07:22 +00:00
iterators Mark test as XFAIL for C++03, rather than providing a dummy pass. 2016-09-04 00:37:06 +00:00
language.support Avoid applying unary minus to unsigned integers. Patch from STL@microsoft.com 2016-06-30 04:21:52 +00:00
localization Apply curr_symbol.pass.cpp test fix to missed test case 2016-09-04 04:09:25 +00:00
numerics Remove test for the sign of a NaN - doesn't work on MIPS, not strictly legal. Fixes bug 28936 2016-08-11 18:46:24 +00:00
re [libcxx] Add "flag" default arg: basic_regex ptr_size_flag ctor 2016-08-07 22:26:04 +00:00
strings Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add test cases for append/insert/assign/replace while we're at it, and fix a similar bug in insert. 2016-09-05 01:54:30 +00:00
thread Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread context. 2016-09-03 08:07:40 +00:00
utilities Fix pair::operator=(TupleLike&&). 2016-08-29 01:43:41 +00:00
nothing_to_do.pass.cpp