Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a test for recursive pthread_mutex_trylock() | 2011-09-23 | 1 | -10/+33 | ||
| | | | | ok guenther@ | |||||
* | add connect and move include to top Makefile.inc | 2011-09-18 | 9 | -17/+12 | ||
| | ||||||
* | test for interrupted connect. | 2011-09-18 | 2 | -0/+65 | ||
| | ||||||
* | first round of tests to check system calls restarting with pthreads. | 2011-09-13 | 17 | -8/+500 | ||
| | | | | guenther@ ok | |||||
* | Use sizeof(double) instead of hardcoding 8. | 2010-12-26 | 1 | -3/+3 | ||
| | ||||||
* | Use CHECKx macro and enable setsockopt tests. | 2010-01-03 | 3 | -9/+9 | ||
| | ||||||
* | Add tests to check timeout on sockets under different situations. kurt@ ok. | 2009-12-26 | 10 | -0/+415 | ||
| | ||||||
* | Return the proper values upon failure per POSIX for pthread_sigmask(3) and | 2008-04-24 | 1 | -4/+7 | ||
| | | | | | | | sigprocmask(2) in threaded programs. From Philip Guenther <guenther at sendmail.com> via PR library/5795. okay marc@ | |||||
* | add blocked_shutdown | 2006-10-13 | 1 | -3/+3 | ||
| | ||||||
* | Test shutdown() racing with other threads using the same file | 2006-10-13 | 2 | -0/+120 | ||
| | | | | | descriptor, with some of them blocking on data that will never arrive. | |||||
* | eliminate warnings on 64bit archs | 2006-10-06 | 4 | -24/+24 | ||
| | ||||||
* | correct check for proper return value of dup2 | 2006-10-03 | 2 | -4/+4 | ||
| | ||||||
* | add blocked_close, blocked_dup2, close_race and dup2_race | 2006-09-22 | 1 | -2/+3 | ||
| | ||||||
* | Test dup2() racing with other threads using the same file | 2006-09-22 | 2 | -0/+86 | ||
| | | | | descriptor. | |||||
* | Test close() racing with other threads using the same file | 2006-09-22 | 2 | -0/+83 | ||
| | | | | descriptor. | |||||
* | Test dup2() racing with other threads using the same file | 2006-09-22 | 2 | -0/+123 | ||
| | | | | | descriptor, with some of them blocking on data that will never arrive. | |||||
* | Test close() racing with other threads using the same file | 2006-09-22 | 2 | -0/+119 | ||
| | | | | | descriptor, with some of them blocking on data that will never arrive. | |||||
* | fix regression test, from art | 2006-01-05 | 1 | -2/+4 | ||
| | ||||||
* | after mutex_unlock, there's no guarantee that a waiting thread will | 2005-12-19 | 1 | -1/+2 | ||
| | | | | start running. calling pthread_yield makes test pass with rthreads | |||||
* | zap unused var. | 2005-11-05 | 1 | -2/+1 | ||
| | ||||||
* | and panic if fork(2) fails. | 2005-10-31 | 1 | -1/+3 | ||
| | ||||||
* | enter pthread_atfork | 2005-10-31 | 1 | -2/+3 | ||
| | ||||||
* | pthread_atfork(3) regression. | 2005-10-31 | 2 | -0/+123 | ||
| | ||||||
* | -Wall cleanup. | 2005-10-30 | 4 | -10/+19 | ||
| | ||||||
* | define REGRESS_ROOT_TARGETS for tests that require root privileges | 2004-12-29 | 1 | -6/+5 | ||
| | | | | rename the target so it shows up nicer in the log file and whitespace cleaning | |||||
* | update comment about disabled tests; ok marc@ | 2004-07-10 | 1 | -2/+2 | ||
| | ||||||
* | remove test that sometimes fails until problem is understood | 2004-06-11 | 1 | -2/+2 | ||
| | ||||||
* | remove test that always fails from makefile | 2004-03-07 | 1 | -2/+2 | ||
| | ||||||
* | kill bad functions; some sort of ok from marc who is trying to confuse me | 2004-02-28 | 2 | -5/+5 | ||
| | ||||||
* | NO SPRINTF! | 2004-02-27 | 1 | -3/+5 | ||
| | ||||||
* | regression for pthread version of closefrom | 2004-01-15 | 3 | -2/+55 | ||
| | ||||||
* | Update regression test to match current library semantics. A select | 2004-01-08 | 1 | -3/+5 | ||
| | | | | | is supposed to fail with EBADF if another thread closes the fd/socket that is being selected. | |||||
* | Use getopt(3) correctly. | 2003-12-23 | 1 | -8/+4 | ||
| | ||||||
* | openbsd tag | 2003-11-27 | 1 | -1/+2 | ||
| | ||||||
* | Reduce iterations so test runs faster. | 2003-11-27 | 1 | -2/+2 | ||
| | ||||||
* | from marc: | 2003-09-18 | 1 | -4/+4 | ||
| | | | | | | | | 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. | |||||
* | add missing includes | 2003-09-02 | 1 | -1/+2 | ||
| | | | | ok deraadt@ tedu@ dhartmei@ krw@ | |||||
* | various cleanups; david says results are same | 2003-07-31 | 32 | -195/+180 | ||
| | ||||||
* | improve test. fails with current code | 2003-07-14 | 1 | -3/+32 | ||
| | ||||||
* | Add sigmask test | 2003-07-10 | 1 | -2/+2 | ||
| | ||||||
* | Add test to ensure that a masked signal with a default action of | 2003-07-10 | 2 | -0/+37 | ||
| | | | | | terminate process doesn't terminate the process. It will until a libpthread fix is verify and commited. | |||||
* | Give some feedback during the pthread_cond_timedwait test | 2003-07-08 | 1 | -20/+28 | ||
| | ||||||
* | free memory allocated by asprintf; ok marco | 2003-06-19 | 2 | -2/+4 | ||
| | ||||||
* | no noman | 2003-06-16 | 1 | -3/+1 | ||
| | ||||||
* | clean up the testall target | 2003-02-05 | 1 | -4/+4 | ||
| | ||||||
* | add stdfiles test for proper fd handling | 2003-02-05 | 1 | -2/+2 | ||
| | ||||||
* | Add test to compare threaded vs non-threaded fd handling. | 2003-02-04 | 2 | -0/+162 | ||
| | | | | Test not enabled (yet). | |||||
* | add "testall" target for development testing | 2003-01-30 | 1 | -2/+31 | ||
| | ||||||
* | Another incorrect regression test. POSIX specifies that signal | 2003-01-27 | 1 | -3/+10 | ||
| | | | | | | | | 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. | |||||
* | remove bogus comment | 2003-01-26 | 1 | -10/+1 | ||
| |