summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2010-06-27add the groff target to the 'make depend' step, so we build dependencies.Peter Hessler
2010-06-27enable the regress tests for file, and xlint.Peter Hessler
2010-06-27fix how we run the tests so we can successfully use SUDO='sudo -E' in our envPeter Hessler
2010-06-06also test .In following .In and .Ft following .FnIngo Schwarze
2010-05-07regress tests for AuthorizedPrincipalsFile and "principals=" key option.Damien Miller
2010-04-25Test handling of roff conditional instructions;Ingo Schwarze
2010-04-25Let the clean target remove cores,Ingo Schwarze
2010-04-23Update test to also check that .Xr without args is ignored.Ingo Schwarze
2010-04-23Check handling of tab characters.Ingo Schwarze
2010-04-23Do not run the tests with -fstrict -Wall by default.Ingo Schwarze
2010-04-16regression tests for v01 certificate formatDamien Miller
2010-04-15update the expected output for the test for -P; it usesStuart Henderson
2010-04-13test handling of multiple .It macros without intervening text;Ingo Schwarze
2010-04-12check handling of blank lines in literal context;Ingo Schwarze
2010-04-12new test to check vertical spacing in nested lists,Ingo Schwarze
2010-04-08Check the behaviour of quoted and unquoted punctuationIngo Schwarze
2010-04-07Make sure that the sequence .Fl, no argument, and another macroIngo Schwarze
2010-03-25test blank and newline handling in xargs(1) with and without -0 and -LIngo Schwarze
2010-03-23some oddity in the process of getting fixedMarc Espie
2010-03-04additional regression tests for revoked keys and TrustedUserCAKeysDamien Miller
2010-03-03add an extra test to ensure that authentication with the wrongDamien Miller
2010-02-26regression tests for certified keysDamien Miller
2010-02-24wait for sshd to fully stop in cleanup() function; avoids races in testsDamien Miller
2010-02-17regression test for .Xr argument handling;Ingo Schwarze
2010-02-10accept loongson in .Dt; ok espieJason McIntyre
2010-02-09turn on all the malloc(3) checking options when running regressionDamien Miller
2010-02-09clean up droppingsDamien Miller
2010-02-08test for PKCS#11 support (currently disabled)Markus Friedl
2010-01-11regress test for stdio forwardingDarren Tucker
2010-01-02Check that end of .It does not restore .Sm stateIngo Schwarze
2010-01-01When a .Fl macro without an argument is followed by text,Ingo Schwarze
2009-12-25Regression test for .Pa below .Bl in the FILES section;Ingo Schwarze
2009-12-24Regression test for .Bl -column;Ingo Schwarze
2009-12-24activate mdoc/Fl tests (duh.)Ingo Schwarze
2009-12-24Regression test for .Fl with multiple arguments.Ingo Schwarze
2009-12-23regression test for non-breaking space (\~);Ingo Schwarze
2009-11-11Regress for skipping evaluation of else-type conditional if previousFederico G. Schwindt
2009-11-09add regression test for ssh-keygen pubkey conversionsDarren Tucker
2009-10-28Add the first batch of mandoc(1) regression tests, testing for a few bugsIngo Schwarze
2009-10-22Apparently these didn't get checked in when I added the tests.Todd C. Miller
2009-10-14Add a test for the new -P option. ok espie@Stuart Henderson
2009-10-08re-enable protocol v1 for the tests.Markus Friedl
2009-10-06Add OpenBSD tag to make syncs easierDarren Tucker
2009-08-20fix one sftp -D ... => sftp -P ... conversion that I missed; from CarlosDamien Miller
2009-08-13date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7Damien Miller
2009-08-13regression test for port number parsing. written as part of the a2portDamien Miller
2009-06-26check that dumpdef still works after undefining macros, and not dumps core.Marc Espie
2009-05-18sync with netbsd; no change for openbsd usersJason McIntyre
2009-05-05Always specify ssh_config for multiplex tests: prevents breakage causedDarren Tucker
2009-04-13document -w; ok espie wiz@netbsdJason McIntyre