opnsense-src/lib/libc/tests/stdio
Alex Richardson d37fb0e378 AArch64: Don't set flush-subnormals-to-zero flag on startup
This flag has been set on startup since 65618fdda0.
However, This causes some of the math-related tests to fail as they report
zero instead of a tiny number. This fixes at least
/usr/tests/lib/msun/ldexp_test and possibly others.
Additionally, setting this flag prevents printf() from printing subnormal
numbers in decimal form.
See also https://www.openwall.com/lists/musl/2021/02/26/1

PR:		253847
Reviewed By:	mmel
Differential Revision: https://reviews.freebsd.org/D28938

(cherry picked from commit 0e4ff0acbe)
2021-03-17 09:45:56 +00:00
..
fdopen_test.c
fmemopen2_test.c
fopen_test.c
freopen_test.c
getdelim_test.c
gets_s_test.c Conform to Berne Convention. 2018-05-22 06:22:58 +00:00
Makefile
Makefile.depend
mkostemp_test.c
open_memstream2_test.c
open_wmemstream_test.c
perror_test.c
print_positional_test.c
printbasic_test.c
printfloat_test.c AArch64: Don't set flush-subnormals-to-zero flag on startup 2021-03-17 09:45:56 +00:00
scanfloat_test.c