diff options
Diffstat (limited to 'libcxx/test/std/containers/associative')
-rw-r--r-- | libcxx/test/std/containers/associative/map/map.cons/deduct.fail.cpp | 2 | ||||
-rw-r--r-- | libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/containers/associative/map/map.cons/deduct.fail.cpp b/libcxx/test/std/containers/associative/map/map.cons/deduct.fail.cpp index d7402b5e860..9b228edb17c 100644 --- a/libcxx/test/std/containers/associative/map/map.cons/deduct.fail.cpp +++ b/libcxx/test/std/containers/associative/map/map.cons/deduct.fail.cpp @@ -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, diff --git a/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp b/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp index fa6dd929ff1..dcbec4cb89d 100644 --- a/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp +++ b/libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp @@ -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, |