mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-21 15:10:37 +08:00
XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't know existed
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@363097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user