diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2017-09-12 19:01:32 +0000 | 
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2017-09-12 19:01:32 +0000 | 
| commit | c589f5f87559c5e32a5dbc3fadcb9257140ce72f (patch) | |
| tree | ad0f8b5a8f2d84c02a6b74503f338c497e44baee /libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp | |
| parent | 5a9a60cc08f2fe1492844a6d270467326228e886 (diff) | |
| download | bcm5719-llvm-c589f5f87559c5e32a5dbc3fadcb9257140ce72f.tar.gz bcm5719-llvm-c589f5f87559c5e32a5dbc3fadcb9257140ce72f.zip  | |
XFAIL a couple of new <regex> tests for C++03
llvm-svn: 313064
Diffstat (limited to 'libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp')
| -rw-r--r-- | libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
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 c48cc94d148..eba76c808b3 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  | 

