Age | Commit message (Expand) | Author |
2024-03-04 | Add more platforms. | Miod Vallat |
2024-03-03 | Fill the list of expected test failures for m88k. | Miod Vallat |
2023-10-02 | Now nearbyint_test-1 is passing on macppc, powerpc64, sparc64. Some | Alexander Bluhm |
2023-08-14 | Sync expected failures with reality. Recent libm changes caused | Anton Lindqvist |
2023-08-13 | Add modff()/modfl() inf/nan tests; from Willemijn Coene. | Miod Vallat |
2023-01-27 | Test the behaviour of round() on halfway values. | Miod Vallat |
2023-01-27 | Add a few more -fno-builtin to make sure we test libm, not the compiler. | Miod Vallat |
2022-05-28 | *** empty log message *** | mbuhl |
2022-05-20 | Add expected failures for octeon and riscv64. | mbuhl |
2022-04-23 | Fix compilation on octeon, arm64, and riscv64. | mbuhl |
2022-02-07 | mark failing tests for armv7 | mbuhl |
2022-02-07 | trig_test-2 now passes on macppc | mbuhl |
2022-01-21 | Require trig_test-2 to pass on arm64 and powerpc64 | Greg Steuck |
2022-01-21 | Unplug assembly implementations of trig functions on x86 platforms | Greg Steuck |
2022-01-14 | mark failing tests for macppc | mbuhl |
2021-12-13 | Kill sys/cdefs.h includes, because overly complicated include+macro | Theo de Raadt |
2021-12-13 | remove a couple hundred sys/param.h includes in userland code, and | Theo de Raadt |
2021-11-11 | exponential_test passes on i386. | mbuhl |
2021-10-25 | Use EXPECTED_FAIL instead of DISABLED. | mbuhl |
2021-10-22 | oops. | mbuhl |
2021-10-22 | add missing FreeBSD libm tests, update the others | mbuhl |
2021-06-17 | Like ARM, RISC-V does not implement floating point exceptions. | Mark Kettenis |
2021-05-29 | The cephes test vectors for tanh(3) in our libm fail on most | Alexander Bluhm |
2020-12-17 | Remove echo headlines. | Alexander Bluhm |
2020-11-07 | Add test for ilogb(3). | Mark Kettenis |
2019-02-21 | Copy tests for our libm implementation from FreeBSD. Only passing | Alexander Bluhm |
2020-10-19 | Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn't | Mark Kettenis |
2019-12-21 | s/__arm64__/__aarch64__/g | Mark Kettenis |
2019-12-21 | Disable FP exception masking tests on armv7 and arm64. ARM hardware doesn't | Mark Kettenis |
2019-02-22 | For ia32 use a volatile double to force 64 bit rounding. Otherwise | Alexander Bluhm |
2019-02-21 | Remove the #ifdef i386 special test, it does not compile there. | Alexander Bluhm |
2019-02-21 | Replace the print "not ok" with an assert macro. This is consistent | Alexander Bluhm |
2019-02-21 | Link msun regress to build. | Alexander Bluhm |
2019-02-21 | Copy tests for our libm implementation from FreeBSD. Only passing | Alexander Bluhm |
2018-07-10 | machine/fpu.h is not needed on amd64 and does not exist on i386. | Alexander Bluhm |
2018-07-09 | Clear the part of fenv that is modified by old AMD Opteron during | Alexander Bluhm |
2018-03-10 | Implement sicos(3), sincosf(3) and sincosl(3). These functions are common | Mark Kettenis |
2017-08-07 | Clang does not support -ffloat-store, so libm fenv test failed on | Alexander Bluhm |
2017-08-06 | use %Lf for printing long double; silences clang warning | Robert Nagy |
2017-06-02 | Use += instead of = for extra flag. Prompted by miod@ | Otto Moerbeek |
2016-10-26 | use -ffloat-store to avoid too much precision which breaks the subtle test | Otto Moerbeek |
2016-10-24 | using exact valus in floating point tests often does not work as expected, | Otto Moerbeek |
2016-10-23 | fix lgamma test on i386 and use symbolic constant; ok martynas@ | Otto Moerbeek |
2015-07-16 | Adapt previous to extended-precision, and fix single-precision constants. | Martynas Venckus |
2015-07-16 | Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i), | Martynas Venckus |
2014-07-03 | Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. | Miod Vallat |
2013-08-05 | Fix typo. | Mark Kettenis |
2013-08-02 | tgamma(0) == Inf | Mark Kettenis |
2013-08-02 | Fix a couple of corner cases in the implementation of pow(3) to make it | Mark Kettenis |
2013-08-01 | Some tests are currently failing. Only run those if the REGRESS_FULL | Mark Kettenis |