summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
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@
2005-05-27csh preferes a newline at the end.Marco Pfatschbacher
ok henning@
2005-05-27nat pass log tests here as well.Marco Pfatschbacher
ok camield@
2005-05-26nat pass log testsCamiel Dobbelaar
2005-05-25AESCTR support for ESP (RFC 3686); ok hshoexerMarkus Friedl
2005-05-24oops, new arcfour modes here tooDamien Miller
2005-05-24add new arcfour modesDamien Miller
2005-05-22sync optimized versions as wellCamiel Dobbelaar
ok henning@
2005-05-22cope with recent cangesHenning Brauer
2005-05-20force addressfamily=inet for tests, unbreaking dynamic-forward regress forDamien Miller
recently committed nc SOCKS5 changes
2005-05-17add testMarc Espie
2005-05-13Add tests for __strsignal(). Put here since the tests are very similarOtto Moerbeek
to the strerror() test.
2005-05-08Try to catch some more errors and adapt to slightly changed strerror.Otto Moerbeek
2005-05-03Test writing to a mmapped file around the 4GB offset.Otto Moerbeek
2005-04-30Test various edge cases reading ustar archives.Otto Moerbeek
2005-04-28Run this test on all shared address space machines. With help fromOtto Moerbeek
miod and mickey; ok art@
2005-04-27Allow userland to cause the data cache to be flushed for any arbitrary addressMiod Vallat
range in the current process, using trap #451. This is necessary for proper gcc trampolines operation, and, later, ld.so...
2005-04-26A regress test for accessing long long on a long aligned, but not long longMiod Vallat
aligned, boundary on 32 bit systems. Written a while ago for m88k, eventually turned into a real regress test.
2005-04-25Don't call cleanup in multiplex as test-exec will cleanup anywayDarren Tucker
found by tim@, ok djm@
2005-04-22test bad flag combinationsCamiel Dobbelaar
2005-04-22test event priorities.Brad Smith
2005-04-22Do not trigger (valid) DIAGNOSTIC complaints with an incorrect test.Miod Vallat
2005-04-22Use REGRESS_TARGETS.Miod Vallat
2005-04-21Add a regression test for the extent subroutines; from NetBSD.Miod Vallat
2005-04-18Correctly link on static arches.Miod Vallat
2005-04-17duh, make sure we're testing what we thing we are. still not exactlyTed Unangst
the best test around.
2005-04-15t1: only do a short listing, t2: test for tar.c, rev 1.36Markus Friedl
2005-04-14Initial pax regression tests. OK ottoChad Loder
2005-04-12Adapt test for "" now that we have reverted back to the old behaviour.Otto Moerbeek
2005-04-08Forgot this file. Don't believe what it says in entirety.Chad Loder
We will update doc later.
2005-04-08Moved these tests here from sbin/isakmpd/regress. They mostly workChad Loder
but are not enabled by default yet.
2005-04-08Moving regress tests from sbin/isakmpd to regress/sbin/isakmpd. They areChad Loder
not run by default yet.
2005-04-07Enable basename and dirname and sort subdirs.Otto Moerbeek
2005-04-07Tests for dirname(1). From NetBSD with some local changes.Otto Moerbeek
2005-04-07Tests for basename(1). From NetbSD with some local changes.Otto Moerbeek