summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Collapse)Author
2007-09-26more minimal exampleOtto Moerbeek
2007-09-26two more test casesOtto Moerbeek
2007-09-24another init problemOtto Moerbeek
2007-09-24newly discovered init problemOtto Moerbeek
2007-09-21already fixed include problemOtto Moerbeek
2007-09-21add the other case Ted mentionedOtto Moerbeek
2007-09-21two know failures of pccOtto Moerbeek
2007-09-20some initial regress bits for opencvs. not expected to pass just yet.Niall O'Higgins
ok joris@ ray@ xsa@
2007-09-17Add a test for .BEGIN/.END keywordsMarc Espie
2007-08-06Add 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-05check curly targets work. No need to look at the output. If curly targets don'tMarc Espie
expand correctly, the Makefile will fail. If it works, then it's okay.
2007-08-02update output to match recent make changes; ok espie@David Krause
2007-06-07test umac-64@openssh.comPeter Valchev
ok djm@
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@