freebsd-skq/lib/msun/tests
Alex Richardson 892a05ee3a Avoid double output in fenv_test
This tests fork()s, so if there is still data in the stdout buffer on fork
it will print it again in the child process. This was happening in the
CheriBSD CI and caused the test to complain about malformed TAP output.

Reviewed By:	ngie
Differential Revision: https://reviews.freebsd.org/D28397
2021-01-29 09:29:27 +00:00
..
cexp_test.c Partially revert r271349, which disabled the msun cexp test #4 on i386. 2019-06-01 20:08:10 +00:00
conj_test.c
csqrt_test.c lib/msun: add more csqrt unit tests for precision and overflow 2017-08-29 22:37:24 +00:00
ctrig_test.c test_inf_inputs: Use atf_tc_expect_fail() instead of atf_tc_skip() 2021-01-29 09:28:40 +00:00
exponential_test.c
fenv_test.c Avoid double output in fenv_test 2021-01-29 09:29:27 +00:00
fma_test.c
fmaxmin_test.c
ilogb_test.c
invctrig_test.c
invtrig_test.c
logarithm_test.c
lrint_test.c msun tests: use standard floating-point exception flags on lrint and fenv tests 2020-11-18 19:23:30 +00:00
lround_test.c
lround_test.t
Makefile Don't explicitly specify c99 or gnu99 as the default is now gnu99. 2020-08-17 05:57:02 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
nan_test.c
nearbyint_test.c
next_test.c
rem_test.c
test-utils.h
trig_test.c Update comment missed in 83ff5d5d98 2021-01-29 09:19:27 +00:00