From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6045 invoked by alias); 30 Dec 2011 14:16:53 -0000 Received: (qmail 6036 invoked by uid 22791); 30 Dec 2011 14:16:52 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e24smtp03.br.ibm.com (HELO e24smtp03.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 30 Dec 2011 14:16:39 +0000 Received: from /spool/local by e24smtp03.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 30 Dec 2011 12:16:37 -0200 Received: from mailhub1.br.ibm.com ([9.18.232.109]) by e24smtp03.br.ibm.com ([10.172.0.139]) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 30 Dec 2011 12:16:22 -0200 Received: from d24av03.br.ibm.com (d24av03.br.ibm.com [9.8.31.95]) by mailhub1.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pBUEHQmC2675140 for ; Fri, 30 Dec 2011 12:17:26 -0200 Received: from d24av03.br.ibm.com (loopback [127.0.0.1]) by d24av03.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pBUEGXh6031158 for ; Fri, 30 Dec 2011 12:16:33 -0200 Received: from [9.78.131.172] ([9.78.131.172]) by d24av03.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id pBUEGXDj031139; Fri, 30 Dec 2011 12:16:33 -0200 Message-ID: <4EFDC7B3.2010900@linux.vnet.ibm.com> Date: Fri, 30 Dec 2011 14:35:00 -0000 From: Edjunior Barbosa Machado User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15 MIME-Version: 1.0 To: Joel Brobecker CC: gdb-patches@sourceware.org Subject: Re: [PATCH] minor fixes for python finish breakpoint testcases References: <1325190816-15407-1-git-send-email-emachado@linux.vnet.ibm.com> <20111230024433.GV23376@adacore.com> In-Reply-To: <20111230024433.GV23376@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit x-cbid: 11123014-9254-0000-0000-000007B15920 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/msg00905.txt.bz2 On 12/30/2011 12:44 AM, Joel Brobecker wrote: >> 2011-12-29 Edjunior Machado >> >> gdb/testsuite/ >> * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64. Add >> newline at end of file. >> * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support >> is not enabled. > > Looks good to me. > Sorry, I haven't noticed the patch was outdated (Jan had already fixed the newline issue, for example). However, I applied a refreshed version of the patch containing the other fixes. http://sourceware.org/ml/gdb-cvs/2011-12/msg00262.html Thanks, -- Edjunior