Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-06 | finally make our m4 SusV3-compliant. | Marc Espie | |
- changecom and changequote have a simple definition (that matches gnu-m4, coincidentally, so we no longer need two distinct modes for these) - off-by-one bug in -s, this finally works. - reorder main parser loop, so that we can use alphabetic constructs in quotes/comments. - rename putback to pushback, this matches comments, and makes more sense. - more uniform (and updated) description of changequote/changecom. - new, systematic regression tests of comments/quotes. - framework to test -s: one perl script to reconstitute `full' files with all line numbers, so that we can verify the output without needing a complete match. okay otto@, fries@ | |||
2005-09-05 | enable tests for isakmp/ike | Hans-Joerg Hoexer | |
2005-09-05 | regression tests for isakmp/ike | Hans-Joerg Hoexer | |
2005-08-31 | Add regression test for fbBlt(). | Mark Kettenis | |
permission from deraadt@ | |||
2005-08-29 | Basic regress test for the vis(3) family of functions. Extra tests | Otto Moerbeek | |
for various flag values will be added later. ok deraadt@ | |||
2005-08-27 | Provide prototype for the function we actually use. | Mark Kettenis | |
KNF. ok deraadt@ | |||
2005-08-27 | backout unapproved diff | Theo de Raadt | |
2005-08-25 | Provide prototype for the function we actually use. | Mark Kettenis | |
KNF. | |||
2005-08-16 | make test framework more specific, and use it. | Marc Espie | |
2005-08-16 | more extensive package name checks. | Marc Espie | |
2005-08-15 | Add regression test for fbBltOne(). | Mark Kettenis | |
2005-08-12 | untested Makefile commited | Theo de Raadt | |
2005-08-11 | regression test to check that isw* functions yield the same result as | Marc Espie | |
is* functions, and that basic mb->wchar conversion yields sensible results. | |||
2005-08-11 | Make sure, tests using "file" work when obj/ directory is present. | Hans-Joerg Hoexer | |
2005-08-09 | Make tests more readable by using predefined keyfiles. Add test for tcpmd5 | Hans-Joerg Hoexer | |
using a key from a file. | |||
2005-08-09 | test for SAs | Hans-Joerg Hoexer | |
2005-08-08 | A reghression test that checks if a process survives very early signal | Otto Moerbeek | |
delivery. Very early is before fork() returns. | |||
2005-08-08 | connect ipsecctl regression tests | Hans-Joerg Hoexer | |
ok deraadt | |||
2005-08-08 | no test "ipsec13" yet | Hans-Joerg Hoexer | |
2005-08-08 | some simple regression tests for static keying | Hans-Joerg Hoexer | |
2005-08-05 | For tcpmd5 rules the keyword "key" changed to "authkey" | Hans-Joerg Hoexer | |
2005-08-05 | Make those tests match the actual implementation, not a not yet commited future | Hans-Joerg Hoexer | |
version. | |||
2005-08-05 | Some basic regression tests for ipsecctl, not connected yet. | Hans-Joerg Hoexer | |
2005-07-20 | EFAULT from PT_IO is a good error value too. | Artur Grabowski | |
2005-07-20 | run from .OBJDIR | Theo de Raadt | |
2005-07-20 | minitar script to test OpenBSD::Ustar, should be able to read/write archives | Marc Espie | |
fully compatible with the tar Ustar format. | |||
2005-07-20 | Regress test for PT_READ_{D,I} and PT_IO. (write coming soon). | Artur Grabowski | |
2005-07-15 | testcase for recent bug-report. | Marc Espie | |
2005-07-15 | Make globals accessed from sig handler volatile. From millert@ | Otto Moerbeek | |
2005-07-13 | As mickey@ pointed out, this test does not belong in libm. Move to | Otto Moerbeek | |
correct place. | |||
2005-07-13 | Test for fp save/restore in sig handlers. | Otto Moerbeek | |
2005-07-11 | += mmap-fail | Artur Grabowski | |
2005-07-11 | Test that mmap fails properly. | Artur Grabowski | |
2005-06-30 | allow SUDO=sudo; from Alexander Bluhm | Markus Friedl | |
2005-06-13 | Add regression test for writing old-style tar headers containing names | Otto Moerbeek | |
that completely fill the header field. WIth help from jaredy@ | |||
2005-06-01 | no need for both $Id$ and $OpenBSD$ | marius eriksen | |
2005-05-31 | a regress Makefile may not define a "regress" target. | Artur Grabowski | |
This regression test is wrong in many other ways too, but at least fix it enough so that it doesn't stop other regression tests from running. | |||
2005-05-31 | +=sigsuspend | Artur Grabowski | |
2005-05-31 | Test the semantics of sigsuspend. | Artur Grabowski | |
For some reason this test doesn't fail which means the code is correct and my reading of the code is incorrect. That can be either a good or bad sign depending on how you look at it. millert@ says it "looks correct" | |||
2005-05-29 | sync with -p -> -f change, make it work with obj/ ; ok marius@ | Damien Miller | |
2005-05-29 | add back support for SSH1 keys. it is being used in practice. | marius eriksen | |
ok markus@ | |||
2005-05-28 | pfail test for "log-all" | Marco Pfatschbacher | |
ok dhartmei@ | |||
2005-05-28 | change "log-all" to "log (all)" | Marco Pfatschbacher | |
ok dhartmei@ | |||
2005-05-28 | fix pf table tests with a less confusing anchor name. | Marco Pfatschbacher | |
pointed out by cedric. ok dhartmei@ | |||
2005-05-28 | + gzsig | marius eriksen | |
2005-05-28 | import regression tests for gzsig. | marius eriksen | |
2005-05-28 | "log-all" is gone. | Marco Pfatschbacher | |
ok dhartmei@ | |||
2005-05-28 | Set default test shell to /bin/sh. | Marco Pfatschbacher | |
Also destroy lo1000010 at interrupt. ok henning@ mcbride@ | |||
2005-05-28 | regression tests for pf checksum. | Marco Pfatschbacher | |
ok mcbride@ | |||
2005-05-27 | sync pf table test with new ksh behaviour. | Marco Pfatschbacher | |
ok henning@ |