summaryrefslogtreecommitdiff
path: root/tests/lib/libm/t_infinity.c
AgeCommit message (Collapse)Author
2012-09-26Remove expected failures that no longer fail (probably due a Qemu update).jruoho
2011-07-08Remove the amd64-part from the Qemu checks. The following tests fail also onjruoho
i386/qemu: 'strtold_inf', 'strtold_nan', and 'infinity_long_double'. It seems that more than anything else, these are dependent on the used Qemu version.
2011-07-07Improve the QEMU/amd64 detection.jruoho
2011-05-31Add <stdlib.h> for system(3).alnsn
2011-05-31Mark the following tests as expected failures on qemu/amd64: 'strtod_inf',jruoho
'strtod_round', and 'infinity_long_double'. None of these fail on any known native host. Use the tracker PR misc/44767 as the reference point.
2011-04-11Try to generate infinite values in all available floating point formatsmartin
on the FPU and check isinf() and fpclassify() results. This is different from the libc internal consistency checks testing PR lib/33262.