summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2002-01-17regress for ssh-keygenMarkus Friedl
2002-01-15Move the enc tests into the Makefile and split them intoArtur Grabowski
several small tests. beck@ ok
2002-01-09Add tests for 'no' translation rules and 'label' in filter rules.Daniel Hartmeier
2002-01-08Better version of pcap regression test. Use mutex and conditions toMarco S Hyman
sync threads instead of timeouts. Test passes with recent fgs@ patches (not commited yet)
2002-01-07better.Niels Provos
2002-01-07add kqueueNiels Provos
2002-01-07simple kqueue test for pipesNiels Provos
2002-01-04Document some.Artur Grabowski
2002-01-04Make this into a dummy regress test.Artur Grabowski
2002-01-04Fix dependencyArtur Grabowski
2002-01-04Test _longjmp too. (Don't hate me for the '_' option).Artur Grabowski
sigsetjmp should be tested too, but that wasn't as easy to fit in here (and it wasn't broken on alpha anyway).
2002-01-04More explicit tests of longjmp.Artur Grabowski
2002-01-04test for what longjmp(.., 0) doesArtur Grabowski
2002-01-04A bug in the malloc test uncoveres a bug in longjmp on alpha.Artur Grabowski
How ironic.
2002-01-03add sigreturn subdirMarco S Hyman
2002-01-03sigret-normal, sigret-indirect, and sigret-altstack testsMarco S Hyman
2002-01-03Fix two obvious bugs that show up when trying this on sparc64, sigh.Artur Grabowski
2002-01-03add mmap2Artur Grabowski
2002-01-03cause a cache alias on sparc and see if that works correctly.Artur Grabowski
2002-01-03Don't enable unfdpass just yetArtur Grabowski
2002-01-03fix dependencyArtur Grabowski
2002-01-03Add unfdpass. It doesn't build, but that error is a regressionArtur Grabowski
test error, not an error that will stop make. :)
2002-01-03convert to bsd.regress.mk.Artur Grabowski
I know it doesn't build, but that's ok.
2002-01-03Add libc_r.Artur Grabowski
This is ok now that simply typing make will actually run "make regress" and build errors are simply treated as regression test errors.
2002-01-03depend regress: on PROG (this whole Makefile is ugly)Artur Grabowski
2002-01-03t4 is slowArtur Grabowski
2002-01-033 12 and 20 are slowArtur Grabowski
2002-01-03Add some missing CLEANFILES.Artur Grabowski
2002-01-03SloooooooowArtur Grabowski
2002-01-03all MAKEDEV tests are slow.Artur Grabowski
2002-01-03convert everything to bsd.regress.mkArtur Grabowski
2002-01-03depend the tests on the test program.Artur Grabowski
2002-01-02convert test prog into real regression testMarco S Hyman
2002-01-02dumb conversion to bsd.regress.mk. Needs splitting into smaller tests.Artur Grabowski
2002-01-02Split into smaller tests. It was easier than I thought.Artur Grabowski
XXX - Can someone who understands this verify that test8 is correct? It doesn't return failure (it can't and the code has a strange comment about it), but it prints something on sparc64 that could be interpreted as an error message).
2002-01-02First conversion to bsd.regress.mk, needs to be split intoArtur Grabowski
smaller tests.
2002-01-02Be sure both programs are using the same port.Federico G. Schwindt
2002-01-02Convert to bsd.regress.mk.Artur Grabowski
Not finished yet.
2002-01-02Ancient comment. the RSA patent expired a long time ago.Artur Grabowski
2002-01-02Generate? Or maybe Degenerate? Definitely not Denerate.Artur Grabowski
2002-01-02Remove obsolete comment (and a 3 second sleep).Artur Grabowski
2002-01-01simple conversion to bsd.regress.mkArtur Grabowski
2002-01-01convert to bsd.regress.mk. This allows us to have the testsArtur Grabowski
correctly sorted, now that one failing test doesn't keep the others from running.
2002-01-01trivial conversions to bsd.regress.mkArtur Grabowski
2002-01-01trivial conversions to bsd.regress.mkArtur Grabowski
2001-12-29Add options for slient operation and for specifying a count of roundsArtur Grabowski
instead of running to the limit.
2001-12-22add headerTheo de Raadt
2001-12-17OpenBSD tag, explicit public domain noticeMarco S Hyman
2001-12-17sigreturn test programMarco S Hyman
2001-12-17Check for monotonic user and system time.Thomas Nordin