From owner-freebsd-current@FreeBSD.ORG Sun Apr 20 18:46:54 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 3B22A37B401 for ; Sun, 20 Apr 2003 18:46:54 -0700 (PDT) Received: from smtpout.mac.com (A17-250-248-97.apple.com [17.250.248.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC2AE43FE0 for ; Sun, 20 Apr 2003 18:45:33 -0700 (PDT) (envelope-from leimy2k@mac.com) Received: from asmtp01.mac.com (asmtp01-qfe3 [10.13.10.65]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h3L1jXPE012753 for ; Sun, 20 Apr 2003 18:45:33 -0700 (PDT) Received: from mac.com ([67.33.226.72]) by asmtp01.mac.com (Netscape Messaging Server 4.15) with ESMTP id HDO7JX00.CAM for ; Sun, 20 Apr 2003 18:45:33 -0700 Date: Sun, 20 Apr 2003 20:45:31 -0500 Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: David Leimbach To: freebsd-current@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.552) Subject: 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 01:46:54 -0000 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? I cd to /usr/src/tools/regression/lib/libc/stdio and type make as root. Do I need to be using an upper level makefile? Is there documentation for the other regression tests. Some locale stuff fails in the libc tests as well. test-wcrtomb.c Assertion failed: (wcrtomb(NULL, UCHAR_MAX + 1, NULL) == 1), function main, file test-wcrtomb.c, line 65. I am trying to understand these tests so I can potentially add more and put some automated regression test system together. Some of the documentation is a bit hard to find as of yet but I am still digging. Dave