llvm-project/libcxx/test/std/utilities
Eric Fiselier abd52cad84 Fix a handful of tests that fail in C++03
llvm-svn: 243392
2015-07-28 07:31:50 +00:00
..
allocator.adaptor Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||' where I meant '&&' in the code; fixed that, too 2015-06-03 16:15:55 +00:00
date.time Make support for thread-unsafe C functions optional. 2015-06-24 08:44:38 +00:00
function.objects Checking more __invoke tests. 2015-07-28 01:25:36 +00:00
intseq
memory Fix a handful of tests that fail in C++03 2015-07-28 07:31:50 +00:00
meta [libcxx] Get is_*_destructible tests passing in C++03. 2015-07-18 16:43:58 +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 Include what we use, instead of letting them get pulled in implictly. This makes the tests work on VS. Thanks to STL for the report 2015-07-16 22:13:26 +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 Fix a handful of tests that fail in C++03 2015-07-28 07:31:50 +00:00
utility.requirements
nothing_to_do.pass.cpp