summaryrefslogtreecommitdiff
path: root/tests/lib/libc/regex
AgeCommit message (Expand)Author
2021-06-09remove the kill in the trace code.christos
2021-06-09remove not required include fileschristos
2021-06-091. Preallocate the patterns so that out of memory conditions don't happenchristos
2021-06-07Add more information for the malloc failure.christos
2021-02-25Adjust for conditional NLSchristos
2021-02-24remove castschristos
2021-02-24minimal fix to match the library code (really make the constants unsignedchristos
2021-02-23Add REG_GNUchristos
2021-02-23Add support for ENOSYS (was never set)christos
2021-02-23Add REG_POSIX, and make compile on linux where we don't have a lot of thechristos
2021-02-23Delete category stuff that has changed with the new regex; make compilechristos
2021-02-23Comment out tests that the new stricter regex does not likechristos
2019-07-09Update require.memory to match the increased rlimit.gson
2019-03-16PR/54061: Bump memory for jemalloc (a lot).christos
2017-01-14PR/51873: Ngie Cooper: add util.h #includechristos
2017-01-14PR/51832: Ngie Cooper:christos
2016-08-26Replace MKMAN with NOMAN as suggested by christos@. Allowsdarcy
2012-08-24Sanitize the regex test cases.jmmv
2011-11-16this works with much less memory too.christos
2011-11-16add require.memory=500Mchristos
2011-11-09add a large timeout for libtrechristos
2011-11-06make the standard tests optional.christos
2011-11-06skip the association that does not match with our implementation.christos
2011-11-06- Print the symbolic error using regerror, as well as the pattern that causedchristos
2011-11-06ability to select associativitychristos
2011-11-06- Handle TREchristos
2011-11-06leave all tests in and have the awk script select which ones are appropriate.christos
2011-11-06Add the AT&T regex testschristos
2011-11-06be less chatty.christos
2011-11-06moved belowchristos
2011-11-06moved because we cannot have multiple FILESDIRchristos
2011-11-06more failed tests, perhaps I should move the data to a file, but how dochristos
2011-11-06Add tests from: http://www2.research.att.com/~gsf/testregex/christos
2011-11-06Add the failed forced association tests.christos
2011-11-06Add the nullsubexpression tests. We mostly fail or don't support them.christos
2011-11-06Add a bug section so we can skip tests that don't work.christos
2011-11-06Add a test harness for the att data files:christos
2011-11-05Arrange so that the same tests can be used by libtre.christos
2011-11-04stylistic improvements.christos
2011-10-21simplify.christos
2011-10-11Don't use 'nul' in filenames as windows will belch.dholland
2011-10-10- Use PROGS instead of PROG so that we can co-exist with TESTS_Cchristos
2011-10-09Add a test to check for DoS attacks against regcomp/regexec. Fromchristos
2011-09-16NULL does not need a cast, hereplunky
2011-01-09Fix typo that got lost between my trial build and the final commitpgoyette
2011-01-09Ouch - forgot the include this earlier.pgoyette
2011-01-08Atf-ify the regex testpgoyette