]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Improve test messages for msun tests
authorAlex Richardson <arichardson@FreeBSD.org>
Mon, 22 Mar 2021 11:42:07 +0000 (11:42 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Thu, 22 Apr 2021 09:43:19 +0000 (10:43 +0100)
commitbc04f427f54f44d06f4e9644f9fbb2cdc04bfa8b
treeda968e9d735e60af8aca3493fd58b5ece04fc7db
parent5ba5ebf92b5daec3f3eacf64fc56a863d9547bc3
Improve test messages for msun tests

Also print the mismatched values when numbers compare not equal.

Reviewed By: dim
Differential Revision: https://reviews.freebsd.org/D29091

(cherry picked from commit b424e0038a00dffbec800a6f0778db0ffdabe9d6)
16 files changed:
lib/msun/tests/cexp_test.c
lib/msun/tests/conj_test.c
lib/msun/tests/csqrt_test.c
lib/msun/tests/ctrig_test.c
lib/msun/tests/exponential_test.c
lib/msun/tests/fenv_test.c
lib/msun/tests/fma_test.c
lib/msun/tests/fmaxmin_test.c
lib/msun/tests/invctrig_test.c
lib/msun/tests/invtrig_test.c
lib/msun/tests/logarithm_test.c
lib/msun/tests/lrint_test.c
lib/msun/tests/nearbyint_test.c
lib/msun/tests/next_test.c
lib/msun/tests/test-utils.h
lib/msun/tests/trig_test.c