freebsd-dev/lib/msun/tests
Alex Richardson 2b9dbcd390 lib/msun/tests: Skip fenv_test:masking if exceptions can't be trapped
Some CPUs (e.g. AArch64 QEMU) cannot trap on floating point exceptions and
therefore ignore the writes to the floating point control register inside
feenableexcept(). If no exceptions are enabled after
feenableexcept(FE_ALL_EXCEPT), we can assume that the CPU does not
support exceptions and we can then skip the test.

Reviewed By:	dim
Differential Revision: https://reviews.freebsd.org/D29095
2021-03-22 11:55:07 +00: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 Improve test messages for msun tests 2021-03-22 11:55:06 +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: Skip fenv_test:masking if exceptions can't be trapped 2021-03-22 11:55:07 +00:00
fma_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00: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 Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
logarithm_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
lrint_test.c Improve test messages for msun tests 2021-03-22 11:55:06 +00:00
lround_test.c Convert the msun tests to ATF 2021-03-22 11:55:06 +00:00
Makefile lib/msun: Allow building tests with WARNS=6 2021-03-22 11:55:07 +00: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