Mark CTAD fail tests for set/multiset as XFAIL for older compilers that give different error messages

llvm-svn: 363099
This commit is contained in:
Marshall Clow 2019-06-11 20:35:19 +00:00
parent 943faef1fa
commit 903d3db593
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@
// <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
// clang-6 gives different error messages.
// template<class InputIterator,
// class Compare = less<iter-value-type<InputIterator>>,

View File

@ -9,6 +9,8 @@
// <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
// clang-6 gives different error messages.
// template<class InputIterator,
// class Compare = less<iter-value-type<InputIterator>>,