From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21723 invoked by alias); 9 Mar 2005 17:49:57 -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 19295 invoked from network); 9 Mar 2005 17:49:13 -0000 Received: from unknown (HELO e33.co.us.ibm.com) (32.97.110.131) by sourceware.org with SMTP; 9 Mar 2005 17:49:13 -0000 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e33.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id j29Hn64I713568 for ; Wed, 9 Mar 2005 12:49:06 -0500 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j29Hn5Qt165176 for ; Wed, 9 Mar 2005 10:49:05 -0700 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j29Hn5kB010213 for ; Wed, 9 Mar 2005 10:49:05 -0700 Received: from dyn319633.beaverton.ibm.com (DYN319633.beaverton.ibm.com [9.47.22.123]) by d03av04.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j29Hn5sP010191; Wed, 9 Mar 2005 10:49:05 -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 17:49:00 -0000 User-Agent: KMail/1.6.2 Cc: Joel Brobecker References: <20050307203608.GH1252@adacore.com> <20050308064651.GL1750@adacore.com> In-Reply-To: <20050308064651.GL1750@adacore.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200503090945.20212.pgilliam@us.ibm.com> X-SW-Source: 2005-03/txt/msg00148.txt.bz2 On Monday 07 March 2005 22:46, Joel Brobecker wrote: > > As suggested in http://sources.redhat.com/ml/gdb/2005-03/msg00067.html, > > I am posting a patch that KFAILs the two tests that currently fail > > while a patch fixing the problem is being reviewed. > > > > 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. -=# Paul Gilliam #=-