summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp
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
commit2fec6dc56e1da618347b8a9d1bd5bef3d2c06c78 (patch)
tree3821df8fc086f71107ae9b6a5cee6dd0f8ce5f94 /libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp
parent54132d6c9f58cac9122a389b17ff50b8ceaac212 (diff)
downloadbcm5719-llvm-2fec6dc56e1da618347b8a9d1bd5bef3d2c06c78.tar.gz
bcm5719-llvm-2fec6dc56e1da618347b8a9d1bd5bef3d2c06c78.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. llvm-svn: 333479
Diffstat (limited to 'libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp')
-rw-r--r--libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp b/libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp
index 675f95fcbc0..53e6cee7c47 100644
--- a/libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp
+++ b/libcxx/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.
OpenPOWER on IntegriCloud