From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32063 invoked by alias); 7 May 2006 20:42:12 -0000 Received: (qmail 32046 invoked by uid 22791); 7 May 2006 20:42:08 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sun, 07 May 2006 20:42:01 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fcq4l-0004WJ-HS; Sun, 07 May 2006 16:41:59 -0400 Date: Sun, 07 May 2006 21:09:00 -0000 From: Daniel Jacobowitz To: Mark Kettenis Cc: gdb@sourceware.org Subject: Re: help delete testsuite changes Message-ID: <20060507204159.GA17361@nevyn.them.org> Mail-Followup-To: Mark Kettenis , gdb@sourceware.org References: <200605072035.k47KZGgR027212@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605072035.k47KZGgR027212@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00063.txt.bz2 On Sun, May 07, 2006 at 10:35:16PM +0200, Mark Kettenis wrote: > Hi Daniel, > > Your changes to gdb.base/help.exp made two tests FAIL: > > -PASS: gdb.base/help.exp: help delete "d" abbreviation > -PASS: gdb.base/help.exp: help delete > +FAIL: gdb.base/help.exp: help delete "d" abbreviation > +FAIL: gdb.base/help.exp: help delete > > Coparing the gdblog output with the regexp in the test, it's obvious > why: not all systems support checkpointing, and on systems that don't, > the "delete checkpoint" stuff doesn't show up. D'oh! Sorry, I didn't even think of that. > Is there an easy way to make that bit of the regexp optional? It should be as simple as ()? around the new line I added. If you don't beat me to it, I'll try to build a simulator toolchain or something and run help.exp. -- Daniel Jacobowitz CodeSourcery