Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-14 | Sync with current state of the tree. | Miod Vallat | |
2010-02-11 | Test mkstemps() too | Philip Guenthe | |
2010-02-11 | Add a regression suite for mkstemp(), verifying that it neither overruns | Philip 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-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-02-06 | add (currently failing) test for double -> long long | Otto Moerbeek | |
(I'm using long long for this test to work on 32-bit archs). | |||
2010-01-27 | more version checks | Marc Espie | |
2010-01-24 | tests for shared libs update issues... | Marc Espie | |
2010-01-24 | check package name issues | Marc Espie | |
2010-01-18 | even in @option always-update, normal dependency comparison should still | Marc Espie | |
occur (and thus we shouldn't downgrade packages if the version changes) | |||
2010-01-14 | new test for vstat | Marc Espie | |
2010-01-14 | set group+owner as some tests require both | Marc Espie | |
2010-01-13 | Update regress output files to -current behaviour | Ryan Thomas McBride | |
- non-pool translation/routing specification - leftover bits from nat-to/rdr-to/binat-to | |||
2010-01-13 | Remove random component of auto-generated table names in loaded rules. | Ryan Thomas McBride | |
2010-01-12 | no nat is no longer legal | Ryan 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 been | Ryan Thomas McBride | |
rejected before (I'm surprised this worked) | |||
2010-01-12 | nat-anchor, rdr-anchor, binat-anchor are no longer legal in the grammar. | Ryan Thomas McBride | |
2010-01-11 | regress test for stdio forwarding | Darren Tucker | |
2010-01-10 | nits | Marc Espie | |
2010-01-10 | more signatures checks | Marc Espie | |
2010-01-10 | add REGRESSION_TESTING markers so tests still run. | Marc Espie | |
new test for signature comparison checks | |||
2010-01-10 | more tests | Marc Espie | |
2010-01-05 | ...and this one too | Marc Espie | |
2010-01-05 | regress checks tend to work better when you don't forget the output... | Marc Espie | |
2010-01-04 | add a script that I use before ever release to check that our | Theo de Raadt | |
edge conditions for disklabel -A are going to be acceptable ok krw | |||
2010-01-03 | ouch, bad loop | Marc Espie | |
2010-01-03 | Use CHECKx macro and enable setsockopt tests. | Federico G. Schwindt | |
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@. | |||
2010-01-01 | check for most update situations | Marc Espie | |
2010-01-01 | make sure there's a MAINTAINER in there | Marc Espie | |
2010-01-01 | don't use -c | Marc Espie | |
2009-12-31 | and yet another library check error | Marc Espie | |
2009-12-31 | remove all noise, have myadd display a simplified version of what it's doing | Marc Espie | |
2009-12-31 | add some lib report checks where the error messages are currently very bad. | Marc Espie | |
2009-12-31 | simplify and rationalize names | Marc Espie | |
2009-12-31 | check for infinite loops in case of install problems | Marc Espie | |
2009-12-26 | Add tests to check timeout on sockets under different situations. kurt@ ok. | Federico G. Schwindt | |
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 |