XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't know existed

llvm-svn: 363097
This commit is contained in:
Marshall Clow 2019-06-11 20:14:07 +00:00
parent d133c15925
commit 1dc3c9aa8f
3 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@
// <map>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides
// XFAIL: clang-6
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1
// clang-6 gives different error messages.
// template<class InputIterator,

View File

@ -9,7 +9,7 @@
// <map>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides
// XFAIL: clang-6
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1
// clang-6 gives different error messages.
// template<class InputIterator,

View File

@ -17,7 +17,8 @@
// Clang before v9 and apple-clang up to and including v10 do not
// report that unions are never base classes - nor can they have bases.
// See https://reviews.llvm.org/D61858
// XFAIL: apple-clang-6.0, apple-clang-7.0, apple-clang-8.0, apple-clang-9.0, apple-clang-10.0
// XFAIL: apple-clang-6.0, apple-clang-7.0, apple-clang-8.0
// XFAIL: apple-clang-9.0, apple-clang-9.1, apple-clang-10.0
// XFAIL: clang-3.3, clang-3.4, clang-3.5, clang-3.6, clang-3.7, clang-3.8, clang-3.9
// XFAIL: clang-4.0, clang-5.0, clang-6.0, clang-7.0, clang-8.0