Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2003-01-26 | remove bogus comment | Marco S Hyman | |
2003-01-23 | print out the bad values when the test fails | Marco S Hyman | |
2003-01-19 | repository move libc_r to libpthread | Theo de Raadt | |
2003-01-19 | repository move to libpthread | Theo de Raadt | |
2003-01-19 | add test to ensure select can be cancelled. | Marco S Hyman | |
2003-01-18 | set stack size for threads, the default is too small for this test. | Marco S Hyman | |
2003-01-14 | Bye-bye libc_r. libc_r and libnpthread go away. libpthread | Marco S Hyman | |
takes their place. The -pthread option to gcc uses libpthread. ppc portion of patch from drahn@ (thanks). gcc portions of patch OK espie@. Ports testing (no bad effects!) by naddy@ best build sequence is: build gcc, build system, build ports remove /usr/lib/lib{c_r,npthread}.*. Note, once libc_r and libnpthread is removed threaded ports will stop working until they have been re-built using the libpthread and the updated gcc. That's why the above build sequence is recommended. | |||
2003-01-03 | Nobody even compiles the #@!$&~ regression tests anyway. | Miod Vallat | |
2002-12-13 | don't fail if stdout is not a tty. | Marco S Hyman | |
Print a test ignored message, instead. | |||
2002-12-08 | Test option "-" (BSD extension) | Todd C. Miller | |
2002-12-08 | comment out bogus portion of test until I figure | Marco S Hyman | |
a better way to test the condition it is trying to test. Solves malloc.conf -> J problem. | |||
2002-12-07 | Add test for fix in revision 1.5 of getopt_long.c | Todd C. Miller | |
2002-12-05 | update test results | Todd C. Miller | |
2002-12-05 | excercise "-W longopt" | Todd C. Miller | |
2002-12-05 | simple regress for getopt_long() and getopt_long_only() | Todd C. Miller | |
2002-11-16 | use -lnpthread when USELIBPTHREAD=yes | Marco S Hyman | |
2002-11-12 | dueling mallocs -- test for proper serialization when multiple threads | Marco S Hyman | |
try to malloc at the same time | |||
2002-10-27 | remove MD bits from test. | Marco S Hyman | |
This test fails on sparc64 due to that arch not reporting the address correctly -- not a pthreads issue | |||
2002-10-23 | remove 0x in front of %p -- not needed | Marco S Hyman | |
2002-10-21 | do not use an absolute path in include; dhartmei@ ok | Michael Shalayeff | |
2002-10-21 | regression tests should test for proper operation, not what the code | Marco S Hyman | |
being tested does. A signal should only be delivered to one thread. | |||
2002-10-21 | Clean up the siginfo test. pthreads siginfo delivery code still | Marco S Hyman | |
being tested. | |||
2002-10-21 | Add new tests | Marco S Hyman | |
2002-10-21 | Add test for non-deferred signal handling in threads. pthreads code | Marco S Hyman | |
that makes this test work is being tested. | |||
2002-10-21 | Add test for pthread_kill. The test currently fails as thread | Marco S Hyman | |
specific delivery semantics are incorrect. Fix in progress. | |||
2002-10-12 | Enable test for proper inheritance of NONBLOCK flag on accept. | Marco S Hyman | |
The test will fail -- a reminder that I still need to fix this. | |||
2002-10-12 | reduce the amount of output on this test so you can see when things | Marco S Hyman | |
go wrong. Remove dead code. | |||
2002-10-12 | oops, add the test | Marco S Hyman | |
2002-10-12 | signal deliver to blocked thread test | Marco S Hyman | |