| db926477 | 25-Jul-2017 |
Enji Cooper <[email protected]> |
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
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 after: 1 month MFC with: r321455 Reported by: Jenkins (sparc64 job)
show more ...
|
| 4580a78e | 25-Jul-2017 |
Enji Cooper <[email protected]> |
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.
M
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.
MFC after: 1 month
show more ...
|
| 6cddacd0 | 09-Mar-2017 |
Enji Cooper <[email protected]> |
Expect :test_zero_input to fail on amd64
The clang 4.x+ upgrade now causes this testcase to fail, but only on amd64.
More investigation will be done to determine the cause.
MFC after: 1 week Repor
Expect :test_zero_input to fail on amd64
The clang 4.x+ upgrade now causes this testcase to fail, but only on amd64.
More investigation will be done to determine the cause.
MFC after: 1 week Reported by: Jenkins PR: 217528 Sponsored by: Dell EMC Isilon
show more ...
|
| abe427af | 04-Mar-2017 |
Enji Cooper <[email protected]> |
Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6.
- Staticize variables. - Use nitems liberally. Wherever nitems is used, use unsigned integers - Remove unused variables (argc, argv
Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6.
- Staticize variables. - Use nitems liberally. Wherever nitems is used, use unsigned integers - Remove unused variables (argc, argv, etc)
This fixes most issues -- some issues remain in logarithm_test though.
MFC after: 1 week Sponsored by: Dell EMC Isilon
show more ...
|