teak-llvm/libcxx/test/std/re
Louis Dionne c3c23b27a4 [libcxx] Add test to check min/max requirement to regular expression
This commit adds tests that repeated characters in regular expressions
are within numeric limits, and that a <= b in a regex like `x{a,b}`.

Thanks to Andrey Maksimov for the patch.

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

llvm-svn: 362525
2019-06-04 16:47:18 +00:00
..
re.alg Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
re.badexp Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.const [libc++] Relax libc++-only test on regex_constants 2019-04-26 16:46:37 +00:00
re.def Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.general Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.grammar [libcxx] Add test to check min/max requirement to regular expression 2019-06-04 16:47:18 +00:00
re.iter Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.regex Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
re.req Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.results Add '_LIBCPP_ASSERT(ready())' to several match_results method that have this precondtion. Fix several tests which did not honor this precondition. Thanks to Andrey Maksimov for pointing this out. 2019-04-26 17:10:03 +00:00
re.submatch Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.syn Support tests in freestanding 2019-02-04 20:31:13 +00:00
re.traits Support tests in freestanding 2019-02-04 20:31:13 +00:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00