summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Collapse)Author
2010-05-07regress tests for AuthorizedPrincipalsFile and "principals=" key option.Damien Miller
feedback and ok markus@
2010-04-25Test handling of roff conditional instructions;Ingo Schwarze
committing the desired results, too, because groff is doing page-layout formatting for man(7) even in ASCII output mode and we do not imitate that in mandoc.
2010-04-25Let the clean target remove cores,Ingo Schwarze
and let the cleandir target call groff-clean as well.
2010-04-23Update test to also check that .Xr without args is ignored.Ingo Schwarze
Related to mdoc_validate.c 1.47.
2010-04-23Check handling of tab characters.Ingo Schwarze
Related to term.c 1.30, mdoc_term.c 1.75.
2010-04-23Do not run the tests with -fstrict -Wall by default.Ingo Schwarze
I want to test some features that -fstrict does not allow. And as long as i do not test for specific error messages, having -Wall on by default just causes useless noise.
2010-04-16regression tests for v01 certificate formatDamien Miller
includes interop tests for v00 certs
2010-04-15update the expected output for the test for -P; it usesStuart Henderson
dumpdef and depends on the available macros, so the output changed when mkstemp was added.
2010-04-13test handling of multiple .It macros without intervening text;Ingo Schwarze
related to term.c 1.29
2010-04-12check handling of blank lines in literal context;Ingo Schwarze
thanks to jmc@ for noticing that this can break; related to term.c rev. 1.28
2010-04-12new test to check vertical spacing in nested lists,Ingo Schwarze
related to mdoc_term.c rev. 1.74
2010-04-08Check the behaviour of quoted and unquoted punctuationIngo Schwarze
after the mdoc(7) literal macro, .Li.
2010-04-07Make sure that the sequence .Fl, no argument, and another macroIngo Schwarze
is rendered without white space between the dash and the other macro. Will be fixed in mandoc 1.9.23.
2010-03-25test blank and newline handling in xargs(1) with and without -0 and -LIngo Schwarze
ok guenther@
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
certificate fails as it should (and it does)
2010-02-26regression tests for certified keysDamien Miller
2010-02-24wait for sshd to fully stop in cleanup() function; avoids races in testsDamien Miller
that do multiple start_sshd/cleanup cycles; "I hate pidfiles" deraadt@
2010-02-17regression test for .Xr argument handling;Ingo Schwarze
related code fix coming tomorrow kristaps@ agrees this is the behaviour we want
2010-02-10accept loongson in .Dt; ok espieJason McIntyre
2010-02-09turn on all the malloc(3) checking options when running regressionDamien Miller
tests. this has caught a few bugs for me in the past; ok dtucker@
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
to the value it had before entering .It; fixed by kristaps@ in release 1.9.15.
2010-01-01When a .Fl macro without an argument is followed by text,Ingo Schwarze
the space after the dash appears to be missing. Needs fixing. Test triggered in a discussion with kristaps@.
2009-12-25Regression test for .Pa below .Bl in the FILES section;Ingo Schwarze
still broken in mandoc 1.9.14, fix being sent to kristaps@. Path names (.Pa) are usually underlined, except below .Bl -inset, -hang, -ohang, -tag or -column in the FILES section (yuck). Note that .Bl -bullet is subtly broken in an urelated way: That will need fixing as well before this test can fully succeed.
2009-12-24Regression test for .Bl -column;Ingo Schwarze
mandoc 1.9.14 still fails this one, patch being sent to kristaps@. The groff .Bl -column spacing we are trying to follow is weird: with less than 5 columns, groff puts 4 blanks between columns; with exactly 5 columns, groff puts 3 blanks between columns; with more than 5 columns, and also with more than 78 characters per line, groff usually falls over and bites the dust - though the exact failures look rather different in various cases, and a few cases even work... No use trying to test anything for more than 5 columns, though.
2009-12-24activate mdoc/Fl tests (duh.)Ingo Schwarze
2009-12-24Regression test for .Fl with multiple arguments.Ingo Schwarze
Still broken in 1.9.14, fix being sent to kristaps@.
2009-12-23regression test for non-breaking space (\~);Ingo Schwarze
fails with 1.9.13, succeeds with 1.9.14
2009-11-11Regress for skipping evaluation of else-type conditional if previousFederico G. Schwindt
corresponding one evaluted to true. espie@ ok.
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
fixed in 1.9.9 and some older, rather subtle issues in list displays. Directory layout and naming scheme was chosen such that later inclusion of tests for -man and -Thtml will not force us to rename everything, even though the layout might still seem a bit sparse right now. More tests will slowly be added while investigating and fixing issues.
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
Silva for Google Summer of Code
2009-08-13date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7Damien Miller
Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path", add "-P port" to match scp(1). Fortunately, the -P option is only really used by our regression scripts. part of larger patch from carlosvsilvapt@gmail.com for his Google Summer of Code work; ok deraadt markus
2009-08-13regression test for port number parsing. written as part of the a2portDamien Miller
change that went into 5.2 but I forgot to commit it at the time...
2009-06-26check that dumpdef still works after undefining macros, and not dumps core.Marc Espie
problem found by Philip Guenther.
2009-05-18sync with netbsd; no change for openbsd usersJason McIntyre
from wiz
2009-05-05Always specify ssh_config for multiplex tests: prevents breakage causedDarren Tucker
by options in ~/.ssh/config. From Dan Peterson.
2009-04-13document -w; ok espie wiz@netbsdJason McIntyre
2009-04-13Add myself to AUTHORS list, as suggested by Thomas.Marc Espie
Always cool to see email addresses @netbsd/@openbsd in the same program ;)
2009-04-13A few tweaks:Marc Espie
- display only section headers in warning messages if -w (asked by jmc@) - better fix option: have process_line return the processed line, and use that info. - return proper line for comments (noticed by Thomas Klausner) - let more code run always, only display warnings when wanted - sorting of see also should be case-insensitive (noticed by jmc@)
2009-04-08adapt lint regress after time.h r. 1.24 "sounds fine" millert@. ok chl@Martynas Venckus
cloder@'s email bounces
2008-12-31reorg code a bit so that we can share with Thomas Klausner:Marc Espie
use OPENBSD/NETBSD constant to choose the behavior, and have the same program in both OSes. Also some minor cleanups, like no longer needing to check for comments that have been stripped already. work with wiz@netbsd.org and jmc@