History log of /netbsd/tests/lib/libm/t_pow.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 874a3f94 20-Jan-2017 maya <maya@NetBSD.org>

use isinf instead of isinff. this doesn't introduce a functional change -
isinf works for float as well, and is more portable.

from Ngie Cooper in PR bin/51838


# 54ea23e9 08-Sep-2015 dholland <dholland@NetBSD.org>

Clear the XFAIL from PR 45391.


# 652327dc 03-Mar-2014 martin <martin@NetBSD.org>

Remove all cargo-cult #ifndef __vax__ from the tests, that just paper
over bugs in the vax libm.


# e9bd9634 23-Sep-2011 jruoho <jruoho@NetBSD.org>

More bugs in pow(3); cases for PR port-amd64/45391.


# 86cdccad 17-Sep-2011 jruoho <jruoho@NetBSD.org>

IEEE corner case tests for the pow(3) family (incl. PR lib/45372).