From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9542 invoked by alias); 10 Nov 2009 19:15:04 -0000 Received: (qmail 9534 invoked by uid 22791); 10 Nov 2009 19:15:03 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Nov 2009 19:14:57 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 5033510D7F; Tue, 10 Nov 2009 19:14:56 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 3DA2B10D7C; Tue, 10 Nov 2009 19:14:56 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1N7wB5-0004ag-VE; Tue, 10 Nov 2009 14:14:55 -0500 Date: Tue, 10 Nov 2009 19:15:00 -0000 From: Daniel Jacobowitz To: Keith Seitz Cc: gdb-patches@sourceware.org Subject: Re: [commit] Fix up return values in ctti.exp Message-ID: <20091110191455.GC17009@caradoc.them.org> Mail-Followup-To: Keith Seitz , gdb-patches@sourceware.org References: <20091102155545.GA14328@caradoc.them.org> <4AF8AADF.7000005@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4AF8AADF.7000005@redhat.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2009-11/txt/msg00224.txt.bz2 On Mon, Nov 09, 2009 at 03:50:55PM -0800, Keith Seitz wrote: > On 11/02/2009 07:55 AM, Daniel Jacobowitz wrote: > >This test is bit-rotten because it is disabled for GCC. It still > >doesn't pass with GCC, so I left it disabled, but I hope that Keith's > >branch will resolve this. > > I commented out the bit in the test that causes the majority of tests > to get skipped with gcc and ran ctti.exp through both FSF gdb and my > expr-cumulative archer branch: > Archer/expr-cumulative: > Running ../../../archer/gdb/testsuite/gdb.cp/ctti.exp ... > > === gdb Summary === > > # of expected passes 16 Excellent!!! I was hoping that would be the case. If you haven't already, I suggest enabling it on your branch :-) -- Daniel Jacobowitz CodeSourcery