summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJF Bastien <jfbastien@apple.com>2018-05-29 23:28:04 +0000
committerJF Bastien <jfbastien@apple.com>2018-05-29 23:28:04 +0000
commite4063adf19de664b9950588203f069bc946ceb6a (patch)
tree1e57a0e42429fc5a7f50da28dcdec075c1af25a3 /test
parent1e6ac5e8f482814428fc6205572ee1570471fb2e (diff)
downloadexternal_libcxx-e4063adf19de664b9950588203f069bc946ceb6a.tar.gz
external_libcxx-e4063adf19de664b9950588203f069bc946ceb6a.tar.bz2
external_libcxx-e4063adf19de664b9950588203f069bc946ceb6a.zip
Mark deduction guide tests as failing on apple-clang-9
As discussed here: http://lists.llvm.org/pipermail/cfe-dev/2018-May/058116.html The tests fail on clang-5, as well as apple-clang-9. Mark them as such. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@333479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/std/containers/container.adaptors/queue/queue.cons/deduct.pass.cpp2
-rw-r--r--test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp2
-rw-r--r--test/std/containers/sequences/array/array.cons/deduct.pass.cpp2
-rw-r--r--test/std/utilities/optional/optional.object/optional.object.ctor/deduct.pass.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/std/containers/container.adaptors/queue/queue.cons/deduct.pass.cpp b/test/std/containers/container.adaptors/queue/queue.cons/deduct.pass.cpp
index 26ec8a3a8..a219f4184 100644
--- a/test/std/containers/container.adaptors/queue/queue.cons/deduct.pass.cpp
+++ b/test/std/containers/container.adaptors/queue/queue.cons/deduct.pass.cpp
@@ -9,7 +9,7 @@
// <queue>
// UNSUPPORTED: c++98, c++03, c++11, c++14
-// UNSUPPORTED: clang-5
+// UNSUPPORTED: clang-5, apple-clang-9
// UNSUPPORTED: libcpp-no-deduction-guides
// Clang 5 will generate bad implicit deduction guides
// Specifically, for the copy constructor.
diff --git a/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp b/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp
index 675f95fcb..53e6cee7c 100644
--- a/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp
+++ b/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp
@@ -9,7 +9,7 @@
// <stack>
// UNSUPPORTED: c++98, c++03, c++11, c++14
-// UNSUPPORTED: clang-5
+// UNSUPPORTED: clang-5, apple-clang-9
// UNSUPPORTED: libcpp-no-deduction-guides
// Clang 5 will generate bad implicit deduction guides
// Specifically, for the copy constructor.
diff --git a/test/std/containers/sequences/array/array.cons/deduct.pass.cpp b/test/std/containers/sequences/array/array.cons/deduct.pass.cpp
index 0f41c7b81..bfa0bb791 100644
--- a/test/std/containers/sequences/array/array.cons/deduct.pass.cpp
+++ b/test/std/containers/sequences/array/array.cons/deduct.pass.cpp
@@ -9,7 +9,7 @@
// <array>
// UNSUPPORTED: c++98, c++03, c++11, c++14
-// UNSUPPORTED: clang-5
+// UNSUPPORTED: clang-5, apple-clang-9
// UNSUPPORTED: libcpp-no-deduction-guides
// Clang 5 will generate bad implicit deduction guides
// Specifically, for the copy constructor.
diff --git a/test/std/utilities/optional/optional.object/optional.object.ctor/deduct.pass.cpp b/test/std/utilities/optional/optional.object/optional.object.ctor/deduct.pass.cpp
index 0a5f45668..e7aad1bf5 100644
--- a/test/std/utilities/optional/optional.object/optional.object.ctor/deduct.pass.cpp
+++ b/test/std/utilities/optional/optional.object/optional.object.ctor/deduct.pass.cpp
@@ -9,7 +9,7 @@
// <optional>
// UNSUPPORTED: c++98, c++03, c++11, c++14
-// UNSUPPORTED: clang-5
+// UNSUPPORTED: clang-5, apple-clang-9
// UNSUPPORTED: libcpp-no-deduction-guides
// Clang 5 will generate bad implicit deduction guides
// Specifically, for the copy constructor.