summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2018-02-08 19:33:03 +0000
committerMarshall Clow <mclow.lists@gmail.com>2018-02-08 19:33:03 +0000
commit7f7891c427daa063c350f63175e0d186b829d683 (patch)
treed00326f548c8c2e3af1aa2439e41321e9c7150ce /libcxx/test/std/strings/basic.string
parent3f462e90ccaf4323f121d1169cef59f8362406c0 (diff)
downloadbcm5719-llvm-7f7891c427daa063c350f63175e0d186b829d683.tar.gz
bcm5719-llvm-7f7891c427daa063c350f63175e0d186b829d683.zip
The apple versions of clang don't support deduction guides yet.
llvm-svn: 324640
Diffstat (limited to 'libcxx/test/std/strings/basic.string')
-rw-r--r--libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp1
-rw-r--r--libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.pass.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp b/libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
index a8e440bac1d..65aba049344 100644
--- a/libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
+++ b/libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
@@ -10,6 +10,7 @@
// <string>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: clang-3.3, clang-3.4, clang-3.5, clang-3.6, clang-3.7, clang-3.8, clang-3.9, clang-4.0
+// UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8.0
// template<class InputIterator,
// class Allocator = allocator<typename iterator_traits<InputIterator>::value_type>>
diff --git a/libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.pass.cpp b/libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.pass.cpp
index 3200a02bde4..a6c458c0eb6 100644
--- a/libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.pass.cpp
+++ b/libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.pass.cpp
@@ -10,6 +10,7 @@
// <string>
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: clang-3.3, clang-3.4, clang-3.5, clang-3.6, clang-3.7, clang-3.8, clang-3.9, clang-4.0
+// UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8.0
// template<class InputIterator>
// basic_string(InputIterator begin, InputIterator end,
OpenPOWER on IntegriCloud