cvs commit: src/tools/regression/lib/libc/stdio test-scanfloat.c
David Schultz
das at FreeBSD.org
Tue Mar 1 01:43:21 GMT 2005
das 2005-03-01 01:43:20 UTC
FreeBSD src repository
Modified files:
tools/regression/lib/libc/stdio test-scanfloat.c
Log:
- Split tests into three rough categories.
- Use fesetround() instead of fpsetround(), and add tests for
various rounding modes.
- Test that all NaNs generated are quiet.
Some of these tests won't pass until problems in vendor sources
(gdtoa and gcc) are fixed and new versions imported, but I
want to get these changes into the tree before I accidentally
blow them away again. :-(
Revision Changes Path
1.5 +98 -6 src/tools/regression/lib/libc/stdio/test-scanfloat.c
More information about the cvs-src
mailing list