llvm-project/libcxx/test/std/re
Marshall Clow da520dcbeb Fix bug #31387 - not checking end iterator when parsing decimal escape. Thanks to Karen for the report.
llvm-svn: 290500
2016-12-24 17:21:03 +00:00
..
re.alg Fix -Wsign-compare warnings in re tests that only run on OS X 2016-12-24 03:20:53 +00:00
re.badexp #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.const [libcxx] Support std::regex_constants::match_not_null 2016-10-21 20:41:47 +00:00
re.def
re.general
re.grammar
re.iter Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
re.regex Fix bug #31387 - not checking end iterator when parsing decimal escape. Thanks to Karen for the report. 2016-12-24 17:21:03 +00:00
re.req
re.results [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. 2016-12-06 01:13:14 +00:00
re.submatch fix warnings only produced by apple-clang 2016-12-24 01:07:54 +00:00
re.syn #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.traits Fix sign-compare warnings on ARM platforms caused by wchar_t being unsigned 2016-12-24 03:09:00 +00:00
nothing_to_do.pass.cpp