summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2005-09-17fix test. dlsym(RTLD_DEFAULT,...) should not see symbols in objects openedKurt Miller
without RTLD_GLOBAL.
2005-09-16return 1 instead of -1 on error. noticed by theo.Kurt Miller
2005-09-15add test2 subdirKurt Miller
2005-09-15add more complex tests for dlsym. some tests may change after moreKurt Miller
discussion.
2005-09-15add prog2Kurt Miller
2005-09-15regress checking dlsym works as expected when called from the mainKurt Miller
executable.
2005-09-15- close dlopen'ed libs for code correctnessKurt Miller
- less verbose on success - add a symbol for prog2 test - fix comment some feedback drahn@
2005-09-14add dlsym subdirKurt Miller
2005-09-14Add a regress test for dlsym special handles. Checks that duplicate symbolsKurt Miller
are handled right for a simple case.
2005-09-13Compile without warnings on external C linkage.Dale Rahn
2005-09-13dlopen regress tests.Dale Rahn
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"