llvm-project/libcxx/test/std/utilities
Marshall Clow 949389c395 We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change.
llvm-svn: 227370
2015-01-28 21:22:53 +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 Removed some tabs that snuck into the test suite. No functionality change 2015-01-28 20:26:11 +00:00
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 We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change. 2015-01-28 21:22:53 +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