llvm-project/libcxx/test/std/re/re.alg
Tim Shen e776667441 [libcxx] Make regex_match backtrack when search fails
Summary:
Fixes PR19851.
alg.re.match/ecma.pass.cpp still XFAILS on linux, but after commenting out
locale-related tests, it passes. I don't have a freebsd machine to produce a
full pass.

Reviewers: mclow.lists

Subscribers: cfe-commits, emaste

Differential Revision: https://reviews.llvm.org/D26026

llvm-svn: 285352
2016-10-27 21:40:34 +00:00
..
re.alg.match [libcxx] Make regex_match backtrack when search fails 2016-10-27 21:40:34 +00:00
re.alg.replace #include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change 2016-04-26 16:24:44 +00:00
re.alg.search [libcxx] Recover no-exceptions XFAILs - I 2016-10-06 11:15:41 +00:00
re.except
nothing_to_do.pass.cpp