From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27524 invoked by alias); 9 Mar 2005 18:17:10 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27120 invoked from network); 9 Mar 2005 18:16:50 -0000 Received: from unknown (HELO e34.co.us.ibm.com) (32.97.110.132) by sourceware.org with SMTP; 9 Mar 2005 18:16:50 -0000 Received: from westrelay03.boulder.ibm.com (westrelay03.boulder.ibm.com [9.17.195.12]) by e34.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id j29IGnKN265906 for ; Wed, 9 Mar 2005 13:16:49 -0500 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by westrelay03.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j29IGmb0176918 for ; Wed, 9 Mar 2005 11:16:48 -0700 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j29IGmMd019897 for ; Wed, 9 Mar 2005 11:16:48 -0700 Received: from dyn319633.beaverton.ibm.com (DYN319633.beaverton.ibm.com [9.47.22.123]) by d03av01.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j29IGlul019861; Wed, 9 Mar 2005 11:16:48 -0700 From: Paul Gilliam Reply-To: pgilliam@us.ibm.com To: gdb-patches@sources.redhat.com Subject: Re: [RFA/testsuite/ada] KFAIL the tests that use "start" Date: Wed, 09 Mar 2005 18:17:00 -0000 User-Agent: KMail/1.6.2 Cc: Joel Brobecker References: <20050307203608.GH1252@adacore.com> <200503090945.20212.pgilliam@us.ibm.com> <20050309175159.GT1156@adacore.com> In-Reply-To: <20050309175159.GT1156@adacore.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503091013.03126.pgilliam@us.ibm.com> X-SW-Source: 2005-03/txt/msg00151.txt.bz2 On Wednesday 09 March 2005 09:51, Joel Brobecker wrote: > > > > 2005-03-07 Joel Brobecker > > > > > > > > * gdb.ada/null_record.exp: KFAIL failing "start" test. > > > > * gdb.ada/start.exp: Likewise. > > > > > > Since the fix has recently been checked in, the problem no longer > > > exist, and I therefore withdraw this patch. The GDB PR has also > > > been closed. > > > > If the testsuite is to be used for regression testing, then you should > > not remove a test because the problem it identifies has been fixed. > > Right. The testcases remain, but I no longer need to KFAIL them, as > they now PASS. Ah, I see. Thanks for the clearification (or education ;-) -=# Paul #=-