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/array.cons
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
7 years ago
..
deduct.fail.cpp Disable 'missing-braces' warning 7 years ago
deduct.pass.cpp Mark deduction guide tests as failing on apple-clang-9 7 years ago
default.pass.cpp [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 7 years ago
implicit_copy.pass.cpp [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types. 7 years ago
initializer_list.pass.cpp Add additional tests to ensure that we DTRT with short lists. This is LWG#2590, but there are no code changes, just additional tests 9 years ago