summaryrefslogtreecommitdiffstats
path: root/regress/lib/libm/msun/test-utils.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace the print "not ok" with an assert macro. This is consistentbluhm2019-02-211-1/+1
| | | | | to the other tests and causes a regress fail. Fix RCS Id. from Moritz Buhl
* Copy tests for our libm implementation from FreeBSD. Only passingbluhm2019-02-211-0/+183
tests are included, the others need some fixes in the library first. Hopefully these tests will help us to find compiler bugs earlier. from Moritz Buhl