summaryrefslogtreecommitdiffstats
path: root/lib/msun/tests/csqrt_test.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314650:ngie2017-03-121-8/+8
| | | | | | | | | | 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.
* Integrate a number of testcases from tools/regression/lib/msunngie2015-12-161-0/+295
into the FreeBSD test suite There's no functional change with these testcases; they're purposely being left in TAP format for the time being Other testcases which crash on amd64/i386 as-is have not been integrated yet (they need to be retested on a later version of CURRENT, as I haven't used i386 in some time) MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
OpenPOWER on IntegriCloud