From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26796 invoked by alias); 8 Nov 2002 22:38:56 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 26780 invoked from network); 8 Nov 2002 22:38:56 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.163.212.31) by sources.redhat.com with SMTP; 8 Nov 2002 22:38:56 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id DAE5E357E; Fri, 8 Nov 2002 14:38:55 -0800 (PST) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id gA8Mctr08208; Fri, 8 Nov 2002 14:38:55 -0800 Date: Fri, 08 Nov 2002 14:38:00 -0000 Message-Id: <200211082238.gA8Mctr08208@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Glibc hackers Subject: Re: [PATCH] Add one regex testcase In-Reply-To: Jakub Jelinek's message of Friday, 8 November 2002 23:23:44 +0100 <20021108232344.W3451@sunsite.ms.mff.cuni.cz> X-Antipastobozoticataclysm: Bariumenemanilow X-SW-Source: 2002-11/txt/msg00044.txt.bz2 > This test was failing in CVS checkout from September, 3rd, seems to > be fixed now. It certainly doesn't hurt to make sure the bug won't > come up again... Certainly so. I think we have been trying to put every failing case into a test program, and we should certainly try not to miss any future cases that show up.