hanchenye-llvm-project/libcxx/test/utilities
Nico Weber 7babe4f074 Make meta.trans.other/aligned_storage.pass.cpp pass on arm.
The maximum alignment on arm is 8, not 16 like on x86. Use alignof(max_align_t)
to make the test work in both cases.

llvm-svn: 210195
2014-06-04 16:25:58 +00:00
..
allocator.adaptor Final bit for LWG #2263; test different allocator pointer types. Note that libc++ already does the right thing here; I've just added tests to ensure that it stays this way. 2014-03-11 04:32:12 +00:00
date.time
function.objects Bug #19473. If you pass an allocator to std::function, we should use that allocator, not construct one from scratch. Add a test to make sure 2014-04-18 17:23:36 +00:00
intseq Implement n3658 - Compile-time integer sequences 2013-07-01 16:26:55 +00:00
memory Final bit for LWG #2263; test different allocator pointer types. Note that libc++ already does the right thing here; I've just added tests to ensure that it stays this way. 2014-03-11 04:32:12 +00:00
meta Make meta.trans.other/aligned_storage.pass.cpp pass on arm. 2014-06-04 16:25:58 +00:00
optional Move <optional> into include/experimental, and into the std::experimental namespace, since it's not part of C++14, but of an upcoming TS 2013-11-15 22:42:10 +00:00
ratio
template.bitset Test case was forming the wrong limits when size_t != unsigned long. 2013-03-29 21:22:22 +00:00
time Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 2014-01-16 16:58:45 +00:00
tuple Fix bug #18350. Add tests for tuples of all the smart pointers (except auto_ptr) 2014-04-26 05:19:48 +00:00
type.index
utilities.general
utility This fixes a very subtle ABI problem concerning the copy constructor of 2013-11-13 00:39:22 +00:00
utility.requirements
nothing_to_do.pass.cpp