From owner-cvs-src@FreeBSD.ORG Tue Mar 1 01:43:21 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2B7716A4CE; Tue, 1 Mar 2005 01:43:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B657743D1F; Tue, 1 Mar 2005 01:43:20 +0000 (GMT) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j211hK1D087511; Tue, 1 Mar 2005 01:43:20 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j211hKwh087510; Tue, 1 Mar 2005 01:43:20 GMT (envelope-from das) Message-Id: <200503010143.j211hKwh087510@repoman.freebsd.org> From: David Schultz Date: Tue, 1 Mar 2005 01:43:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/lib/libc/stdio test-scanfloat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 01:43:21 -0000 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