From owner-cvs-all@FreeBSD.ORG Fri Dec 9 05:37:23 2005 Return-Path: X-Original-To: cvs-all@freebsd.org 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 6D22D16A420 for ; Fri, 9 Dec 2005 05:37:23 +0000 (GMT) (envelope-from silby@silby.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 0CEB043D82 for ; Fri, 9 Dec 2005 05:37:14 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 88138 invoked from network); 9 Dec 2005 05:37:11 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 9 Dec 2005 05:37:11 -0000 X-pair-Authenticated: 209.68.2.70 Date: Thu, 8 Dec 2005 23:37:12 -0600 (CST) From: Mike Silbersack To: Bruce Evans In-Reply-To: <20051208141941.L63825@delplex.bde.org> Message-ID: <20051208233246.G78724@odysseus.silby.com> References: <200511280832.jAS8WGvs059057@repoman.freebsd.org> <438AD8FB.A8B96AB6@freebsd.org> <20051128172718.GA59929@troutmask.apl.washington.edu> <20051129110058.T33820@delplex.bde.org> <20051129012102.GA84108@nagual.pp.ru> <20051129184901.I34802@delplex.bde.org> <20051204231731.N43418@odysseus.silby.com> <20051208141941.L63825@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@freebsd.org, Andre Oppermann , cvs-src@freebsd.org, cvs-all@freebsd.org, Steve Kargl , Andrey Chernov Subject: Re: cvs commit: src/lib/msun/src e_lgammaf_r.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: Fri, 09 Dec 2005 05:37:23 -0000 On Thu, 8 Dec 2005, Bruce Evans wrote: > Whoever makes the changes would write the regression tests :-). Mine > are't sufficently general to commit. In batch mode which takes about > 10 hours on a 2GHz Athlon to check all cases for floats, they are > currently reporting the following errors on amd64: The regression tests don't need to be exhaustive, you could just pick a few values throughout the range of each function you test, and make a regression test like: x = 3/2; if (x != 1.5) printf("FP regression!\n"); Heck, you could throw all the calculations into one file. I couldn't understand much of the rest of your e-mail, and I doubt that anyone else could either. That's why you're the best person to write any type of regression test for this. Mike "Silby" Silbersack