llvm-project/libcxx/test/std/re
Roger Ferrer Ibanez 5347ebef23 Mark tests as unsupported in C++98 as well
Differential Revision: https://reviews.llvm.org/D38362

llvm-svn: 317210
2017-11-02 15:01:43 +00:00
..
re.alg Mark tests as unsupported in C++98 as well 2017-11-02 15:01:43 +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 Fix UB - signed integer overflow in regex. Thanks to Tim Shen for the patch. Reviewed as https://reviews.llvm.org/D39066 2017-10-19 17:39:16 +00:00
re.iter [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC. 2017-08-05 00:44:24 +00:00
re.regex Fix an unsigned integer overflow in regex that lead to a bad memory access. Found by OSS-Fuzz 2017-10-19 22:10:41 +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 Guard usage of libc++ regex internals inside test. 2017-05-12 01:19:01 +00:00
nothing_to_do.pass.cpp