[libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@363209 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Louis Dionne
2019-06-12 22:01:05 +00:00
parent 3939b1c7e7
commit d7020fb087
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
// <set> // <set>
// UNSUPPORTED: c++98, c++03, c++11, c++14 // UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides // 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. // clang-6 gives different error messages.
// template<class InputIterator, // template<class InputIterator,

View File

@@ -9,7 +9,7 @@
// <set> // <set>
// UNSUPPORTED: c++98, c++03, c++11, c++14 // UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides // 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. // clang-6 gives different error messages.
// template<class InputIterator, // template<class InputIterator,