From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 349 invoked by alias); 26 May 2010 17:47:22 -0000 Received: (qmail 32562 invoked by uid 22791); 26 May 2010 17:47:19 -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, 26 May 2010 17:47:13 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A53E52BABDD; Wed, 26 May 2010 13:47:10 -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 dtx2v606Sa+t; Wed, 26 May 2010 13:47:10 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 78F182BABDC; Wed, 26 May 2010 13:47:10 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id BF1ADF58FA; Wed, 26 May 2010 10:46:59 -0700 (PDT) Date: Wed, 26 May 2010 17:51:00 -0000 From: Joel Brobecker To: Michael Snyder Cc: "gdb-patches@sourceware.org" Subject: Re: [RFA] gdb.base a*.exp b*.exp send_gdb vs gdb_test Message-ID: <20100526174659.GC3019@adacore.com> References: <4BFAEFF9.9050709@vmware.com> <20100526173247.GA3019@adacore.com> <4BFD5CA5.9070605@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BFD5CA5.9070605@vmware.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-05/txt/msg00606.txt.bz2 > 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). -- Joel