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