From owner-cvs-all@FreeBSD.ORG Wed Jan 3 21:28:26 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E18CE16A412; Wed, 3 Jan 2007 21:28:26 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id BBDFD13C44C; Wed, 3 Jan 2007 21:28:26 +0000 (UTC) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l03LSQMc079095; Wed, 3 Jan 2007 21:28:26 GMT (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l03LSQEI079094; Wed, 3 Jan 2007 21:28:26 GMT (envelope-from das) Message-Id: <200701032128.l03LSQEI079094@repoman.freebsd.org> From: David Schultz Date: Wed, 3 Jan 2007 21:28:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/lib/libc/stdio test-scanfloat.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 03 Jan 2007 21:28:27 -0000 das 2007-01-03 21:28:26 UTC FreeBSD src repository Modified files: tools/regression/lib/libc/stdio test-scanfloat.c Log: Remove the test that ensures that when the string "nan(...)" is converted to floating-point, the result is a quiet NaN. The current implementation may return a signaling NaN, and the vendor has no plans for changing this, for reasons explained in the comment I added. Revision Changes Path 1.7 +8 -0 src/tools/regression/lib/libc/stdio/test-scanfloat.c