index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libpthread
/
Makefile
Age
Commit message (
Expand
)
Author
2013-08-01
Some tests are currently failing. Only run those if the REGRESS_FULL
Mark Kettenis
2013-06-21
Add earlysig test to check whether the pthread fork() wrapper
Philip Guenther
2013-03-25
Disable the blocked_{close,dup2,fifo} tests, as we know they fail
Philip Guenther
2012-11-06
temporarily fix the static tests in testall by using NOPIE_LDFLAGS.
Federico G. Schwindt
2012-08-19
document some more disabled tests.
Federico G. Schwindt
2012-05-03
Add pthread spinlock support.
Paul Irofti
2012-04-13
Remove suspend_np1 from regress build.
Kurt Miller
2012-04-11
Add a simple barrier regression test.
Paul Irofti
2012-03-19
Add blocked_fifo.
Owain Ainsworth
2012-02-21
Add pthread_suspend_np regress test. okay guenther@
Kurt Miller
2012-02-20
- remove invalid potions of blocked_* regress tests
Kurt Miller
2012-02-20
Disable the dup2_race test, as it requires a buggy behavior that uthreads
Philip Guenthe
2012-02-20
Enable the errno test; add a quick rwlocks test
Philip Guenthe
2012-02-19
Add regress test for stack attributes
Philip Guenthe
2012-01-04
link new semaphore tests
Martin Pieuchot
2011-10-01
enter signals.
Federico G. Schwindt
2011-09-13
first round of tests to check system calls restarting with pthreads.
Federico G. Schwindt
2010-01-03
Use CHECKx macro and enable setsockopt tests.
Federico G. Schwindt
2006-10-13
add blocked_shutdown
Kurt Miller
2006-09-22
add blocked_close, blocked_dup2, close_race and dup2_race
Kurt Miller
2005-10-31
enter pthread_atfork
Federico G. Schwindt
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-01-15
regression for pthread version of closefrom
Marco S Hyman
2003-07-10
Add sigmask test
Marco S Hyman
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-01-30
add "testall" target for development testing
Marco S Hyman
2003-01-19
add test to ensure select can be cancelled.
Marco S Hyman
2002-11-12
dueling mallocs -- test for proper serialization when multiple threads
Marco S Hyman
2002-10-21
Add new tests
Marco S Hyman
2002-10-12
signal deliver to blocked thread test
Marco S Hyman
2002-10-07
add pthread siginfo support test
Marco S Hyman
2002-06-23
Fix pthread floatting point preemption test and enable it. Next
Marco S Hyman
2002-05-03
+pthread_specific
Wilbern Cobb
2002-02-23
no more need to explicitly specify regress: _SUBDIRUSE targets anymore.
Artur Grabowski
2001-11-11
bring back test, this time in the public domain
Marco S Hyman
2001-11-11
remove files that have a copyright theo doesn't like
Marco S Hyman
2001-11-10
Add a pcap/pthread test as it was reported that using
Marco S Hyman
2001-11-09
another pthread regression test: system/waitpid/wait4
Marco S Hyman
2001-08-23
Uncomment SUBDIR in libc_r/Makefile and remove libc_r from SUBDIR.
Federico G. Schwindt
2001-08-22
You are not allowed to break entire architectures
Theo de Raadt
2001-08-15
Regression tests for libc_r (pthreads) library.
Federico G. Schwindt