You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/utilities
Hans Wennborg de4b4f0cca Merging r242377:
------------------------------------------------------------------------
r242377 | marshall | 2015-07-15 20:05:06 -0700 (Wed, 15 Jul 2015) | 1 line

Make sure that __libcpp_compressed_pair_imp default-constructs its' members, rather than value-initializing them. Fixes PR#24137
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_37@242495 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
allocator.adaptor Add 'is_always_equal' tests for scoped_allocator. Found that I had typed '||' where I meant '&&' in the code; fixed that, too 11 years ago
date.time Make support for thread-unsafe C functions optional. 11 years ago
function.objects Remove non-ascii characters 10 years ago
intseq Move test into test/std subdirectory. 11 years ago
memory Merging r242377: 10 years ago
meta Cleanup result_of tests and fix issues with the C++03 result_of. 11 years ago
ratio A few bits of N2994 didn't get fully implemented a long time ago. Thanks to STL@microsoft.com for the bug report 11 years ago
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. 11 years ago
time Get tests running with warnings. Fix warnings in headers and tests 11 years ago
tuple [libc++] Try and prevent evaluation of `is_default_constructible` on tuples default constructor if it is not needed. 11 years ago
type.index Get tests running with warnings. Fix warnings in headers and tests 11 years ago
utilities.general Move test into test/std subdirectory. 11 years ago
utility Cleanup move/forward tests and remove references to __rv. 11 years ago
utility.requirements Move test into test/std subdirectory. 11 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago