summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
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@
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