summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2002-03-15allow specification of binary-under-test withMarkus Friedl
$TEST_SSH_{SSH,SSHD,SSHAGENT,SSHADD,SSHKEYGEN,SSHKEYSCAN}
2002-03-13replace alarm(3) with setitimer(2).Federico G. Schwindt
2002-03-12Add rfmem-stackArtur Grabowski
2002-03-10enable fifofs restarting on signal test.Federico G. Schwindt
2002-03-10regression for signal restart during open(2).Federico G. Schwindt
2002-03-02A start for testing EVFILT_PROC, not done yet, but this is a good check point.Artur Grabowski
2002-02-27Add regress test for ksh bug, crash trigger provided by nino@. ok espie@Daniel Hartmeier
2002-02-27And adjust regress tests to match the rule number output.Daniel Hartmeier
2002-02-27Add a test for inheriting kqueue descriptors on fork.Artur Grabowski
2002-02-26Add test for PR 2311Marc Espie
2002-02-23simple test to see if siginfo passes si_addrTheo de Raadt
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
XXX - what about the install targets?
2002-02-22Get rid of more Ms in my tree.Artur Grabowski
2002-02-22Convert to regress.mkArtur Grabowski
2002-02-22make test for pr 2354 explicitMarkus Friedl
2002-02-22test keyscan as well (test for pr 2354)Markus Friedl
2002-02-22Check the right return value in the second mmap.Artur Grabowski
2002-02-22Ugh. fix numerous bugs.Artur Grabowski
2002-02-21newlines at eofTheo de Raadt
2002-02-21Yeah, yeah, don't use stderr in a child sharing memory with the parent, ↵Artur Grabowski
gubble, gubble...
2002-02-21Make sure that the stack is not shared.Artur Grabowski
2002-02-21allow over-ride of MAKEDEVTARGSTodd T. Fries
2002-02-21Test for monotonically increasing timeofday.Thomas Nordin
2002-02-21test ramdisk targets tooTodd T. Fries
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-18Rename private err() function to dberr() to avoid collision withTodd C. Miller
libc's err().
2002-02-18cleanArtur Grabowski
2002-02-18Change license to public domain and update comment.Artur Grabowski
2002-02-18call fatal on ^C, print ok on successMarkus Friedl
2002-02-18Document in more detail what's going on here.Artur Grabowski
2002-02-18Clean up.Artur Grabowski
- Don't print failure and return succes, shut up and fail properly. - Don't generate reults once and rerun compares later. Rerun every time. - Don't generate any files, pipes are there to be used.
2002-02-18no printf+\r, just use echoMarkus Friedl
2002-02-18don't mark tests as slow, have some slow tests print out information by defaultMarkus Friedl
2002-02-18cleanArtur Grabowski
2002-02-18tags cleanup.Artur Grabowski
2002-02-18add longjmpArtur Grabowski
2002-02-18Clean up.Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-18Return a failure if the test fails don't just fall out from main().Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-18Also test is dtors are run if we return from main.Artur Grabowski
2002-02-18minor cleanup.Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-18Add libssl.Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-18There is no test in there, so there is no point in keeping the directory.Artur Grabowski
2002-02-18Looks like too much cut 'n paste.Artur Grabowski
2002-02-18A complete rewrite.Artur Grabowski
- have obvious names on the tests, not 't1', 't2', etc. - Don't create lots of files just once and then reuse them for all tests. Always run the commands and let cmp take input from /dev/stdin - Don't just print when some test fails and return success. Return failure and shut up, someone will read the log.
2002-02-18Actually, remove the whole "missing" line.Artur Grabowski
2002-02-18Remove some parts that are there from the "missing" line.Artur Grabowski