index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lib
/
libc
/
regex
Age
Commit message (
Expand
)
Author
2021-06-09
remove the kill in the trace code.
christos
2021-06-09
remove not required include files
christos
2021-06-09
1. Preallocate the patterns so that out of memory conditions don't happen
christos
2021-06-07
Add more information for the malloc failure.
christos
2021-02-25
Adjust for conditional NLS
christos
2021-02-24
remove casts
christos
2021-02-24
minimal fix to match the library code (really make the constants unsigned
christos
2021-02-23
Add REG_GNU
christos
2021-02-23
Add support for ENOSYS (was never set)
christos
2021-02-23
Add REG_POSIX, and make compile on linux where we don't have a lot of the
christos
2021-02-23
Delete category stuff that has changed with the new regex; make compile
christos
2021-02-23
Comment out tests that the new stricter regex does not like
christos
2019-07-09
Update require.memory to match the increased rlimit.
gson
2019-03-16
PR/54061: Bump memory for jemalloc (a lot).
christos
2017-01-14
PR/51873: Ngie Cooper: add util.h #include
christos
2017-01-14
PR/51832: Ngie Cooper:
christos
2016-08-26
Replace MKMAN with NOMAN as suggested by christos@. Allows
darcy
2012-08-24
Sanitize the regex test cases.
jmmv
2011-11-16
this works with much less memory too.
christos
2011-11-16
add require.memory=500M
christos
2011-11-09
add a large timeout for libtre
christos
2011-11-06
make the standard tests optional.
christos
2011-11-06
skip 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 caused
christos
2011-11-06
ability to select associativity
christos
2011-11-06
- Handle TRE
christos
2011-11-06
leave all tests in and have the awk script select which ones are appropriate.
christos
2011-11-06
Add the AT&T regex tests
christos
2011-11-06
be less chatty.
christos
2011-11-06
moved below
christos
2011-11-06
moved because we cannot have multiple FILESDIR
christos
2011-11-06
more failed tests, perhaps I should move the data to a file, but how do
christos
2011-11-06
Add tests from: http://www2.research.att.com/~gsf/testregex/
christos
2011-11-06
Add the failed forced association tests.
christos
2011-11-06
Add the nullsubexpression tests. We mostly fail or don't support them.
christos
2011-11-06
Add a bug section so we can skip tests that don't work.
christos
2011-11-06
Add a test harness for the att data files:
christos
2011-11-05
Arrange so that the same tests can be used by libtre.
christos
2011-11-04
stylistic improvements.
christos
2011-10-21
simplify.
christos
2011-10-11
Don'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_C
christos
2011-10-09
Add a test to check for DoS attacks against regcomp/regexec. From
christos
2011-09-16
NULL does not need a cast, here
plunky
2011-01-09
Fix typo that got lost between my trial build and the final commit
pgoyette
2011-01-09
Ouch - forgot the include this earlier.
pgoyette
2011-01-08
Atf-ify the regex test
pgoyette