History log of /freebsd-current/contrib/netbsd-tests/lib/libm/t_scalbn.c
Revision Date Author Comments
# 87d65c74 25-Feb-2021 Alex Richardson <arichardson@FreeBSD.org>

lib/msun: Allow building tests with WARNS=6

The only change needed is to mark a few variables as static.


# 1ec3feb6 22-Feb-2021 Alex Richardson <arichardson@FreeBSD.org>

Update libm tests from NetBSD

I did this without a full vendor update since that would cause too many
conflicts. Since these files now almost match the NetBSD sources the
next git subtree merge should work just fine.

Reviewed By: lwhsu
Differential Revision: https://reviews.freebsd.org/D28797


# 8fe9679f 01-Jan-2015 Enji Cooper <ngie@FreeBSD.org>

Reset errno in :scalbnf_val and :scalbnl_val before running the tests so the
tested errno isn't stale

This was needed in order for the test to pass on amd64 with stable/10

MFC after: 3 days


# 79097302 16-Nov-2014 Enji Cooper <ngie@FreeBSD.org>

Reset errno to 0 before running scalbn to be sure that the tested errno is
valid

Sponsored by: EMC / Isilon Storage Division