[libcxx] r313064 - XFAIL a couple of new <regex> tests for C++03

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 12 12:01:32 PDT 2017


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




More information about the cfe-commits mailing list