Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * add #includes to pull in missing prototypes, as pointed out by gcc4 | naddy | 2010-05-08 | 1 | -1/+2 |
| | | | | | | * fix CFLAGS syntax for make depend ok blambert@ | ||||
* | Only test one condition per invocation flavour, instead of testing all | miod | 2007-10-22 | 1 | -27/+29 |
| | | | | | | of them with exceptions disabled and then only one with exceptions enabled. ok kettenis@ | ||||
* | Try harder to trigger an exception. On architectures where floating-point | kettenis | 2006-05-15 | 1 | -1/+7 |
| | | | | | | exceptions are deferred, we might not see the exception before another floating-point instruction is executed. This is especially true on the i387 where we don't see underflow/overflow until the result is stored into memory. | ||||
* | some -Wimplicit-function-declaration cleaning; ok millert@ | david | 2004-12-22 | 1 | -1/+3 |
| | |||||
* | use sig_atomic_t instead of int | mickey | 2004-10-10 | 1 | -2/+2 |
| | |||||
* | Split and modify tests to prevent infinite loops on platforms with precise | kettenis | 2004-07-22 | 2 | -34/+47 |
| | | | | | floating-point exceptions like amd64. ok deraadt@, david@ | ||||
* | check the signals for exceptions and do siginfo in the signal handler; also ↵ | mickey | 2004-04-02 | 1 | -30/+39 |
| | | | | some style | ||||
* | Test more ways of producing a positive infinity, and then test negative | miod | 2004-01-16 | 2 | -9/+67 |
| | | | | | infinity as well to prevent entropy leak; the usual suspects still fail all tests. | ||||
* | Add a new regression test, which checks that we handle fp overflow correctly, | miod | 2004-01-15 | 3 | -2/+43 |
| | | | | | | | and produce a correct infinity. Currently, this tests fails on 68060 (060sp is to blame) and 88100 processors, and maybe more. | ||||
* | add missing includes | david | 2003-09-02 | 1 | -1/+2 |
| | | | | ok deraadt@ tedu@ dhartmei@ krw@ | ||||
* | various cleanups; david says results are same | deraadt | 2003-07-31 | 3 | -12/+12 |
| | |||||
* | no more need to explicitly specify regress: _SUBDIRUSE targets anymore. | art | 2002-02-23 | 1 | -3/+1 |
| | | | | XXX - what about the install targets? | ||||
* | clean | art | 2002-02-18 | 2 | -7/+3 |
| | |||||
* | Return a failure if the test fails don't just fall out from main(). | art | 2002-02-18 | 1 | -2/+5 |
| | |||||
* | + inf | pvalchev | 2002-02-16 | 1 | -2/+2 |
| | |||||
* | Simple test for isinf(3) and HUGE_VAL; ok art | pvalchev | 2002-02-16 | 2 | -0/+22 |
| | |||||
* | trivial conversions to bsd.regress.mk | art | 2002-01-01 | 2 | -16/+4 |
| | |||||
* | $OpenBSD$ | niklas | 2001-01-29 | 5 | -0/+6 |
| | |||||
* | -Wall madness. | millert | 1996-12-21 | 1 | -0/+1 |
| | |||||
* | sync w/ Net 960425 | mickey | 1996-04-25 | 1 | -5/+1 |
| | |||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 5 | -0/+168 |