summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/ieeefp/except (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Like ARM, RISC-V does not implement floating point exceptions.kettenis2021-06-171-2/+2
|
* XFAIL tests on arm64 and armv7 as floating-point exception support iskettenis2020-10-181-1/+6
| | | | optional and isn't implemented on most hardware.
* * 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
* add missing includesdavid2003-09-021-1/+2
| | | | ok deraadt@ tedu@ dhartmei@ krw@
* various cleanups; david says results are samederaadt2003-07-311-8/+8
|
* cleanart2002-02-181-4/+2
|
* trivial conversions to bsd.regress.mkart2002-01-011-8/+2
|
* $OpenBSD$niklas2001-01-292-0/+3
|
* -Wall madness.millert1996-12-211-0/+1
|
* initial import of NetBSD treederaadt1995-10-182-0/+99