summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/ieeefp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * add #includes to pull in missing prototypes, as pointed out by gcc4naddy2010-05-081-1/+2
| | | | | | * fix CFLAGS syntax for make depend ok blambert@
* Only test one condition per invocation flavour, instead of testing allmiod2007-10-221-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-pointkettenis2006-05-151-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@david2004-12-221-1/+3
|
* use sig_atomic_t instead of intmickey2004-10-101-2/+2
|
* Split and modify tests to prevent infinite loops on platforms with precisekettenis2004-07-222-34/+47
| | | | | floating-point exceptions like amd64. ok deraadt@, david@
* check the signals for exceptions and do siginfo in the signal handler; also ↵mickey2004-04-021-30/+39
| | | | some style
* Test more ways of producing a positive infinity, and then test negativemiod2004-01-162-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,miod2004-01-153-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 includesdavid2003-09-021-1/+2
| | | | ok deraadt@ tedu@ dhartmei@ krw@
* various cleanups; david says results are samederaadt2003-07-313-12/+12
|
* no more need to explicitly specify regress: _SUBDIRUSE targets anymore.art2002-02-231-3/+1
| | | | XXX - what about the install targets?
* cleanart2002-02-182-7/+3
|
* Return a failure if the test fails don't just fall out from main().art2002-02-181-2/+5
|
* + infpvalchev2002-02-161-2/+2
|
* Simple test for isinf(3) and HUGE_VAL; ok artpvalchev2002-02-162-0/+22
|
* trivial conversions to bsd.regress.mkart2002-01-012-16/+4
|
* $OpenBSD$niklas2001-01-295-0/+6
|
* -Wall madness.millert1996-12-211-0/+1
|
* sync w/ Net 960425mickey1996-04-251-5/+1
|
* initial import of NetBSD treederaadt1995-10-185-0/+168