summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
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-24tests for ${name#pat} and ${name%pat} issue.Federico G. Schwindt
millert@ ok'd a previous version.
2010-03-23some oddity in the process of getting fixedMarc Espie
2010-03-23adjust after -A / -O / -R / -T load removalHenning Brauer
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-14Sync with current state of the tree.Miod Vallat
2010-02-11Test mkstemps() tooPhilip Guenthe
2010-02-11Add a regression suite for mkstemp(), verifying that it neither overrunsPhilip Guenthe
no underruns the supplied template buffer, that it can generate names that don't contain any X's, and that all open() calls that pass O_CREAT also pass O_EXCL
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-02-06add (currently failing) test for double -> long longOtto Moerbeek
(I'm using long long for this test to work on 32-bit archs).
2010-01-27more version checksMarc Espie
2010-01-24tests for shared libs update issues...Marc Espie
2010-01-24check package name issuesMarc Espie
2010-01-18even in @option always-update, normal dependency comparison should stillMarc Espie
occur (and thus we shouldn't downgrade packages if the version changes)
2010-01-14new test for vstatMarc Espie
2010-01-14set group+owner as some tests require bothMarc Espie
2010-01-13Update regress output files to -current behaviourRyan Thomas McBride
- non-pool translation/routing specification - leftover bits from nat-to/rdr-to/binat-to
2010-01-13Remove random component of auto-generated table names in loaded rules.Ryan Thomas McBride
2010-01-12no nat is no longer legalRyan Thomas McBride
convert nat/rdr/binat rules to nat-to/rdr-to/binat-to
2010-01-12{ if0, if1 } is ambiguous in a route spec, and this should have beenRyan Thomas McBride
rejected before (I'm surprised this worked)
2010-01-12nat-anchor, rdr-anchor, binat-anchor are no longer legal in the grammar.Ryan Thomas McBride
2010-01-11regress test for stdio forwardingDarren Tucker
2010-01-10nitsMarc Espie
2010-01-10more signatures checksMarc Espie
2010-01-10add REGRESSION_TESTING markers so tests still run.Marc Espie
new test for signature comparison checks
2010-01-10more testsMarc Espie
2010-01-05...and this one tooMarc Espie
2010-01-05regress checks tend to work better when you don't forget the output...Marc Espie
2010-01-04add a script that I use before ever release to check that ourTheo de Raadt
edge conditions for disklabel -A are going to be acceptable ok krw
2010-01-03ouch, bad loopMarc Espie
2010-01-03Use CHECKx macro and enable setsockopt tests.Federico G. Schwindt
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@.
2010-01-01check for most update situationsMarc Espie
2010-01-01make sure there's a MAINTAINER in thereMarc Espie
2010-01-01don't use -cMarc Espie
2009-12-31and yet another library check errorMarc Espie
2009-12-31remove all noise, have myadd display a simplified version of what it's doingMarc Espie