forked from OSchip/llvm-project
[libc++] Mark CTAD tests as not failing on AppleClang 10.0.1
They do fail on AppleClang 10.0.0, but not AppleClang 10.0.1 llvm-svn: 372632
This commit is contained in:
parent
2d225bbec1
commit
3e1480a03b
|
@ -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, apple-clang-10.0
|
||||
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
|
||||
// clang-6 gives different error messages.
|
||||
|
||||
// template<class InputIterator,
|
||||
|
|
|
@ -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, apple-clang-10.0
|
||||
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.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, apple-clang-10.0
|
||||
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.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, apple-clang-10.0
|
||||
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
|
||||
// clang-6 gives different error messages.
|
||||
|
||||
// template<class InputIterator,
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// <unordered_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, apple-clang-10.0
|
||||
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
|
||||
|
||||
// template<class InputIterator,
|
||||
// class Hash = hash<iter-key-type<InputIterator>>,
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// <unordered_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, apple-clang-10.0
|
||||
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
|
||||
|
||||
// template<class InputIterator,
|
||||
// class Hash = hash<iter-key-type<InputIterator>>,
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// <unordered_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, apple-clang-10.0
|
||||
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
|
||||
|
||||
// template<class InputIterator,
|
||||
// class Hash = hash<iter-value-type<InputIterator>>,
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// <unordered_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, apple-clang-10.0
|
||||
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
|
||||
|
||||
// template<class InputIterator,
|
||||
// class Hash = hash<iter-value-type<InputIterator>>,
|
||||
|
|
Loading…
Reference in New Issue