hanchenye-llvm-project/libcxx/test/std/utilities
Marshall Clow eb9bfac876 Cleaning up the test suite; remove some includes of non-standard file <__config>
llvm-svn: 226411
2015-01-18 19:05:51 +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
function.objects Cleaning up the test suite; remove some includes of non-standard file <__config> 2015-01-18 19:05:51 +00:00
intseq
memory Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
meta
ratio
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 Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
tuple 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
type.index Add checks to make sure the hash functor has the right typedefs 2015-01-08 06:18:59 +00:00
utilities.general
utility
utility.requirements
nothing_to_do.pass.cpp