Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the REGRESS_MAXTIME feature from regress framework. The | 2019-05-14 | 1 | -3/+1 | |
| | | | | | | | timeout based on CPU seconds is pretty useless, most hanging tests sleep and do not spin. The timeout could not be distinguished from failure. Only 3 tests used it. OK anton@ schwarze@ cheloha@ otto@ | ||||
* | spacing | 2013-12-26 | 1 | -2/+2 | |
| | |||||
* | various cleanups; david says results are same | 2003-07-31 | 1 | -6/+5 | |
| | |||||
* | Rename a bunch of the old bsd.regress.mk variables into the new ones. | 2002-09-02 | 1 | -2/+2 | |
| | | | | ok art@ | ||||
* | convert everything to bsd.regress.mk | 2002-01-03 | 1 | -4/+3 | |
| | |||||
* | indent. | 2001-12-12 | 1 | -3/+4 | |
| | |||||
* | Set MAXTIME to 10, allowing to pass on slower machines like p 300. | 2001-12-12 | 1 | -1/+3 | |
| | |||||
* | per man page and gcc 3.0.1, exit requires prototype from stdlib.h | 2001-09-20 | 1 | -1/+2 | |
| | |||||
* | Use int instead of char to avoid promotion. | 2001-08-15 | 1 | -3/+3 | |
| | |||||
* | Regression tests for libc_r (pthreads) library. | 2001-08-15 | 2 | -0/+95 | |
Thanks to pval@ for resolving the license stuff. |