Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-07-10 | Add test to ensure that a masked signal with a default action of | Marco S Hyman | |
terminate process doesn't terminate the process. It will until a libpthread fix is verify and commited. | |||
2003-07-08 | Give some feedback during the pthread_cond_timedwait test | Marco S Hyman | |
2003-06-26 | fix rcsid | David Krause | |
2003-06-19 | the test depend on ${PROG}; noticed by david@, mickey@ | Markus Friedl | |
2003-06-19 | free memory allocated by asprintf; ok marco | Peter Valchev | |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-16 | use bsd.regress.mk | Markus Friedl | |
2003-06-16 | no noman | Michael Shalayeff | |
2003-06-16 | missing blowfish test | Michael Shalayeff | |
2003-06-15 | libskey regress from netbsd | Michael Shalayeff | |
2003-06-15 | libevent regress from niels | Michael Shalayeff | |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-24 | un-break test; report and test by davidkrause | Markus Friedl | |
2003-05-15 | first sprintf test: positional args | Theo de Raadt | |
2003-05-15 | Regression for fmt_scaled() and scan_scaled(). | Ian Darwin | |
2003-02-12 | a double to int conversion test | Michael Shalayeff | |
2003-02-12 | a very simple rint() test. helped figure out fpu emulation probs on hppa | Michael Shalayeff | |
2003-02-12 | simple alloca test. done twice per deraadt@ suggest | Michael Shalayeff | |
2003-02-05 | clean up the testall target | Marco S Hyman | |
2003-02-05 | add stdfiles test for proper fd handling | Marco S Hyman | |
2003-02-04 | Add test to compare threaded vs non-threaded fd handling. | Marco S Hyman | |
Test not enabled (yet). | |||
2003-01-30 | add "testall" target for development testing | Marco S Hyman | |
2003-01-27 | Another incorrect regression test. POSIX specifies that signal | Marco S Hyman | |
handlers will be called with the current signal masked unless the handler was installed with the SA_NODEFER flag. The test did not check this (and the pthread code was incorrect by not setting the mask). This fixes the test. The pthread lib part of the fix will be made in a short while. Untill then the test will fail. |