From owner-freebsd-current@FreeBSD.ORG Mon Apr 21 03:27:53 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1D2537B401 for ; Mon, 21 Apr 2003 03:27:53 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5126943F75 for ; Mon, 21 Apr 2003 03:27:53 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.5) with ESMTP id h3LARqjC003591; Mon, 21 Apr 2003 03:27:52 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.5/Submit) id h3LARWpk003590; Mon, 21 Apr 2003 03:27:32 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Mon, 21 Apr 2003 03:27:32 -0700 From: David Schultz To: David Leimbach Message-ID: <20030421102732.GA3568@HAL9000.homeunix.com> Mail-Followup-To: David Leimbach , freebsd-current@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-current@FreeBSD.ORG Subject: Re: new regression test X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 10:27:54 -0000 On Sun, Apr 20, 2003, David Leimbach wrote: > test-printfloat.c: In function `main': > test-printfloat.c:80: `NAN' undeclared (first use this function) > test-printfloat.c:80: (Each undeclared identifier is reported only once > test-printfloat.c:80: for each function it appears in.) > test-printfloat.c:88: `HUGE_VALL' undeclared (first use this function) > *** Error code 1 > > Am I running these from the proper directory? You appear to be running these tests with an old world (before February 8th), or you are running them on -STABLE, which lacks the features many of these tests are designed to exercise.