From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28522 invoked by alias); 7 May 2006 20:35:54 -0000 Received: (qmail 28514 invoked by uid 22791); 7 May 2006 20:35:54 -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; Sun, 07 May 2006 20:35:52 +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 k47KZHuk015217; Sun, 7 May 2006 22:35:17 +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 k47KZHpv025899; Sun, 7 May 2006 22:35:17 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k47KZGgR027212; Sun, 7 May 2006 22:35:16 +0200 (CEST) Date: Sun, 07 May 2006 20:51:00 -0000 Message-Id: <200605072035.k47KZGgR027212@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb@sourceware.org Subject: help delete testsuite changes 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/msg00062.txt.bz2 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. Is there an easy way to make that bit of the regexp optional? Mark