aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests/lib/libc/regex
Commit message (Expand)AuthorAgeFilesLines
* libc: regex: partial revert of r368358Kyle Evans2020-12-053-2/+6
* libregex: implement \b and \B (word boundary, not word boundary)Kyle Evans2020-12-051-1/+1
* regex(3): Interpret many escaped ordinary characters as EESCAPEKyle Evans2020-07-292-2/+4
* Only skip problematic test in CI env.Li-Wen Hsu2019-09-111-1/+2
* Temporarily skip lib.libc.regex.exhaust_test.regcomp_too_big andLi-Wen Hsu2019-07-221-0/+4
* MFV r345515: netbsd-tests: import memory bump for libc/regex/t_exhaustKyle Evans2019-03-261-5/+6
* regex(3): Handle invalid {} constructs consistently and adjust testsKyle Evans2017-08-082-6/+30
* Add regression test for recent regex(3) breakageKyle Evans2017-07-211-0/+3
* Pull in ^/vendor/NetBSD/tests/dist@r312219Enji Cooper2017-01-151-12/+7
* Merge content currently under test from ^/vendor/NetBSD/tests/dist/@r312123Enji Cooper2017-01-143-28/+11
* Consolidate __NetBSD__ #ifdefEnji Cooper2017-01-111-2/+0
* Redo r290847: use #ifdef __NetBSD__ on all the non-public APIs toEnji Cooper2015-11-151-12/+10
* Fix -Wunused warnings with variables used unlit code by adding appropriate #i...Enji Cooper2015-11-151-0/+4
* Reenable the test.Baptiste Daroussin2015-08-111-1/+1
* Disable broken test until we have time ti actually fix the testBaptiste Daroussin2015-08-111-1/+1
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withEnji Cooper2014-11-173-11/+11
* - Add libutil #include for fparselnEnji Cooper2014-10-121-0/+10
* Fix compilation errors with missing wide-type headers and fix compilationEnji Cooper2014-10-121-0/+12
* Implement 64MB memory limit for test to ensure that it fails reliably inEnji Cooper2014-10-121-0/+14
* Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,Enji Cooper2014-10-0235-0/+3106