From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28618 invoked by alias); 26 May 2010 18:46:13 -0000 Received: (qmail 28534 invoked by uid 22791); 26 May 2010 18:46:12 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 May 2010 18:46:07 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 628B913013; Wed, 26 May 2010 11:46:06 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost4.vmware.com (Postfix) with ESMTP id 589B5C9B75; Wed, 26 May 2010 11:46:06 -0700 (PDT) Message-ID: <4BFD6C6E.2060407@vmware.com> Date: Wed, 26 May 2010 21:59:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: Joel Brobecker CC: "gdb-patches@sourceware.org" Subject: Re: [RFA] gdb.base a*.exp b*.exp send_gdb vs gdb_test References: <4BFAEFF9.9050709@vmware.com> <20100526173247.GA3019@adacore.com> <4BFD5CA5.9070605@vmware.com> <20100526174659.GC3019@adacore.com> In-Reply-To: <20100526174659.GC3019@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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-05/txt/msg00618.txt.bz2 Joel Brobecker wrote: >> No, it's the regexp. It ends with "$gdb_prompt$", with no trailing >> space. gdb_test requires the output to end with "$gdb_prompt $", >> including the trailing space. >> >> Subtle but critical. ;-)) > > Subtle indeed. So the GDB prompt does not have a trailing space > in this testcase? If that's the case, then no other observation > (and OK to commit). > Committed.