From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19276 invoked by alias); 4 Jan 2012 17:58:13 -0000 Received: (qmail 19266 invoked by uid 22791); 4 Jan 2012 17:58:13 -0000 X-SWARE-Spam-Status: No, hits=-7.6 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; Wed, 04 Jan 2012 17:57:55 +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 q04HvbsX013837 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 4 Jan 2012 12:57:37 -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 q04HvWdT012677 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 4 Jan 2012 12:57:35 -0500 Date: Wed, 04 Jan 2012 17:58:00 -0000 From: Jan Kratochvil To: Ulrich Weigand Cc: Kevin Pouget , Tom Tromey , gdb-patches@sourceware.org, brobecker@adacore.com, Edjunior Barbosa Machado Subject: [commit 7.4] [patch] Fix gdb.python/py-finish-breakpoint.exp new FAIL on x86_64-m32 [Re: [RFC] Python Finish Breakpoints] Message-ID: <20120104175732.GA19142@host2.jankratochvil.net> References: <20111224135611.GA6131@host2.jankratochvil.net> <201201041744.q04HirTe011228@d06av02.portsmouth.uk.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201201041744.q04HirTe011228@d06av02.portsmouth.uk.ibm.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-01/txt/msg00162.txt.bz2 On Wed, 04 Jan 2012 18:45:01 +0100, Ulrich Weigand wrote: > Jan Kratochvil wrote: > > > +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 > > > gdb/testsuite/ > > 2011-12-24 Jan Kratochvil > > > > * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the > > parameter to self_exec, adjust the function. > > (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit. > > * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test. > > (set var do_exit = 0): Remove test. > > (newline at end of file): Add one. > > I'm seeing this problem on 7.4 as well ... could you check the testcase fix in > there too? Checked in 7.4 branch: http://sourceware.org/ml/gdb-cvs/2012-01/msg00050.html > (I guess Edjunior's follow-on fixes would also be good ...) Checked in 7.4 branch also the Edjunior's follow-on when I was at it: http://sourceware.org/ml/gdb-cvs/2012-01/msg00051.html Regards, Jan