]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r321456,r321484,r321486:
authorngie <ngie@FreeBSD.org>
Fri, 8 Sep 2017 04:35:44 +0000 (04:35 +0000)
committerngie <ngie@FreeBSD.org>
Fri, 8 Sep 2017 04:35:44 +0000 (04:35 +0000)
commit77b90e1e137847b66f2be2904c42739281334621
tree7f69609288d64be927d4e9f8603170ceec2a2b81
parent351a23259b26fbb09337c20c5bc27ac259f4bc47
MFC r321456,r321484,r321486:

r321456:

Convert lib/msun/trig_test from TAP to ATF format

Only expose :accuracy and :reduction if !i386, similar to before,
but more holistically to avoid future -Wunused issue with the unused
functions.

r321484:

Only test ld_pi_odd with LDBL_MANT_DIG == 64 to fix the build

The empty (unimplemented) test inputs for sparc64 trigger a -Wtype-limits build
failure because nitems of an empty array is always false, i.e., deadcode.

MFC with: r321455

r321486:

Re-add #endif accidentally deleted in r321484

MFC with: r321455, r321484
lib/msun/tests/Makefile
lib/msun/tests/trig_test.c