diff options
author | Louis Dionne <ldionne@apple.com> | 2019-06-12 22:01:05 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-06-12 22:01:05 +0000 |
commit | c45f592b98f9fb6085bd2d8a047e95a46365692f (patch) | |
tree | 19ed0c0adf41a8c78ca45ebac4d4efb3d614cecc /libcxx/test/std/containers | |
parent | d264351628299554458b32b1796c23e177cc4175 (diff) | |
download | bcm5719-llvm-c45f592b98f9fb6085bd2d8a047e95a46365692f.tar.gz bcm5719-llvm-c45f592b98f9fb6085bd2d8a047e95a46365692f.zip |
[libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10
llvm-svn: 363209
Diffstat (limited to 'libcxx/test/std/containers')
-rw-r--r-- | libcxx/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp | 2 | ||||
-rw-r--r-- | libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp b/libcxx/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp index ff81a2043fc..34ad2efe1a1 100644 --- a/libcxx/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp +++ b/libcxx/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp @@ -9,7 +9,7 @@ // <set> // UNSUPPORTED: c++98, c++03, c++11, c++14 // UNSUPPORTED: libcpp-no-deduction-guides -// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1 +// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0 // clang-6 gives different error messages. // template<class InputIterator, diff --git a/libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp b/libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp index 37312052485..a1278073ec8 100644 --- a/libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp +++ b/libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp @@ -9,7 +9,7 @@ // <set> // UNSUPPORTED: c++98, c++03, c++11, c++14 // UNSUPPORTED: libcpp-no-deduction-guides -// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1 +// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0 // clang-6 gives different error messages. // template<class InputIterator, |