llvm-project/libcxx/test/std
Marshall Clow f067d20c6d Again, w/o the tabs
llvm-svn: 276273
2016-07-21 13:19:36 +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 libc++: name anonymous structs 2016-07-12 20:14:52 +00:00
containers Implement P0084r2. Changing emplace return types. 2016-07-21 03:20:17 +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 [libcxx][filesystem] Remove setgid from parent before testing permissions 2016-07-18 06:06:50 +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 Remove locale tests that depend on enviroment variables. 2016-07-18 06:15:55 +00:00
numerics Add SFINAE on additional overloads of std::complex functions. Fixes PR19921. 2016-07-20 00:14:10 +00:00
re Avoid octal escape sequence warning with MSVC. Patch from STL@microsoft.com 2016-06-14 05:47:46 +00:00
strings Again, w/o the tabs 2016-07-21 13:19:36 +00:00
thread Fix C++03 build. 2016-06-30 20:46:58 +00:00
utilities Unbreak traits tests by handling differences between version macros in clang/apple-clang. 2016-07-20 22:53:21 +00:00
nothing_to_do.pass.cpp