From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3486 invoked by alias); 7 Aug 2012 18:06:19 -0000 Received: (qmail 3478 invoked by uid 22791); 7 Aug 2012 18:06:18 -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; Tue, 07 Aug 2012 18:06:01 +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 q77I60xs008379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 7 Aug 2012 14:06:00 -0400 Received: from host2.jankratochvil.net (ovpn-116-49.ams2.redhat.com [10.36.116.49]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q77I5ujA018954 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 7 Aug 2012 14:05:59 -0400 Date: Tue, 07 Aug 2012 18:06:00 -0000 From: Jan Kratochvil To: dje@google.com Cc: gdb-patches@sourceware.org Subject: [commit+7.5] [patchv2] gdb.base/valgrind-infcall.exp compat. with Ubuntu 10.04.4 Message-ID: <20120807180555.GA27632@host2.jankratochvil.net> References: <20120807064303.GA4739@host2.jankratochvil.net> <20120807113932.GA14482@host2.jankratochvil.net> <20513.22446.789388.617390@ruffy2.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20513.22446.789388.617390@ruffy2.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/msg00241.txt.bz2 On Tue, 07 Aug 2012 20:00:14 +0200, dje@google.com wrote: > Jan Kratochvil writes: > > gdb/testsuite/ > > 2012-08-07 Jan Kratochvil > > > > * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use > > global variable loop, not a 'break'. Add loop count limit to 100. > > Add new fail case for terminated vgdb. > > Yes, thanks! Checked in: http://sourceware.org/ml/gdb-cvs/2012-08/msg00065.html and for 7.5: http://sourceware.org/ml/gdb-cvs/2012-08/msg00066.html Thanks, Jan