Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-07 | regress tests for AuthorizedPrincipalsFile and "principals=" key option. | Damien Miller | |
feedback and ok markus@ | |||
2010-04-25 | Test 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-25 | Let the clean target remove cores, | Ingo Schwarze | |
and let the cleandir target call groff-clean as well. | |||
2010-04-23 | Update test to also check that .Xr without args is ignored. | Ingo Schwarze | |
Related to mdoc_validate.c 1.47. | |||
2010-04-23 | Check handling of tab characters. | Ingo Schwarze | |
Related to term.c 1.30, mdoc_term.c 1.75. | |||
2010-04-23 | Do 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-16 | regression tests for v01 certificate format | Damien Miller | |
includes interop tests for v00 certs | |||
2010-04-15 | update the expected output for the test for -P; it uses | Stuart Henderson | |
dumpdef and depends on the available macros, so the output changed when mkstemp was added. | |||
2010-04-13 | test handling of multiple .It macros without intervening text; | Ingo Schwarze | |
related to term.c 1.29 | |||
2010-04-12 | check 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-12 | new test to check vertical spacing in nested lists, | Ingo Schwarze | |
related to mdoc_term.c rev. 1.74 | |||
2010-04-08 | Check the behaviour of quoted and unquoted punctuation | Ingo Schwarze | |
after the mdoc(7) literal macro, .Li. | |||
2010-04-07 | Make sure that the sequence .Fl, no argument, and another macro | Ingo Schwarze | |
is rendered without white space between the dash and the other macro. Will be fixed in mandoc 1.9.23. | |||
2010-03-25 | test blank and newline handling in xargs(1) with and without -0 and -L | Ingo Schwarze | |
ok guenther@ | |||
2010-03-23 | some oddity in the process of getting fixed | Marc Espie | |
2010-03-04 | additional regression tests for revoked keys and TrustedUserCAKeys | Damien Miller | |
2010-03-03 | add an extra test to ensure that authentication with the wrong | Damien Miller | |
certificate fails as it should (and it does) | |||
2010-02-26 | regression tests for certified keys | Damien Miller | |
2010-02-24 | wait for sshd to fully stop in cleanup() function; avoids races in tests | Damien Miller | |
that do multiple start_sshd/cleanup cycles; "I hate pidfiles" deraadt@ | |||
2010-02-17 | regression test for .Xr argument handling; | Ingo Schwarze | |
related code fix coming tomorrow kristaps@ agrees this is the behaviour we want | |||
2010-02-10 | accept loongson in .Dt; ok espie | Jason McIntyre | |
2010-02-09 | turn on all the malloc(3) checking options when running regression | Damien Miller | |
tests. this has caught a few bugs for me in the past; ok dtucker@ | |||
2010-02-09 | clean up droppings | Damien Miller | |
2010-02-08 | test for PKCS#11 support (currently disabled) | Markus Friedl | |
2010-01-11 | regress test for stdio forwarding | Darren Tucker | |
2010-01-02 | Check that end of .It does not restore .Sm state | Ingo Schwarze | |
to the value it had before entering .It; fixed by kristaps@ in release 1.9.15. | |||
2010-01-01 | When 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-25 | Regression 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-24 | Regression 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-24 | activate mdoc/Fl tests (duh.) | Ingo Schwarze | |
2009-12-24 | Regression test for .Fl with multiple arguments. | Ingo Schwarze | |
Still broken in 1.9.14, fix being sent to kristaps@. | |||
2009-12-23 | regression test for non-breaking space (\~); | Ingo Schwarze | |
fails with 1.9.13, succeeds with 1.9.14 | |||
2009-11-11 | Regress for skipping evaluation of else-type conditional if previous | Federico G. Schwindt | |
corresponding one evaluted to true. espie@ ok. | |||
2009-11-09 | add regression test for ssh-keygen pubkey conversions | Darren Tucker | |
2009-10-28 | Add the first batch of mandoc(1) regression tests, testing for a few bugs | Ingo 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-22 | Apparently these didn't get checked in when I added the tests. | Todd C. Miller | |
2009-10-14 | Add a test for the new -P option. ok espie@ | Stuart Henderson | |
2009-10-08 | re-enable protocol v1 for the tests. | Markus Friedl | |
2009-10-06 | Add OpenBSD tag to make syncs easier | Darren Tucker | |
2009-08-20 | fix one sftp -D ... => sftp -P ... conversion that I missed; from Carlos | Damien Miller | |
Silva for Google Summer of Code | |||
2009-08-13 | date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7 | Damien 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-13 | regression test for port number parsing. written as part of the a2port | Damien Miller | |
change that went into 5.2 but I forgot to commit it at the time... | |||
2009-06-26 | check that dumpdef still works after undefining macros, and not dumps core. | Marc Espie | |
problem found by Philip Guenther. | |||
2009-05-18 | sync with netbsd; no change for openbsd users | Jason McIntyre | |
from wiz | |||
2009-05-05 | Always specify ssh_config for multiplex tests: prevents breakage caused | Darren Tucker | |
by options in ~/.ssh/config. From Dan Peterson. | |||
2009-04-13 | document -w; ok espie wiz@netbsd | Jason McIntyre | |
2009-04-13 | Add myself to AUTHORS list, as suggested by Thomas. | Marc Espie | |
Always cool to see email addresses @netbsd/@openbsd in the same program ;) | |||
2009-04-13 | A 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-08 | adapt lint regress after time.h r. 1.24 "sounds fine" millert@. ok chl@ | Martynas Venckus | |
cloder@'s email bounces | |||
2008-12-31 | reorg 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@ |