Skip to content

Commit

Permalink
XFAIL: libcpp-no-deduction-guides in libcxx/test/std/strings/basic.st…
Browse files Browse the repository at this point in the history
…ring/string.cons/iter_alloc_deduction.fail.cpp

Summary: Refactor the previous version method of marking each apple-clang version as UNSUPPORTED and just XFAIL'ing the libcpp-no-deduction-guides instead.  This brings this test inline with the same style as iter_alloc_deduction.pass.cpp

Reviewers: EricWF, dexonsmith

Reviewed By: EricWF

Subscribers: EricWF, vsapsai, vsk, cfe-commits

Differential Revision: https://reviews.llvm.org/D44103

llvm-svn: 327178
  • Loading branch information
sqlbyme committed Mar 9, 2018
1 parent 17208f1 commit d0f595d
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -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>>
Expand Down

0 comments on commit d0f595d

Please sign in to comment.