You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/re/re.regex
Marshall Clow 99447c8e03 Fix bug #31387 - not checking end iterator when parsing decimal escape. Thanks to Karen for the report.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@290500 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
re.regex.assign [libcxx] Recover no-exceptions XFAILs - I 9 years ago
re.regex.const #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 10 years ago
re.regex.construct Fix bug #31387 - not checking end iterator when parsing decimal escape. Thanks to Karen for the report. 9 years ago
re.regex.locale #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 10 years ago
re.regex.nonmemb #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 10 years ago
re.regex.operations Move test into test/std subdirectory. 11 years ago
re.regex.swap #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 10 years ago
types.pass.cpp [libcxx] basic_regex: add traits_type, string_type 9 years ago