summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enable malloc_duel; "tests want to run" bluhm@otto2019-05-161-3/+3
|
* link pthread_rwlock2 testsemarie2019-03-041-2/+2
|
* Add regress test for cancellation of pthread_once()'s init_routineguenther2017-10-161-2/+2
| | | | From Scott Cheloha (scottcheloha (at) gmail.com)
* Remove all references to "make depend" from regress.bluhm2017-07-071-2/+2
|
* Test that various calls can be interrupted in a non-threaded process,guenther2016-05-101-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/wait4guenther2015-09-141-2/+2
|
* Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.miod2014-07-031-2/+2
|
* Some tests are currently failing. Only run those if the REGRESS_FULLkettenis2013-08-011-11/+16
| | | | variable is set.
* Add earlysig test to check whether the pthread fork() wrapperguenther2013-06-211-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 failguenther2013-03-251-3/+8
|
* temporarily fix the static tests in testall by using NOPIE_LDFLAGS.fgsch2012-11-061-2/+3
|
* document some more disabled tests.fgsch2012-08-191-1/+4
|
* Add pthread spinlock support.pirofti2012-05-031-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.kurt2012-04-131-2/+2
|
* Add a simple barrier regression test.pirofti2012-04-111-3/+3
|
* Add blocked_fifo.oga2012-03-191-3/+3
|
* Add pthread_suspend_np regress test. okay guenther@kurt2012-02-211-2/+2
|
* - remove invalid potions of blocked_* regress testskurt2012-02-201-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 uthreadsguenther2012-02-201-3/+5
| | | | happened to exhibit
* Enable the errno test; add a quick rwlocks testguenther2012-02-201-3/+4
|
* Add regress test for stack attributesguenther2012-02-191-3/+6
| | | | Disable some tests that depended on uthread's particular undefined behavior
* link new semaphore testsmpi2012-01-041-2/+2
|
* enter signals.fgsch2011-10-011-3/+3
|
* first round of tests to check system calls restarting with pthreads.fgsch2011-09-131-8/+8
| | | | guenther@ ok
* Use CHECKx macro and enable setsockopt tests.fgsch2010-01-031-3/+3
|
* add blocked_shutdownkurt2006-10-131-3/+3
|
* add blocked_close, blocked_dup2, close_race and dup2_racekurt2006-09-221-2/+3
|
* enter pthread_atforkfgsch2005-10-311-2/+3
|
* update comment about disabled tests; ok marc@david2004-07-101-2/+2
|
* remove test that sometimes fails until problem is understoodmarc2004-06-111-2/+2
|
* remove test that always fails from makefilemarc2004-03-071-2/+2
|
* regression for pthread version of closefrommarc2004-01-151-2/+3
|
* Add sigmask testmarc2003-07-101-2/+2
|
* clean up the testall targetmarc2003-02-051-4/+4
|
* add stdfiles test for proper fd handlingmarc2003-02-051-2/+2
|
* add "testall" target for development testingmarc2003-01-301-2/+31
|
* add test to ensure select can be cancelled.marc2003-01-191-2/+2
|
* dueling mallocs -- test for proper serialization when multiple threadsmarc2002-11-121-2/+2
| | | | try to malloc at the same time
* Add new testsmarc2002-10-211-4/+4
|
* signal deliver to blocked thread testmarc2002-10-121-3/+3
|
* add pthread siginfo support testmarc2002-10-071-2/+2
|
* Fix pthread floatting point preemption test and enable it. Nextmarc2002-06-231-2/+2
| | | | step is to figure out why it fails on i386, yet works on sparc
* +pthread_specificwcobb2002-05-031-3/+4
| | | | ok fgsch@.
* no more need to explicitly specify regress: _SUBDIRUSE targets anymore.art2002-02-231-3/+1
| | | | XXX - what about the install targets?
* bring back test, this time in the public domainmarc2001-11-111-2/+2
|
* remove files that have a copyright theo doesn't likemarc2001-11-111-2/+2
|
* Add a pcap/pthread test as it was reported that usingmarc2001-11-101-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/wait4marc2001-11-091-2/+2
|
* Uncomment SUBDIR in libc_r/Makefile and remove libc_r from SUBDIR.fgsch2001-08-231-5/+5
| | | | Makes easy to test without actually doing the regress in make build.
* You are not allowed to break entire architecturesderaadt2001-08-221-5/+5
|