From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12212 invoked by alias); 21 Jul 2006 22:06:05 -0000 Received: (qmail 12204 invoked by uid 22791); 21 Jul 2006 22:06:05 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 21 Jul 2006 22:06:03 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k6LM5t2j023774; Sat, 22 Jul 2006 00:05:55 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k6LM5slA010608; Sat, 22 Jul 2006 00:05:54 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k6LM5sNC003058; Sat, 22 Jul 2006 00:05:54 +0200 (CEST) Date: Fri, 21 Jul 2006 22:06:00 -0000 Message-Id: <200607212205.k6LM5sNC003058@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: gdb-patches@sources.redhat.com In-reply-to: <20060721002619.GE1499@adacore.com> (message from Joel Brobecker on Thu, 20 Jul 2006 17:26:19 -0700) Subject: Re: [RFA/testsuite] Remove all remaining gdb_suppress_entire_file References: <20060721002619.GE1499@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00304.txt.bz2 > Date: Thu, 20 Jul 2006 17:26:19 -0700 > From: Joel Brobecker > > Hello, > > As discussed in the following message: > > http://www.sourceware.org/ml/gdb-patches/2006-06/msg00347.html > > The attached patch removes all remaining instances of > gdb_suppress_entire_file, and replaces them with a call to untested > followed by a return. Hi Joel, Most of these are checking compile failures. Are we still seeing some sort of ERROR about that in the testsuite output, or just UNTESTED? Mark