Remove the REGRESS_MAXTIME feature from regress framework. Thetimeout based on CPU seconds is pretty useless, most hanging testssleep and do not spin. The timeout could not be distinguished from
Remove the REGRESS_MAXTIME feature from regress framework. Thetimeout based on CPU seconds is pretty useless, most hanging testssleep and do not spin. The timeout could not be distinguished fromfailure. Only 3 tests used it.OK anton@ schwarze@ cheloha@ otto@
show more ...
Use a bigger timeout, otherwise this test fails on some (not really) slowerhardware.
This test needs a large nprocs ulimit, so just have it raise its own
various cleanups; david says results are same
write output to stdout instead of fprintf to stderr. This brings itin line with all of the other pthread regression tests.
test pthread_key_create(), pthread_key_delete(), pthread_getspecific()and pthread_setspecific().ok fgsch@.