Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-29 | define REGRESS_ROOT_TARGETS for tests that require root privileges | David Krause | |
rename the target so it shows up nicer in the log file and whitespace cleaning | |||
2004-07-10 | update comment about disabled tests; ok marc@ | David Krause | |
2004-06-11 | remove test that sometimes fails until problem is understood | Marco S Hyman | |
2004-03-07 | remove test that always fails from makefile | Marco S Hyman | |
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-01-15 | regression for pthread version of closefrom | Marco S Hyman | |
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. | |||
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-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-07-31 | various cleanups; david says results are same | Theo de Raadt | |
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-19 | free memory allocated by asprintf; ok marco | Peter Valchev | |
2003-06-16 | no noman | 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 | 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. | |||
2002-12-13 | don't fail if stdout is not a tty. | Marco S Hyman | |
Print a test ignored message, instead. | |||
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-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 | 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 | |
2002-10-12 | Do not depend upon bugs in the pthreads implementation for proper | Marco S Hyman | |
operation of the regression test. This test will now fail until I commit the 'send signals to only one thread bug' change. | |||
2002-10-10 | add socket test to check blocking/non-blocking mode on accept. | Marco S Hyman | |
Enable test in makefile | |||
2002-10-09 | comment where code is used | Marco S Hyman | |
2002-10-09 | clean-up. check that SA_RESETHAND does the right thing, too. | Marco S Hyman | |
full library support for this is still pending. | |||
2002-10-07 | more meaningful error | Marco S Hyman | |