[PATCH] D44103: XFAIL: libcpp-no-deduction-guides 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
Fri Mar 9 14:15:44 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL327178: XFAIL: libcpp-no-deduction-guides in libcxx/test/std/strings/basic. (authored by sqlbyme, committed by ).
Herald added subscribers: llvm-commits, christof.

Changed prior to commit:
  https://reviews.llvm.org/D44103?vs=137104&id=137839#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44103

Files:
  libcxx/trunk/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp


Index: libcxx/trunk/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
===================================================================
--- libcxx/trunk/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
+++ libcxx/trunk/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp
@@ -9,8 +9,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
+// XFAIL: libcpp-no-deduction-guides
 
 // template<class InputIterator,
 //      class Allocator = allocator<typename iterator_traits<InputIterator>::value_type>>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44103.137839.patch
Type: text/x-patch
Size: 745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180309/1f3b7eb8/attachment-0001.bin>


More information about the cfe-commits mailing list