summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/preemption_float (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use sizeof(double) instead of hardcoding 8.miod2010-12-261-3/+3
|
* various cleanups; david says results are samederaadt2003-07-311-5/+7
|
* print out the bad values when the test failsmarc2003-01-231-1/+3
|
* Fix pthread floatting point preemption test and enable it. Nextmarc2002-06-231-32/+20
| | | | step is to figure out why it fails on i386, yet works on sparc
* convert everything to bsd.regress.mkart2002-01-031-3/+2
|
* this shouldn't be commented out.fgsch2001-08-301-3/+3
|
* Regression tests for libc_r (pthreads) library.fgsch2001-08-152-0/+156
Thanks to pval@ for resolving the license stuff.