From owner-cvs-all@FreeBSD.ORG Tue Mar 1 01:43:05 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79C2A16A4CE; Tue, 1 Mar 2005 01:43:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6136C43D1F; Tue, 1 Mar 2005 01:43:05 +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 j211h5pX087465; Tue, 1 Mar 2005 01:43:05 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j211h56H087464; Tue, 1 Mar 2005 01:43:05 GMT (envelope-from das) Message-Id: <200503010143.j211h56H087464@repoman.freebsd.org> From: David Schultz Date: Tue, 1 Mar 2005 01:43:05 +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 Makefile test-printfloat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 01:43:05 -0000 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