freebsd-dev/lib/msun/tests
Alex Richardson 1ad83445fc Allow lib/msun/logarithm_test to pass on ld128 platforms
For some reason the ld128 log1pl() implementation is less accurate than
logl(), but does at least guarantee precision >= the ld80 implementation.
Mark log1p_accuracy_tests as XFAIL for ld128 and increase the log1p tolerance
to the ld80 equivalent in accuracy_tests to avoid losing test coverage for
the other functions.

PR:		253984
Reviewed By:	ngie, dim
Differential Revision: https://reviews.freebsd.org/D29039
2021-04-20 01:46:43 +01:00
..
cexp_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
conj_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
csqrt_test.c Fix lib/msun/tests/csqrt_test on platforms with 128-bit long double 2021-03-22 16:57:43 +00:00
ctrig_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
exponential_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
fenv_test.c lib/msun/tests: Add more debug output to fenv_test.c 2021-03-22 11:55:07 +00:00
fma_test.c Remove amd64 XFAIL from tests/lib/msun/fma_test:infinities 2021-04-15 16:28:08 +01:00
fmaxmin_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
ilogb_test.c Convert the msun tests to ATF 2021-03-22 11:55:06 +00:00
invctrig_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
invtrig_test.c Fix unused functions in invtrig_test.c 2021-03-22 13:06:02 +00:00
logarithm_test.c Allow lib/msun/logarithm_test to pass on ld128 platforms 2021-04-20 01:46:43 +01:00
lrint_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
lround_test.c Remove XFAIL from tests/lib/msun/lround_test:main 2021-04-15 16:28:09 +01:00
Makefile lib/msun: Exclude ignored-pragmas from -Werror 2021-04-15 16:27:52 +01:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
nan_test.c Convert the msun tests to ATF 2021-03-22 11:55:06 +00:00
nearbyint_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
next_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
rem_test.c Convert the msun tests to ATF 2021-03-22 11:55:06 +00:00
test-utils.h Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
trig_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00