Skip to content

Commit 1dc3c9a

Browse files
committed
XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't know existed
llvm-svn: 363097
1 parent d133c15 commit 1dc3c9a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

libcxx/test/std/containers/associative/map/map.cons/deduct.fail.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// <map>
1010
// UNSUPPORTED: c++98, c++03, c++11, c++14
1111
// UNSUPPORTED: libcpp-no-deduction-guides
12-
// XFAIL: clang-6
12+
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1
1313
// clang-6 gives different error messages.
1414

1515
// template<class InputIterator,

libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// <map>
1010
// UNSUPPORTED: c++98, c++03, c++11, c++14
1111
// UNSUPPORTED: libcpp-no-deduction-guides
12-
// XFAIL: clang-6
12+
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1
1313
// clang-6 gives different error messages.
1414

1515
// template<class InputIterator,

libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
// Clang before v9 and apple-clang up to and including v10 do not
1818
// report that unions are never base classes - nor can they have bases.
1919
// See https://reviews.llvm.org/D61858
20-
// XFAIL: apple-clang-6.0, apple-clang-7.0, apple-clang-8.0, apple-clang-9.0, apple-clang-10.0
20+
// XFAIL: apple-clang-6.0, apple-clang-7.0, apple-clang-8.0
21+
// XFAIL: apple-clang-9.0, apple-clang-9.1, apple-clang-10.0
2122
// XFAIL: clang-3.3, clang-3.4, clang-3.5, clang-3.6, clang-3.7, clang-3.8, clang-3.9
2223
// XFAIL: clang-4.0, clang-5.0, clang-6.0, clang-7.0, clang-8.0
2324

0 commit comments

Comments
 (0)