llvm-project/libcxx/test/std
Eric Fiselier b2e7cc6994 Fix inheriting constructor test for std::function.
The test I originally checked in only worked with ToT Clang. This patch
updates the test so that it works as far back as 3.5.

llvm-svn: 276093
2016-07-20 06:46:22 +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 Fix undefined behavior in __tree 2016-07-19 17:56:20 +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 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 inheriting constructor test for std::function. 2016-07-20 06:46:22 +00:00
nothing_to_do.pass.cpp