commit | c589f5f87559c5e32a5dbc3fadcb9257140ce72f | [log] [tgz] |
---|---|---|
author | Marshall Clow <mclow.lists@gmail.com> | Tue Sep 12 19:01:32 2017 +0000 |
committer | Marshall Clow <mclow.lists@gmail.com> | Tue Sep 12 19:01:32 2017 +0000 |
tree | ad0f8b5a8f2d84c02a6b74503f338c497e44baee | |
parent | 5a9a60cc08f2fe1492844a6d270467326228e886 [diff] [blame] |
XFAIL a couple of new <regex> tests for C++03 llvm-svn: 313064
diff --git a/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp b/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp index c48cc94..eba76c8 100644 --- a/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp +++ b/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp
@@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // <regex> +// XFAIL: c++03 // template <class BidirectionalIterator, class Allocator, class charT, class traits> // bool