summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2005-09-06finally 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-05enable tests for isakmp/ikeHans-Joerg Hoexer
2005-09-05regression tests for isakmp/ikeHans-Joerg Hoexer
2005-08-31Add regression test for fbBlt().Mark Kettenis
permission from deraadt@
2005-08-29Basic regress test for the vis(3) family of functions. Extra testsOtto Moerbeek
for various flag values will be added later. ok deraadt@
2005-08-27Provide prototype for the function we actually use.Mark Kettenis
KNF. ok deraadt@
2005-08-27backout unapproved diffTheo de Raadt
2005-08-25Provide prototype for the function we actually use.Mark Kettenis
KNF.
2005-08-16make test framework more specific, and use it.Marc Espie
2005-08-16more extensive package name checks.Marc Espie
2005-08-15Add regression test for fbBltOne().Mark Kettenis
2005-08-12untested Makefile commitedTheo de Raadt
2005-08-11regression test to check that isw* functions yield the same result asMarc Espie
is* functions, and that basic mb->wchar conversion yields sensible results.
2005-08-11Make sure, tests using "file" work when obj/ directory is present.Hans-Joerg Hoexer
2005-08-09Make tests more readable by using predefined keyfiles. Add test for tcpmd5Hans-Joerg Hoexer
using a key from a file.
2005-08-09test for SAsHans-Joerg Hoexer
2005-08-08A reghression test that checks if a process survives very early signalOtto Moerbeek
delivery. Very early is before fork() returns.
2005-08-08connect ipsecctl regression testsHans-Joerg Hoexer
ok deraadt
2005-08-08no test "ipsec13" yetHans-Joerg Hoexer
2005-08-08some simple regression tests for static keyingHans-Joerg Hoexer
2005-08-05For tcpmd5 rules the keyword "key" changed to "authkey"Hans-Joerg Hoexer
2005-08-05Make those tests match the actual implementation, not a not yet commited futureHans-Joerg Hoexer
version.
2005-08-05Some basic regression tests for ipsecctl, not connected yet.Hans-Joerg Hoexer
2005-07-20EFAULT from PT_IO is a good error value too.Artur Grabowski
2005-07-20run from .OBJDIRTheo de Raadt
2005-07-20minitar script to test OpenBSD::Ustar, should be able to read/write archivesMarc Espie
fully compatible with the tar Ustar format.
2005-07-20Regress test for PT_READ_{D,I} and PT_IO. (write coming soon).Artur Grabowski
2005-07-15testcase for recent bug-report.Marc Espie
2005-07-15Make globals accessed from sig handler volatile. From millert@Otto Moerbeek
2005-07-13As mickey@ pointed out, this test does not belong in libm. Move toOtto Moerbeek
correct place.
2005-07-13Test for fp save/restore in sig handlers.Otto Moerbeek
2005-07-11+= mmap-failArtur Grabowski
2005-07-11Test that mmap fails properly.Artur Grabowski
2005-06-30allow SUDO=sudo; from Alexander BluhmMarkus Friedl
2005-06-13Add regression test for writing old-style tar headers containing namesOtto Moerbeek
that completely fill the header field. WIth help from jaredy@
2005-06-01no need for both $Id$ and $OpenBSD$marius eriksen
2005-05-31a 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+=sigsuspendArtur Grabowski
2005-05-31Test 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-29sync with -p -> -f change, make it work with obj/ ; ok marius@Damien Miller
2005-05-29add back support for SSH1 keys. it is being used in practice.marius eriksen
ok markus@
2005-05-28pfail test for "log-all"Marco Pfatschbacher
ok dhartmei@
2005-05-28change "log-all" to "log (all)"Marco Pfatschbacher
ok dhartmei@
2005-05-28fix pf table tests with a less confusing anchor name.Marco Pfatschbacher
pointed out by cedric. ok dhartmei@
2005-05-28+ gzsigmarius eriksen
2005-05-28import regression tests for gzsig.marius eriksen
2005-05-28"log-all" is gone.Marco Pfatschbacher
ok dhartmei@
2005-05-28Set default test shell to /bin/sh.Marco Pfatschbacher
Also destroy lo1000010 at interrupt. ok henning@ mcbride@
2005-05-28regression tests for pf checksum.Marco Pfatschbacher
ok mcbride@
2005-05-27sync pf table test with new ksh behaviour.Marco Pfatschbacher
ok henning@