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 ...
spacing
various cleanups; david says results are same
Rename a bunch of the old bsd.regress.mk variables into the new ones.ok art@
convert everything to bsd.regress.mk
indent.
Set MAXTIME to 10, allowing to pass on slower machines like p 300.
per man page and gcc 3.0.1, exit requires prototype from stdlib.h
Use int instead of char to avoid promotion.
Regression tests for libc_r (pthreads) library.Thanks to pval@ for resolving the license stuff.