From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10833 invoked by alias); 2 Jun 2010 22:08:01 -0000 Received: (qmail 10780 invoked by uid 22791); 2 Jun 2010 22:08:00 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Jun 2010 22:07:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C2EEB2BAC8D; Wed, 2 Jun 2010 18:07:54 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id pnMDOGk6C7aw; Wed, 2 Jun 2010 18:07:54 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5609A2BAC4A; Wed, 2 Jun 2010 18:07:54 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C0985F58FA; Wed, 2 Jun 2010 15:07:49 -0700 (PDT) Date: Wed, 02 Jun 2010 22:08:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Michael Snyder , "gdb-patches@sourceware.org" , Stan Shebs Subject: Re: [RFA] gdb.trace/*.exp send_gdb vs. gdb_test Message-ID: <20100602220749.GE3019@adacore.com> References: <4BFEB77D.4080107@vmware.com> <201005272350.40581.pedro@codesourcery.com> <4C06B438.1090508@vmware.com> <201006022258.02225.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201006022258.02225.pedro@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-06/txt/msg00078.txt.bz2 > Huh! It looks like it got left behind when somebody removed > gdb_supported_entire_file calls from these tests. I see things > like these in gdb 6.0: > > gdb_expect { > -re "MIS-MATCHED.*$gdb_prompt $" { > gdb_suppress_entire_file "Symbol file does not match target! > all tests in this module will fail."; > } Ugh! (I hope it wasn't me - I remember talking about them a long while ago) -- Joel