From owner-freebsd-current@FreeBSD.ORG Mon Apr 21 04:52:58 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 6E21A37B401; Mon, 21 Apr 2003 04:52:57 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id E041943FB1; Mon, 21 Apr 2003 04:52:56 -0700 (PDT) (envelope-from leimy2k@mac.com) Received: from asmtp02.mac.com (asmtp02-qfe3 [10.13.10.66]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h3LBqujC016742; Mon, 21 Apr 2003 04:52:56 -0700 (PDT) Received: from mac.com ([66.156.160.96]) by asmtp02.mac.com (Netscape Messaging Server 4.15) with ESMTP id HDOZO800.01Z; Mon, 21 Apr 2003 04:52:56 -0700 Date: Mon, 21 Apr 2003 06:52:55 -0500 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: Tim Robbins From: David Leimbach In-Reply-To: <20030421131200.A35004@dilbert.robbins.dropbear.id.au> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) 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 11:52:58 -0000 On Sunday, April 20, 2003, at 10:12 PM, Tim Robbins wrote: > On Sun, Apr 20, 2003 at 08:45:31PM -0500, David Leimbach wrote: > >> test-wcrtomb.c >> Assertion failed: (wcrtomb(NULL, UCHAR_MAX + 1, NULL) == 1), function >> main, file >> test-wcrtomb.c, line 65. > > This was fixed in src/lib/libc/locale/wcrtomb.c,v 1.4, 10 days ago. Then I am not geting it with my CVSup that supposedly gets a mirror of the FreeBSD CVS repository. Mine still fails as of yesterday. Dave