[PATCH] D44103: Adding additional UNSUPPORTED platform in libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
Mike Edwards via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 5 12:14:13 PST 2018
sqlbyme created this revision.
sqlbyme added reviewers: EricWF, dexonsmith.
Herald added a subscriber: cfe-commits.
I am in the process of upgrading the Green Dragon bots and this test fails because we have not yet included apple-clang-9.0 in the UNSUPPORTED line of this test. This patch addresses the issue.
Repository:
rCXX libc++
https://reviews.llvm.org/D44103
Files:
test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
Index: test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
===================================================================
--- test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
+++ test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
@@ -10,7 +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
+// UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8.0, apple-clang-9.0
// template<class InputIterator,
// class Allocator = allocator<typename iterator_traits<InputIterator>::value_type>>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44103.137051.patch
Type: text/x-patch
Size: 748 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180305/850efea9/attachment.bin>
More information about the cfe-commits
mailing list