History log of /netbsd-src/tests/lib/libm/t_infinity.c (Results 1 – 7 of 7)
Revision Date Author Comments
# ed2e8e15 09-May-2024 riastradh <riastradh@NetBSD.org>

tests/lib/libm/t_infinity: Remove broken long double conditional.

LDBL_MAX is always defined, so this branch is dead. (If LDBL_MAX is
not defined, that's a bug in the architecture's float.h, not a

tests/lib/libm/t_infinity: Remove broken long double conditional.

LDBL_MAX is always defined, so this branch is dead. (If LDBL_MAX is
not defined, that's a bug in the architecture's float.h, not a reason
to skip a test.)

show more ...


# 85dbe713 26-Sep-2012 jruoho <jruoho@NetBSD.org>

Remove expected failures that no longer fail (probably due a Qemu update).


# 8caf60c4 08-Jul-2011 jruoho <jruoho@NetBSD.org>

Remove the amd64-part from the Qemu checks. The following tests fail also on
i386/qemu: 'strtold_inf', 'strtold_nan', and 'infinity_long_double'. It seems
that more than anything else, these are depe

Remove the amd64-part from the Qemu checks. The following tests fail also on
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.

show more ...


# f7ca1d12 07-Jul-2011 jruoho <jruoho@NetBSD.org>

Improve the QEMU/amd64 detection.


# 299044f0 31-May-2011 alnsn <alnsn@NetBSD.org>

Add <stdlib.h> for system(3).


# 7f356ce1 31-May-2011 jruoho <jruoho@NetBSD.org>

Mark the following tests as expected failures on qemu/amd64: 'strtod_inf',
'strtod_round', and 'infinity_long_double'. None of these fail on any known
native host. Use the tracker PR misc/44767 as th

Mark the following tests as expected failures on qemu/amd64: 'strtod_inf',
'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.

show more ...


# 7dffc9a3 11-Apr-2011 martin <martin@NetBSD.org>

Try to generate infinite values in all available floating point formats
on the FPU and check isinf() and fpclassify() results. This is
different from the libc internal consistency checks testing PR
l

Try to generate infinite values in all available floating point formats
on the FPU and check isinf() and fpclassify() results. This is
different from the libc internal consistency checks testing PR
lib/33262.

show more ...