summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/preemption_float/preemption_float.c (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
* Regression tests for libc_r (pthreads) library.fgsch2001-08-151-0/+148
Thanks to pval@ for resolving the license stuff.