summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Collapse)Author
2007-06-06work around import limitationsNiall O'Higgins
2007-06-05Wrap long lines.Xavier Santolaria
2007-06-05add very basic regress framework for opencvs.Niall O'Higgins
more to come. ok joris@
2007-03-15When commiting multiple files with ci, the flags from the previousAlexander Bluhm
files affected the later ones. ok niallo@ xsa@
2007-02-22Fix regression tests. False positives happened whenever the date/timeRay 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-08advertising clauses that can be droppedTheo de Raadt
2006-12-13Additional test for multiple PermitOpen entries. ok djm@Darren Tucker
2006-11-06fix 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-17fix badly named regress, and add suffixes rules.Marc Espie
2006-08-29fix output location of truncated files testDavid Krause
ok niallo@ deraadt@
2006-08-29clean up our messDamien Miller
2006-08-23- add regression test for rcs parser's handling of truncated files.Niall O'Higgins
ok xsa@
2006-08-11add 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-29Add regression test for files with lots of keywords.Ray Lai
OK xsa@
2006-07-28Remove $Log$ check from keyword expansion test, which is the onlyRay Lai
keyword we don't do yet. Now we can enable the test. OK niallo@
2006-07-22Test that PermitOpen after a Match overrides global setting; ok djm@Darren Tucker
2006-07-19Add a couple of files missing from the cleanup listDarren Tucker
2006-07-19Add regress test for ForceCommandDarren Tucker
2006-07-17Regress test for Match + PermitOpen. ok djm@Darren Tucker
2006-07-11add test for ExitOnForwardFailure=yesMarkus Friedl
2006-07-06in 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-03Revert last commit by request of otto.Jonathan Gray
Contents of comments are obviously part of the diff tests.
2006-07-03Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
rescinded 22 July 1999.
2006-06-02Reflect -r1.43 of lint1/tree.cChad Loder
2006-06-02Initial regress for file(1); not hooked in yet; looked at by cloder.Ian Darwin
2006-05-28The '-c' option is no longer the default in LINTFLAGS, so update theChad Loder
output of this test
2006-05-28We pull in LINTFLAGS from sys.mk, no need to reproduce it hereChad Loder
2006-05-05test pointer castsOtto Moerbeek
2006-05-05SEGVs have been fixed, so include proper expected outputOtto Moerbeek
2006-05-05o 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-05Output to a different filename so the tests work without an obj/Ray Lai
directory. Also change diff -u to ${DIFF}. OK xsa@
2006-05-03Add some regress tests for lint1 crashes which are not solved yetChad Loder
2006-05-03more test casesOtto Moerbeek
2006-05-01- add tests for -oranges.Niall O'Higgins
ok joris@
2006-04-29Add tests for keywords in ci, not enabled yet. We are still missingRay Lai
$Log$ functionality. OK xsa@
2006-04-28add another variant of `rlog -z' usage (still not enabled);Xavier Santolaria
2006-04-28add various tests for `rlog -z' (not enabled yet);Xavier Santolaria
2006-04-28remove p flag from LINTFLAGS; ok cloder@Otto Moerbeek
2006-04-27Make test use explicit signed char, instead of just char. We'll makeOtto Moerbeek
unspecified char tests later, when lint is smarter about char that. Discussed with cloder@
2006-04-27Add test for "expression has null effect" warnings.Otto Moerbeek
2006-04-26DIFF=diff -uXavier Santolaria
2006-04-26Reflect prettier function names change in lint warningsChad Loder
2006-04-25Back out previous tests, the keywords all expanded and destroyedRay Lai
my tests.
2006-04-25Regression tests for keywords for ci.Ray Lai
OK xsa@
2006-04-25Reflect latest lint commit, which fixes many type conversion falseChad Loder
positives and negatives.
2006-04-25A new, very exhaustive type conversion regression test.Chad Loder
2006-04-21Regression test for lint crash dealing with break outside a switch or aChad Loder
loop. Found by dlg