Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-26 | more minimal example | Otto Moerbeek | |
2007-09-26 | two more test cases | Otto Moerbeek | |
2007-09-24 | another init problem | Otto Moerbeek | |
2007-09-24 | newly discovered init problem | Otto Moerbeek | |
2007-09-21 | already fixed include problem | Otto Moerbeek | |
2007-09-21 | add the other case Ted mentioned | Otto Moerbeek | |
2007-09-21 | two know failures of pcc | Otto Moerbeek | |
2007-09-20 | some initial regress bits for opencvs. not expected to pass just yet. | Niall O'Higgins | |
ok joris@ ray@ xsa@ | |||
2007-09-17 | Add a test for .BEGIN/.END keywords | Marc Espie | |
2007-08-06 | Add a regress test for -lthing dependencies. As bizarre as it may seem, | Marc Espie | |
gmake does the same thing, and it's infrequently used in some ports. | |||
2007-08-05 | check curly targets work. No need to look at the output. If curly targets don't | Marc Espie | |
expand correctly, the Makefile will fail. If it works, then it's okay. | |||
2007-08-02 | update output to match recent make changes; ok espie@ | David Krause | |
2007-06-07 | test umac-64@openssh.com | Peter Valchev | |
ok djm@ | |||
2007-06-06 | work around import limitations | Niall O'Higgins | |
2007-06-05 | Wrap long lines. | Xavier Santolaria | |
2007-06-05 | add very basic regress framework for opencvs. | Niall O'Higgins | |
more to come. ok joris@ | |||
2007-03-15 | When commiting multiple files with ci, the flags from the previous | Alexander Bluhm | |
files affected the later ones. ok niallo@ xsa@ | |||
2007-02-22 | Fix regression tests. False positives happened whenever the date/time | Ray Lai | |
contained 1.3, 1.4, or 1.5. ``hahahahahaha'' joris@. | |||
2007-02-13 | - Be explicit on command line checking, instead of relying on patterns, | Matthias Kilian | |
which may be NULL (e.g. -e ''). - let add_pattern() decide how to deal with empty patterns, don't do magic in read_patterns(). This unbreaks stuff like grep -e '', and makes grep -f <file> more POSIX compliant. Semantics for grep -f /dev/null (or any other empty file) may be questionable, but this case isn't specified by POSIX, and matching nothing at all seems to be sane. Thanks to otto@, who mentioned potential problems related to the -x option with the first patch i sent. ok jaredy@ (some time ago), otto@, millert@ | |||
2007-01-08 | advertising clauses that can be dropped | Theo de Raadt | |
2006-12-13 | Additional test for multiple PermitOpen entries. ok djm@ | Darren Tucker | |
2006-11-06 | fix quoting for non-(c)sh login shells. | Markus Friedl | |
2006-09-19 | - bump ulimit -d value for EOF test case so that it works on amd64 and ↵ | Niall O'Higgins | |
sparc64 (thanks to pedro@ for testing on his sparc64). - use ${.CURDIR} to make this work properly with an obj/ dir. | |||
2006-09-17 | fix badly named regress, and add suffixes rules. | Marc Espie | |
2006-08-29 | fix output location of truncated files test | David Krause | |
ok niallo@ deraadt@ | |||
2006-08-29 | clean up our mess | Damien Miller | |
2006-08-23 | - add regression test for rcs parser's handling of truncated files. | Niall O'Higgins | |
ok xsa@ | |||
2006-08-11 | add tests for merge -e; OK ray@. | Xavier Santolaria | |
2006-08-02 | - add regression tests for two problems with keyword parsing. | Niall O'Higgins | |
ok ray@ | |||
2006-07-29 | Add regression test for files with lots of keywords. | Ray Lai | |
OK xsa@ | |||
2006-07-28 | Remove $Log$ check from keyword expansion test, which is the only | Ray Lai | |
keyword we don't do yet. Now we can enable the test. OK niallo@ | |||
2006-07-22 | Test that PermitOpen after a Match overrides global setting; ok djm@ | Darren Tucker | |
2006-07-19 | Add a couple of files missing from the cleanup list | Darren Tucker | |
2006-07-19 | Add regress test for ForceCommand | Darren Tucker | |
2006-07-17 | Regress test for Match + PermitOpen. ok djm@ | Darren Tucker | |
2006-07-11 | add test for ExitOnForwardFailure=yes | Markus Friedl | |
2006-07-06 | in this test, $SUDO is not used to gain privileges but to switch to nobody. | Alexander von Gernler | |
thus, we need the SUDO variable to be set. if not set, the test would also pass ok, but only because exit status 2 and 127 looked the same to the test. ok markus@ | |||
2006-07-03 | Revert last commit by request of otto. | Jonathan Gray | |
Contents of comments are obviously part of the diff tests. | |||
2006-07-03 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray | |
rescinded 22 July 1999. | |||
2006-06-02 | Reflect -r1.43 of lint1/tree.c | Chad Loder | |
2006-06-02 | Initial regress for file(1); not hooked in yet; looked at by cloder. | Ian Darwin | |
2006-05-28 | The '-c' option is no longer the default in LINTFLAGS, so update the | Chad Loder | |
output of this test | |||
2006-05-28 | We pull in LINTFLAGS from sys.mk, no need to reproduce it here | Chad Loder | |
2006-05-05 | test pointer casts | Otto Moerbeek | |
2006-05-05 | SEGVs have been fixed, so include proper expected output | Otto Moerbeek | |
2006-05-05 | o GNU ci returns 0 when a file is reverted (co -l file; ci file). | Ray Lai | |
o Don't unlock file after revert. o Fix spelling. Passes extra tests in GNU rcstest. OK niallo@. | |||
2006-05-05 | Output to a different filename so the tests work without an obj/ | Ray Lai | |
directory. Also change diff -u to ${DIFF}. OK xsa@ | |||
2006-05-03 | Add some regress tests for lint1 crashes which are not solved yet | Chad Loder | |
2006-05-03 | more test cases | Otto Moerbeek | |
2006-05-01 | - add tests for -oranges. | Niall O'Higgins | |
ok joris@ |