XFAIL a couple of CTAD tests on clang-6; it gives different error messages than clang 7/8/9

llvm-svn: 363014
This commit is contained in:
Marshall Clow 2019-06-11 00:23:50 +00:00
parent 432f48fcd4
commit d40807c6bb
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@
// <map>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides
// XFAIL: clang-6
// clang-6 gives different error messages.
// template<class InputIterator,
// class Compare = less<iter-value-type<InputIterator>>,

View File

@ -9,6 +9,8 @@
// <map>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides
// XFAIL: clang-6
// clang-6 gives different error messages.
// template<class InputIterator,
// class Compare = less<iter-value-type<InputIterator>>,