Date: Tue, 1 Mar 2005 01:43:05 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/lib/libc/stdio Makefile test-printfloat.c Message-ID: <200503010143.j211h56H087464@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2005-03-01 01:43:05 UTC FreeBSD src repository Modified files: tools/regression/lib/libc/stdio Makefile test-printfloat.c Log: - Split the printfloat test into 11 individually wrapped and packaged tests. (Buy 10, get one free!) The separate categories were already there; they just weren't labeled. - Use fesetround() instead of fpsetround(), since the former is standard and implemented on all supported architectures. Add tests for each rounding mode. - Add additional tests for subnormals. 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. Revision Changes Path 1.4 +1 -0 src/tools/regression/lib/libc/stdio/Makefile 1.9 +99 -8 src/tools/regression/lib/libc/stdio/test-printfloat.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503010143.j211h56H087464>