Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable malloc_duel; "tests want to run" bluhm@ | 2019-05-16 | 1 | -3/+3 | |
| | |||||
* | link pthread_rwlock2 test | 2019-03-04 | 1 | -2/+2 | |
| | |||||
* | Add regress test for cancellation of pthread_once()'s init_routine | 2017-10-16 | 1 | -2/+2 | |
| | | | | From Scott Cheloha (scottcheloha (at) gmail.com) | ||||
* | Remove all references to "make depend" from regress. | 2017-07-07 | 1 | -2/+2 | |
| | |||||
* | Test that various calls can be interrupted in a non-threaded process, | 2016-05-10 | 1 | -3/+4 | |
| | | | | | then dlopen() libpthread and do that again in a second thread, and then verify that they're all correctly acting as cancellation points. | ||||
* | Add regress for cancellation of wait/waitpid/wait3/wait4 | 2015-09-14 | 1 | -2/+2 | |
| | |||||
* | Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. | 2014-07-03 | 1 | -2/+2 | |
| | |||||
* | Some tests are currently failing. Only run those if the REGRESS_FULL | 2013-08-01 | 1 | -11/+16 | |
| | | | | variable is set. | ||||
* | Add earlysig test to check whether the pthread fork() wrapper | 2013-06-21 | 1 | -2/+3 | |
| | | | | | has a critical section where getting a signal causes a hang. Based on otto@ earlysig kernel regress; suggested by miod@ | ||||
* | Disable the blocked_{close,dup2,fifo} tests, as we know they fail | 2013-03-25 | 1 | -3/+8 | |
| | |||||
* | temporarily fix the static tests in testall by using NOPIE_LDFLAGS. | 2012-11-06 | 1 | -2/+3 | |
| | |||||
* | document some more disabled tests. | 2012-08-19 | 1 | -1/+4 | |
| | |||||
* | Add pthread spinlock support. | 2012-05-03 | 1 | -2/+2 | |
| | | | | | | | | | | | Implementation, documentation and naive regression tests for: - pthread_spin_init() - pthread_spin_destroy() - pthread_spin_lock() - pthread_spin_trylock() - pthread_spin_unlock() Implementation okay guenther@, documentation okay jmc@. | ||||
* | Remove suspend_np1 from regress build. | 2012-04-13 | 1 | -2/+2 | |
| | |||||
* | Add a simple barrier regression test. | 2012-04-11 | 1 | -3/+3 | |
| | |||||
* | Add blocked_fifo. | 2012-03-19 | 1 | -3/+3 | |
| | |||||
* | Add pthread_suspend_np regress test. okay guenther@ | 2012-02-21 | 1 | -2/+2 | |
| | |||||
* | - remove invalid potions of blocked_* regress tests | 2012-02-20 | 1 | -4/+2 | |
| | | | | | | - reenable blocked_* regress tests. while this behaivor is not specifited by posix, deadlocking is not a reasonable behaivor and some ports depend on this to work. | ||||
* | Disable the dup2_race test, as it requires a buggy behavior that uthreads | 2012-02-20 | 1 | -3/+5 | |
| | | | | happened to exhibit | ||||
* | Enable the errno test; add a quick rwlocks test | 2012-02-20 | 1 | -3/+4 | |
| | |||||
* | Add regress test for stack attributes | 2012-02-19 | 1 | -3/+6 | |
| | | | | Disable some tests that depended on uthread's particular undefined behavior | ||||
* | link new semaphore tests | 2012-01-04 | 1 | -2/+2 | |
| | |||||
* | enter signals. | 2011-10-01 | 1 | -3/+3 | |
| | |||||
* | first round of tests to check system calls restarting with pthreads. | 2011-09-13 | 1 | -8/+8 | |
| | | | | guenther@ ok | ||||
* | Use CHECKx macro and enable setsockopt tests. | 2010-01-03 | 1 | -3/+3 | |
| | |||||
* | add blocked_shutdown | 2006-10-13 | 1 | -3/+3 | |
| | |||||
* | add blocked_close, blocked_dup2, close_race and dup2_race | 2006-09-22 | 1 | -2/+3 | |
| | |||||
* | enter pthread_atfork | 2005-10-31 | 1 | -2/+3 | |
| | |||||
* | 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 | |
| | |||||
* | regression for pthread version of closefrom | 2004-01-15 | 1 | -2/+3 | |
| | |||||
* | Add sigmask test | 2003-07-10 | 1 | -2/+2 | |
| | |||||
* | 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 "testall" target for development testing | 2003-01-30 | 1 | -2/+31 | |
| | |||||
* | add test to ensure select can be cancelled. | 2003-01-19 | 1 | -2/+2 | |
| | |||||
* | dueling mallocs -- test for proper serialization when multiple threads | 2002-11-12 | 1 | -2/+2 | |
| | | | | try to malloc at the same time | ||||
* | Add new tests | 2002-10-21 | 1 | -4/+4 | |
| | |||||
* | signal deliver to blocked thread test | 2002-10-12 | 1 | -3/+3 | |
| | |||||
* | add pthread siginfo support test | 2002-10-07 | 1 | -2/+2 | |
| | |||||
* | Fix pthread floatting point preemption test and enable it. Next | 2002-06-23 | 1 | -2/+2 | |
| | | | | step is to figure out why it fails on i386, yet works on sparc | ||||
* | +pthread_specific | 2002-05-03 | 1 | -3/+4 | |
| | | | | ok fgsch@. | ||||
* | no more need to explicitly specify regress: _SUBDIRUSE targets anymore. | 2002-02-23 | 1 | -3/+1 | |
| | | | | XXX - what about the install targets? | ||||
* | bring back test, this time in the public domain | 2001-11-11 | 1 | -2/+2 | |
| | |||||
* | remove files that have a copyright theo doesn't like | 2001-11-11 | 1 | -2/+2 | |
| | |||||
* | Add a pcap/pthread test as it was reported that using | 2001-11-10 | 1 | -2/+2 | |
| | | | | | libpcap blocked all threads. That no longer seems to be a problem as this test passes using the latest threads lib. | ||||
* | another pthread regression test: system/waitpid/wait4 | 2001-11-09 | 1 | -2/+2 | |
| | |||||
* | Uncomment SUBDIR in libc_r/Makefile and remove libc_r from SUBDIR. | 2001-08-23 | 1 | -5/+5 | |
| | | | | Makes easy to test without actually doing the regress in make build. | ||||
* | You are not allowed to break entire architectures | 2001-08-22 | 1 | -5/+5 | |
| |