llvm-project/libcxx/test/std
Marshall Clow bc3b1f3b7b Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them.
llvm-svn: 274882
2016-07-08 16:59:54 +00:00
..
algorithms Implement LWG#2688: 'clamp misses preconditions and has extraneous condition on result'. We already did this, just added tests 2016-06-30 17:52:51 +00:00
atomics Implement LWG#2441: 'Exact-width atomic typedefs should be provided' 2016-06-30 15:28:38 +00:00
containers Fix static assert problem on gcc; remove XFAILs that I put in in r274250 2016-06-30 22:05:45 +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 p0337r0. Delete operator= for polymorphic_allocator. 2016-06-27 00:55:25 +00:00
input.output Avoid narrowing conversions in quoted test. Patch from STL@microsoft.com 2016-06-26 19:37:23 +00:00
iterators Fix ::reference typedef in insert iterators. 2016-06-30 04:40:50 +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 Fix C++03 build 2016-06-26 23:18:23 +00:00
numerics Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@microsoft.com 2016-06-26 19:48:29 +00:00
re Avoid octal escape sequence warning with MSVC. Patch from STL@microsoft.com 2016-06-14 05:47:46 +00:00
strings Move more _LIBCPP_VERSION tests to test/libcxx. 2016-06-22 02:07:26 +00:00
thread Fix C++03 build. 2016-06-30 20:46:58 +00:00
utilities Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them. 2016-07-08 16:59:54 +00:00
nothing_to_do.pass.cpp