From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2375 invoked by alias); 11 Aug 2012 08:08:37 -0000 Received: (qmail 2365 invoked by uid 22791); 11 Aug 2012 08:08:36 -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; Sat, 11 Aug 2012 08:08:22 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7B88JMp010598 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 11 Aug 2012 04:08:19 -0400 Received: from host2.jankratochvil.net (ovpn-116-46.ams2.redhat.com [10.36.116.46]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q7B88FrW021788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 11 Aug 2012 04:08:17 -0400 Date: Sat, 11 Aug 2012 08:08:00 -0000 From: Jan Kratochvil To: dje@google.com Cc: Tom Tromey , Eli Zaretskii , gdb-patches@sourceware.org Subject: Regression for gdb.base/default.exp: show convenience [Re: [RFA, doc RFA] Implement $_memeq, $_streq, $_strlen] Message-ID: <20120811080812.GA21746@host2.jankratochvil.net> References: <834nodfi6f.fsf@gnu.org> <20514.39220.59446.622043@ruffy2.mtv.corp.google.com> <871ujhgt7h.fsf@fleche.redhat.com> <20516.35488.801568.883424@ruffy.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20516.35488.801568.883424@ruffy.mtv.corp.google.com> 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/msg00333.txt.bz2 On Fri, 10 Aug 2012 06:14:24 +0200, dje@google.com wrote: > Ok to check in? 96e5de1146522ad853b4cb51ff58fdad6ad79f7d is the first bad commit commit 96e5de1146522ad853b4cb51ff58fdad6ad79f7d Author: Doug Evans Date: Fri Aug 10 20:25:50 2012 +0000 Add $_memeq, $_regex, $_streq, $_strlen convenience functions. -PASS: gdb.base/default.exp: show convenience +FAIL: gdb.base/default.exp: show convenience ($_probe_arg0 = not found) It happens on all OSes/archs but only without --without-python. Regards, Jan