From 59b296ea5cf1652fa7dc954df3aa3a233157095a Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 12 Sep 2017 19:01:32 +0000 Subject: [PATCH] XFAIL a couple of new tests for C++03 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@313064 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/std/re/re.alg/re.alg.match/exponential.pass.cpp | 1 + test/std/re/re.alg/re.alg.search/exponential.pass.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/test/std/re/re.alg/re.alg.match/exponential.pass.cpp b/test/std/re/re.alg/re.alg.match/exponential.pass.cpp index f7d653c64..710c98040 100644 --- a/test/std/re/re.alg/re.alg.match/exponential.pass.cpp +++ b/test/std/re/re.alg/re.alg.match/exponential.pass.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // +// XFAIL: c++03 // template // bool diff --git a/test/std/re/re.alg/re.alg.search/exponential.pass.cpp b/test/std/re/re.alg/re.alg.search/exponential.pass.cpp index c48cc94d1..eba76c808 100644 --- a/test/std/re/re.alg/re.alg.search/exponential.pass.cpp +++ b/test/std/re/re.alg/re.alg.search/exponential.pass.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // +// XFAIL: c++03 // template // bool