| Age | Commit message (Expand) | Author |
| 2019-05-27 | Print result of function we tested (sinf), | maya |
| 2019-05-27 | on i386 with FLT_EVAL_METHOD=2, the computation inside cosf was done in | maya |
| 2019-04-26 | Add a test case for signbit. | maya |
| 2019-04-25 | Expand to cover long double somewhat. | maya |
| 2019-04-25 | Fix typo in 'exceptions' | kamil |
| 2019-01-30 | Clean up terminology: modern arm CPUs do properly implement IEEE 754 | martin |
| 2019-01-23 | There are aarch64 Cortex cpus that do not trap on some floating point | martin |
| 2018-11-15 | cbrtl_powl is xfail only if long double has more bits than double. | riastradh |
| 2018-11-10 | Print the input to cosf on failure too. | riastradh |
| 2018-11-07 | Disable x87 implementations of sin, cos, tan. | riastradh |
| 2018-11-07 | Fix up libm tests. | riastradh |
| 2018-11-07 | Build libm tests with -fno-builtin. | riastradh |
| 2018-06-20 | Add test case for PR lib/50646. | maya |
| 2018-06-14 | for consistency, print the statement that is true in the error case. | maya |
| 2018-06-14 | Test for FE_INVALID in a way that works for powerpc too. | maya |
| 2018-06-04 | Blindly add __TEST_FENV in the hope of fixing the vax build. | maya |
| 2018-06-03 | Test and clear exception around scalbn calls. | maya |
| 2017-09-03 | Fix verb form. | wiz |
| 2017-09-03 | Use a global double to stop GCC from optimizing the test away | maya |
| 2017-08-30 | Add a short case for the alpha test failure | maya |
| 2017-08-30 | use PRIu64 to print uint64_t, don't print sizeof | maya |
| 2017-08-30 | Add test case for alpha's MPFR config test failure | maya |
| 2017-08-21 | don't skip nexttoward for aarch64 and mips64 | christos |
| 2017-08-20 | fix build (missing nexttoward on mips64 and aarch64) | christos |
| 2017-08-17 | Add test cases for nextafter() and nexttoward(). At the moment no | he |
| 2017-08-11 | Re-enable the test for nearbyint(), now that all ports (save vax, | he |
| 2017-07-25 | Revert previous as it breaks at least sparc and hpcsh builds. | uwe |
| 2017-07-24 | Add a test checking nearbyint(), using the same table as used by | he |
| 2017-07-24 | Swap around the two last args to the check for expected fegetround(), | he |
| 2017-01-20 | use isinf instead of isinff. this doesn't introduce a functional change - | maya |
| 2017-01-13 | also terminate 2 other statements properly | agc |
| 2017-01-13 | terminate the statement properly | agc |
| 2017-01-13 | PR/51839: Ngie Cooper: reset errno to 0 before calling scalbn* | christos |
| 2017-01-13 | PR/51837: Ngie Cooper: add limits.h for INT_MAX | christos |
| 2016-12-20 | define __TEST_FENV in the makefile for t_fe_round | maya |
| 2016-12-20 | use labs for absolute value of long | maya |
| 2016-12-19 | add test for fesetround/fegetround that uses lrint (and tests it a bunch). | maya |
| 2016-09-20 | print what went wrong. | christos |
| 2016-08-31 | Add failing test for casinh | maya |
| 2016-08-27 | do the long double tests if we have long double. | christos |
| 2016-08-26 | forgot to protect an ilogbl | christos |
| 2016-08-25 | Add a failing case for t_ldexp | maya |
| 2016-08-25 | don't skip the entire test iteration if exp2=SKIP, only the second | maya |
| 2016-08-24 | fix test; clearing the exception does not return the old exception bitmask. | christos |
| 2016-08-24 | fix long double | christos |
| 2016-08-23 | portability fixes | christos |
| 2016-08-22 | Mistakes were made, compare correct values now. | maya |
| 2016-08-22 | add failing test for PR lib/51427 | maya |
| 2016-01-24 | Add some tests of hypot() and hypotf() | gson |
| 2015-12-22 | add __TEST_FENV | christos |