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>>


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>>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to