opnsense-src/lib/msun/tests
Alex Richardson b8beded343 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

(cherry picked from commit 1ad83445fc)
2021-04-22 10:44:55 +01:00
..
cexp_test.c Improve test messages for msun tests 2021-04-22 10:43:19 +01:00
conj_test.c Improve test messages for msun tests 2021-04-22 10:43:19 +01:00
csqrt_test.c Fix lib/msun/tests/csqrt_test on platforms with 128-bit long double 2021-04-22 10:44:52 +01:00
ctrig_test.c Improve test messages for msun tests 2021-04-22 10:43:19 +01:00
exponential_test.c Improve test messages for msun tests 2021-04-22 10:43:19 +01:00
fenv_test.c lib/msun/tests: Add more debug output to fenv_test.c 2021-04-22 10:44:51 +01:00
fma_test.c Remove amd64 XFAIL from tests/lib/msun/fma_test:infinities 2021-04-22 10:44:54 +01:00
fmaxmin_test.c Improve test messages for msun tests 2021-04-22 10:43:19 +01:00
ilogb_test.c Convert the msun tests to ATF 2021-04-22 10:43:06 +01:00
invctrig_test.c Improve test messages for msun tests 2021-04-22 10:43:19 +01:00
invtrig_test.c Fix unused functions in invtrig_test.c 2021-04-22 10:44:51 +01:00
logarithm_test.c Allow lib/msun/logarithm_test to pass on ld128 platforms 2021-04-22 10:44:55 +01:00
lrint_test.c Improve test messages for msun tests 2021-04-22 10:43:19 +01:00
lround_test.c Remove XFAIL from tests/lib/msun/lround_test:main 2021-04-22 10:44:55 +01:00
Makefile lib/msun: Exclude ignored-pragmas from -Werror 2021-04-22 10:44:53 +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-04-22 10:43:06 +01:00
nearbyint_test.c Improve test messages for msun tests 2021-04-22 10:43:19 +01:00
next_test.c Improve test messages for msun tests 2021-04-22 10:43:19 +01:00
rem_test.c Convert the msun tests to ATF 2021-04-22 10:43:06 +01:00
test-utils.h Improve test messages for msun tests 2021-04-22 10:43:19 +01:00
trig_test.c Improve test messages for msun tests 2021-04-22 10:43:19 +01:00