[libcxx] XFAIL some CTAD tests on AppleClang 10

AppleClang 10 doesn't contain some changes that are required for this
test to give the right error message.

llvm-svn: 363197
This commit is contained in:
Louis Dionne 2019-06-12 20:12:44 +00:00
parent ae2581cef3
commit 782fff1bf8
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
// <map>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0
// clang-6 gives different error messages.
// template<class InputIterator,

View File

@ -9,7 +9,7 @@
// <map>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0
// clang-6 gives different error messages.
// template<class InputIterator,