Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate the remaining tools/regression/lib/msun testcases into the | ngie | 2015-12-20 | 1 | -174/+0 |
| | | | | | | | | FreeBSD test suite under lib/msun/tests MFC after: 3 weeks X-MFC with: r292328 Sponsored by: EMC / Isilon Storage Division | ||||
* | Factor out some common code from the libm tests. This is a bit messy | das | 2013-06-02 | 1 | -0/+174 |
because different tests have different ideas about what it means to be "close enough" to the right answer, depending on the properties of the function being tested. In the process, I fixed some warnings and added a few more 'volatile' hacks, which are sufficient to make all the tests pass at -O2 with clang. |