From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11135 invoked by alias); 27 Dec 2011 21:30:31 -0000 Received: (qmail 11126 invoked by uid 22791); 27 Dec 2011 21:30:31 -0000 X-SWARE-Spam-Status: No, hits=-7.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS 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, 27 Dec 2011 21:30:13 +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 pBRLUCn2026528 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 27 Dec 2011 16:30:12 -0500 Received: from host2.jankratochvil.net (ovpn-116-32.ams2.redhat.com [10.36.116.32]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id pBRLU8SM008995 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 27 Dec 2011 16:30:11 -0500 Date: Tue, 27 Dec 2011 21:39:00 -0000 From: Jan Kratochvil To: Kevin Pouget Cc: Tom Tromey , gdb-patches@sourceware.org Subject: [commit] [patch] Fix gdb.python/py-finish-breakpoint.exp new FAIL on x86_64-m32 [Re: [RFC] Python Finish Breakpoints] Message-ID: <20111227213007.GA24747@host2.jankratochvil.net> References: <20111224135611.GA6131@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: 2011-12/txt/msg00850.txt.bz2 On Tue, 27 Dec 2011 10:39:30 +0100, Kevin Pouget wrote: > On Sat, Dec 24, 2011 at 2:56 PM, Jan Kratochvil > wrote: > > On Tue, 20 Dec 2011 21:54:47 +0100, Kevin Pouget wrote: > >> Great! I'll fix this last bits and commit it in the next few days > > > > +Continuing. > > +process 23029 is executing new program: /bin/echo > > +warning: Selected architecture i386:x86-64 is not compatible with reported target architecture i386 > > +Architecture of file not recognized. > > +(gdb) FAIL: gdb.python/py-finish-breakpoint.exp: catch out of scope after exec > > > > On x86_64 with -m32 testcases compilation. > > > > OK to check in this patch? > > it makes sense to me, and it also removes an unnecessary dependency Checked in: http://sourceware.org/ml/gdb-cvs/2011-12/msg00249.html Thanks, Jan