]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Convert the msun tests to ATF
authorAlex Richardson <arichardson@FreeBSD.org>
Mon, 22 Mar 2021 11:15:13 +0000 (11:15 +0000)
committerAlex Richardson <arichardson@FreeBSD.org>
Mon, 22 Mar 2021 11:55:06 +0000 (11:55 +0000)
commit133bc645077d77ddb3c7d49130b4ec6fd93e7d34
tree8283ec7dda45eff9167203bd7d6041ef1329ba5f
parentaa05775ef014f975e3abb04587770e337d8ac5b3
Convert the msun tests to ATF

This provides better error messages that just an assertion failure and
also makes it easier to mark individual tests as XFAIL.
It was also helpful when coming up with D28786 and D28787.

Differential Revision: https://reviews.freebsd.org/D28798
22 files changed:
lib/msun/tests/Makefile
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/ilogb_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/lround_test.c
lib/msun/tests/lround_test.t [deleted file]
lib/msun/tests/nan_test.c
lib/msun/tests/nearbyint_test.c
lib/msun/tests/next_test.c
lib/msun/tests/rem_test.c
lib/msun/tests/test-utils.h
lib/msun/tests/trig_test.c