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/containers/sequences/array
JF Bastien e4063adf19 Mark deduction guide tests as failing on apple-clang-9
As discussed here: http://lists.llvm.org/pipermail/cfe-dev/2018-May/058116.html
The tests fail on clang-5, as well as apple-clang-9. Mark them as such.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@333479 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
array.cons Mark deduction guide tests as failing on apple-clang-9 8 years ago
array.data [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 8 years ago
array.fill Fix -verify static assert messages for older Clang versions 8 years ago
array.size Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array> 9 years ago
array.special Fix C++03 build breakage 10 years ago
array.swap Fix -verify static assert messages for older Clang versions 8 years ago
array.tuple [array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-formed if N >= M. We didn't do that. Add a static_assert to cause a failure, and a test that checks that we failed 9 years ago
array.zero
at.pass.cpp [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 8 years ago
begin.pass.cpp [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 8 years ago
compare.fail.cpp [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 8 years ago
compare.pass.cpp [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 8 years ago
contiguous.pass.cpp Add tests to ensure that string/vector/array have contiguous iterators - which they did. Mark N4284 as complete 11 years ago
empty.fail.cpp [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 8 years ago
empty.pass.cpp More missing tests - array<>::size() and array<>::max_size() 8 years ago
front_back.pass.cpp [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 8 years ago
indexing.pass.cpp [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 8 years ago
iterators.pass.cpp [libcxx] [test] Strip trailing whitespace. NFC, no code review. 9 years ago
max_size.pass.cpp More missing tests - array<>::size() and array<>::max_size() 8 years ago
size_and_alignment.pass.cpp Fix size and alignment of array<T, 0>. 8 years ago
types.pass.cpp Make std::array typedef tests more portable. 9 years ago