summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-07-12 17:30:57 +0000
committerLouis Dionne <ldionne@apple.com>2019-07-12 17:30:57 +0000
commit189639b1c333295bc64834247dd5a368ef058a46 (patch)
tree730ba74dd2c7e1e127278f4249228b8e1541b993
parentaaa490346ce79baa0168cdbd24d6adaa5a75df95 (diff)
downloadbcm5719-llvm-189639b1c333295bc64834247dd5a368ef058a46.tar.gz
bcm5719-llvm-189639b1c333295bc64834247dd5a368ef058a46.zip
[libc++] Add XFAILs for CTAD tests on older compilers
llvm-svn: 365923
-rw-r--r--libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/deduct.fail.cpp1
-rw-r--r--libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/deduct.fail.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/deduct.fail.cpp b/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/deduct.fail.cpp
index 54c2a4b2bc8..ea359255f61 100644
--- a/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/deduct.fail.cpp
+++ b/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/deduct.fail.cpp
@@ -9,6 +9,7 @@
// <unordered_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, apple-clang-10.0
// template<class InputIterator,
// class Hash = hash<iter-value-type<InputIterator>>,
diff --git a/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/deduct.fail.cpp b/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/deduct.fail.cpp
index d4e533707c1..76fbd20d0c4 100644
--- a/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/deduct.fail.cpp
+++ b/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/deduct.fail.cpp
@@ -9,6 +9,7 @@
// <unordered_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, apple-clang-10.0
// template<class InputIterator,
// class Hash = hash<iter-value-type<InputIterator>>,
OpenPOWER on IntegriCloud