From 88b46e4a16fa5dc727b350fd8f43a6b085fb8fa6 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 11 Jun 2019 20:14:07 +0000 Subject: [PATCH] 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 --- test/std/containers/associative/map/map.cons/deduct.fail.cpp | 2 +- .../associative/multimap/multimap.cons/deduct.fail.cpp | 2 +- test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/std/containers/associative/map/map.cons/deduct.fail.cpp b/test/std/containers/associative/map/map.cons/deduct.fail.cpp index d7402b5e8..9b228edb1 100644 --- a/test/std/containers/associative/map/map.cons/deduct.fail.cpp +++ b/test/std/containers/associative/map/map.cons/deduct.fail.cpp @@ -9,7 +9,7 @@ // // 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 // 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