llvm-capstone/libcxx/test/std/utilities
2015-05-27 22:44:47 +00:00
..
allocator.adaptor Walter Brown sent a list of tests which needed 'additional includes' to match what was in the standard. Added these includes to the tests. No changes to the library or test results. 2015-01-09 20:25:52 +00:00
date.time Get tests running with warnings. Fix warnings in headers and tests 2015-02-05 20:28:37 +00:00
function.objects [libc++] Fix PR22922 - Allocator support for std::function does not know how to rebind. 2015-03-18 22:56:50 +00:00
intseq
memory Fix PR#23647 - make_shared<volatile bool> - second try 2015-05-27 22:44:47 +00:00
meta Add support for N4389 - std::bool_constant 2015-05-18 23:21:06 +00:00
ratio A few bits of N2994 didn't get fully implemented a long time ago. Thanks to STL@microsoft.com for the bug report 2015-04-16 21:36:54 +00:00
template.bitset libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. 2015-01-07 21:53:23 +00:00
time Get tests running with warnings. Fix warnings in headers and tests 2015-02-05 20:28:37 +00:00
tuple [libc++] Try and prevent evaluation of is_default_constructible on tuples default constructor if it is not needed. 2015-02-21 02:30:41 +00:00
type.index Get tests running with warnings. Fix warnings in headers and tests 2015-02-05 20:28:37 +00:00
utilities.general
utility Cleanup move/forward tests and remove references to __rv. 2015-05-27 00:51:08 +00:00
utility.requirements
nothing_to_do.pass.cpp