Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-04 | Unbreak malloc0test for use with mmap malloc which allocates objects | Otto Moerbeek | |
in a non-contiguous manner. ok art@ | |||
2004-08-03 | Enable strtonum test | Otto Moerbeek | |
2004-08-03 | strtonum(3) regression tests. | Otto Moerbeek | |
2004-07-22 | Split and modify tests to prevent infinite loops on platforms with precise | Mark Kettenis | |
floating-point exceptions like amd64. ok deraadt@, david@ | |||
2004-07-16 | errno -> err in a structure. OK deraadt@ | David Krause | |
2004-07-10 | update comment about disabled tests; ok marc@ | David Krause | |
2004-07-10 | add getopt_long regress; ok millert@ | David Krause | |
2004-06-25 | recover IPv6 entries somehow disappeared. David Krause | Jun-ichiro itojun Hagino | |
2004-06-24 | hsearch regress from NetBSD via ray at cyth dot net | Todd C. Miller | |
2004-06-21 | make test successful even when /etc/services is changed | Jun-ichiro itojun Hagino | |
2004-06-11 | remove test that sometimes fails until problem is understood | Marco S Hyman | |
2004-05-02 | more tests, okay millert@ (we probably don't pass them all yet, and will | Marc Espie | |
after the strerror_r code is committed). | |||
2004-04-30 | Add tests for strerror. | Marc Espie | |
2004-04-02 | add test for an int overflow; found by otto@ on hppa | Michael Shalayeff | |
2004-04-02 | Some nasty test cases involving back references that caused | Otto Moerbeek | |
unbounded recursion. | |||
2004-04-02 | check the signals for exceptions and do siginfo in the signal handler; also ↵ | Michael Shalayeff | |
some style | |||
2004-03-10 | toast strcpy | Theo de Raadt | |
2004-03-07 | remove test that always fails from makefile | Marco S Hyman | |
2004-03-02 | correct answer file to meet gai_strerror() output on openbsd. David Krause | Jun-ichiro itojun Hagino | |
2004-02-28 | do not test ai_canonname, as ai_canonname can be vary by /etc/hosts. | Jun-ichiro itojun Hagino | |
2004-02-28 | kill bad functions; some sort of ok from marc who is trying to confuse me | Theo de Raadt | |
2004-02-27 | NO SPRINTF! | Theo de Raadt | |
2004-02-11 | include some missing ones | Theo de Raadt | |
2004-02-11 | EOL at end | Theo de Raadt | |
2004-01-21 | fix Makefile | David Krause | |
ok millert@ | |||
2004-01-20 | Add strptime regress from NetBSD; OK miod@ after un-peeing. | Todd C. Miller | |
2004-01-16 | Test more ways of producing a positive infinity, and then test negative | Miod Vallat | |
infinity as well to prevent entropy leak; the usual suspects still fail all tests. | |||
2004-01-15 | regression for pthread version of closefrom | Marco S Hyman | |
2004-01-15 | Add 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-08 | Update regression test to match current library semantics. A select | Marco S Hyman | |
is supposed to fail with EBADF if another thread closes the fd/socket that is being selected. | |||
2004-01-05 | regress test for kqueue+EOF; marius aamodt eriksen | Markus Friedl | |
2003-12-28 | Add a few test cases. | Otto Moerbeek | |
ok ian@ | |||
2003-12-25 | Test a large negative malloc value as well. | Miod Vallat | |
2003-12-23 | Use getopt(3) correctly. | Miod Vallat | |
2003-11-27 | openbsd tag | Marco S Hyman | |
2003-11-27 | Reduce iterations so test runs faster. | Marco S Hyman | |
2003-11-01 | some floor() test | Michael Shalayeff | |
2003-09-23 | add support for poll(2); ok deraadt | Markus Friedl | |
2003-09-18 | from marc: | Henning Brauer | |
brad@ reported that the libpthread execve regression test failed on alpha and macppc. The test was somewhat bogus and depended upon the compiler picking the global when a global and local were named the same. Anyway, this patch should fix it. Tested on Henning's alpha (bet he forgot he gave me an account :-), i386, and sparc64. | |||
2003-09-02 | add missing includes | David Krause | |
ok deraadt@ tedu@ dhartmei@ krw@ | |||
2003-08-15 | remove extra \n in {warn,err}{,x} calls | Theo de Raadt | |
2003-08-02 | add missing includes | David Krause | |
ok deraadt@ tedu@ | |||
2003-07-31 | add missing CLEANFILES; ok deraadt@ | David Krause | |
2003-07-31 | various cleanups; david says results are same | Theo de Raadt | |
2003-07-31 | enter libutil | Theo de Raadt | |
2003-07-31 | fix the license | Michael Shalayeff | |
2003-07-15 | move malloc0test.c to new subdir. | Otto Moerbeek | |
ok tdeval@ millert@ | |||
2003-07-15 | Test if malloc() sets errno correctly if it returns NULL. | Otto Moerbeek | |
ok tdeval@ henning@ | |||
2003-07-14 | improve test. fails with current code | Marco S Hyman | |
2003-07-10 | Add sigmask test | Marco S Hyman | |