summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Collapse)Author
2005-03-09Now that rounding is done properly for fractionless numbers, fix theOtto Moerbeek
regression cases and add a few too.
2005-03-08Some more real-life regression cases.Otto Moerbeek
2004-12-29define REGRESS_ROOT_TARGETS for tests that require root privilegesDavid Krause
rename the target so it shows up nicer in the log file and whitespace cleaning
2004-12-22some -Wimplicit-function-declaration cleaning; ok millert@David Krause
2004-11-29More test cases involving back-references.Otto Moerbeek
2004-11-25add regress test support for buffereventsBrad Smith
From NetBSD ok markus@
2004-10-25basic regression test for some netdb functionsOtto Moerbeek
2004-10-10use sig_atomic_t instead of intMichael Shalayeff
2004-09-18regress for 'z' and 't' modifiersOtto Moerbeek
2004-09-16Test ll's with positional args.Otto Moerbeek
2004-09-16new regression found in the wild: 1099512676352 -> 2.0T; fixed a minute ago.Otto Moerbeek
2004-08-13When running regex regress build a private copy with REDEBUG enabled.Todd C. Miller
That way we get the asserts enabled.
2004-08-13More nasty cases involving back references.Otto Moerbeek
2004-08-04Unbreak malloc0test for use with mmap malloc which allocates objectsOtto Moerbeek
in a non-contiguous manner. ok art@
2004-08-03Enable strtonum testOtto Moerbeek
2004-08-03strtonum(3) regression tests.Otto Moerbeek
2004-07-22Split and modify tests to prevent infinite loops on platforms with preciseMark Kettenis
floating-point exceptions like amd64. ok deraadt@, david@
2004-07-16errno -> err in a structure. OK deraadt@David Krause
2004-07-10update comment about disabled tests; ok marc@David Krause
2004-07-10add getopt_long regress; ok millert@David Krause
2004-06-25recover IPv6 entries somehow disappeared. David KrauseJun-ichiro itojun Hagino
2004-06-24hsearch regress from NetBSD via ray at cyth dot netTodd C. Miller
2004-06-21make test successful even when /etc/services is changedJun-ichiro itojun Hagino
2004-06-11remove test that sometimes fails until problem is understoodMarco S Hyman
2004-05-02more tests, okay millert@ (we probably don't pass them all yet, and willMarc Espie
after the strerror_r code is committed).
2004-04-30Add tests for strerror.Marc Espie
2004-04-02add test for an int overflow; found by otto@ on hppaMichael Shalayeff
2004-04-02Some nasty test cases involving back references that causedOtto Moerbeek
unbounded recursion.
2004-04-02check the signals for exceptions and do siginfo in the signal handler; also ↵Michael Shalayeff
some style
2004-03-10toast strcpyTheo de Raadt
2004-03-07remove test that always fails from makefileMarco S Hyman
2004-03-02correct answer file to meet gai_strerror() output on openbsd. David KrauseJun-ichiro itojun Hagino
2004-02-28do not test ai_canonname, as ai_canonname can be vary by /etc/hosts.Jun-ichiro itojun Hagino
2004-02-28kill bad functions; some sort of ok from marc who is trying to confuse meTheo de Raadt
2004-02-27NO SPRINTF!Theo de Raadt
2004-02-11include some missing onesTheo de Raadt
2004-02-11EOL at endTheo de Raadt
2004-01-21fix MakefileDavid Krause
ok millert@
2004-01-20Add strptime regress from NetBSD; OK miod@ after un-peeing.Todd C. Miller
2004-01-16Test more ways of producing a positive infinity, and then test negativeMiod Vallat
infinity as well to prevent entropy leak; the usual suspects still fail all tests.
2004-01-15regression for pthread version of closefromMarco S Hyman
2004-01-15Add a new regression test, which checks that we handle fp overflow correctly,Miod Vallat
and produce a correct infinity. Currently, this tests fails on 68060 (060sp is to blame) and 88100 processors, and maybe more.
2004-01-08Update regression test to match current library semantics. A selectMarco S Hyman
is supposed to fail with EBADF if another thread closes the fd/socket that is being selected.
2004-01-05regress test for kqueue+EOF; marius aamodt eriksenMarkus Friedl
2003-12-28Add a few test cases.Otto Moerbeek
ok ian@
2003-12-25Test a large negative malloc value as well.Miod Vallat
2003-12-23Use getopt(3) correctly.Miod Vallat
2003-11-27openbsd tagMarco S Hyman
2003-11-27Reduce iterations so test runs faster.Marco S Hyman
2003-11-01some floor() testMichael Shalayeff