Author: marshall Date: Tue Sep 12 12:01:32 2017 New Revision: 313064 URL: http://llvm.org/viewvc/llvm-project?rev=313064&view=rev Log: XFAIL a couple of new <regex> tests for C++03
Modified: libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp Modified: libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp?rev=313064&r1=313063&r2=313064&view=diff ============================================================================== --- libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp (original) +++ libcxx/trunk/test/std/re/re.alg/re.alg.match/exponential.pass.cpp Tue Sep 12 12:01:32 2017 @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // <regex> +// XFAIL: c++03 // template <class BidirectionalIterator, class Allocator, class charT, class traits> // bool Modified: libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp?rev=313064&r1=313063&r2=313064&view=diff ============================================================================== --- libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp (original) +++ libcxx/trunk/test/std/re/re.alg/re.alg.search/exponential.pass.cpp Tue Sep 12 12:01:32 2017 @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // <regex> +// XFAIL: c++03 // template <class BidirectionalIterator, class Allocator, class charT, class traits> // bool _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits