forked from OSchip/llvm-project
[libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10
llvm-svn: 363209
This commit is contained in:
parent
d264351628
commit
c45f592b98
|
@ -9,7 +9,7 @@
|
|||
// <set>
|
||||
// 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,
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// <set>
|
||||
// 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,
|
||||
|
|
Loading…
Reference in New Issue