From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14518 invoked by alias); 15 Aug 2012 07:22:42 -0000 Received: (qmail 14501 invoked by uid 22791); 15 Aug 2012 07:22:40 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Aug 2012 07:22:24 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7F7MH1s009706 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 15 Aug 2012 03:22:17 -0400 Received: from host2.jankratochvil.net (ovpn-116-27.ams2.redhat.com [10.36.116.27]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q7F7MCH7003007 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 15 Aug 2012 03:22:15 -0400 Date: Wed, 15 Aug 2012 07:22:00 -0000 From: Jan Kratochvil To: Mike Frysinger Cc: Eli Zaretskii , Doug Evans , gdb-patches@sourceware.org Subject: Regression for gdb.base/help.exp [Re: [PATCH v3] gdb: improve usage strings] Message-ID: <20120815072211.GA12876@host2.jankratochvil.net> References: <1344704080-24677-1-git-send-email-vapier@gentoo.org> <83has5jqex.fsf@gnu.org> <201208142158.42487.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201208142158.42487.vapier@gentoo.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-08/txt/msg00429.txt.bz2 On Wed, 15 Aug 2012 03:58:41 +0200, Mike Frysinger wrote: > so i'll merge this and we can fight over improving it further if need be ;) Running ./gdb.base/help.exp ... FAIL: gdb.base/help.exp: help finish FAIL: gdb.base/help.exp: help jump FAIL: gdb.base/help.exp: help next "n" abbreviation FAIL: gdb.base/help.exp: help next FAIL: gdb.base/help.exp: help nexti FAIL: gdb.base/help.exp: help step "s" abbreviation FAIL: gdb.base/help.exp: help step #1 FAIL: gdb.base/help.exp: help step #2 FAIL: gdb.base/help.exp: help stepi "si" abbreviation FAIL: gdb.base/help.exp: help stepi FAIL: gdb.base/help.exp: help signal Regards, Jan