From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2261 invoked by alias); 6 Mar 2009 19:13:47 -0000 Received: (qmail 2246 invoked by uid 22791); 6 Mar 2009 19:13:46 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 06 Mar 2009 19:13:39 +0000 Received: (qmail 29993 invoked from network); 6 Mar 2009 19:13:37 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 6 Mar 2009 19:13:37 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: gdb.objc/objcdecode.exp test error.. Date: Fri, 06 Mar 2009 19:13:00 -0000 User-Agent: KMail/1.9.10 Cc: Joel Brobecker References: <8ba6bed40903051731s41c9183aha18af51113f3c0ea@mail.gmail.com> <20090306173345.GI3744@adacore.com> In-Reply-To: <20090306173345.GI3744@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903061913.43419.pedro@codesourcery.com> 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 Mail-Followup-To: gdb-patches@sourceware.org X-SW-Source: 2009-03/txt/msg00087.txt.bz2 Joel Wrote: > Matt Rice wrote: > > i should probably come up with another test for multiple-symbols all, > > so neither failure gets forgotten, but i'll have to learn more about > > dejagnu before i'm able to do that. > That would be very nice if you could add these extra tests. > It makes sense to test the behaviour in the "ask" case, but we really > ought to try to test the default case as well. Indeed. This test internal-errors for me currently, but the patch masks it. I don't see any internal error mentioned in the PRs which are linked from the kfails? It looks like a different bug. http://sourceware.org/bugzilla/show_bug.cgi?id=8341 http://sourceware.org/bugzilla/show_bug.cgi?id=8343 (gdb) PASS: gdb.objc/objcdecode.exp: break on multiply defined method run Starting program: /home/pedro/gdb/baseline/build/gdb/testsuite/gdb.objc/objcdecode ../../src/gdb/breakpoint.c:7451: internal-error: breakpoint_re_set_one: Assertion `sals.nelts == 1' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. -- Pedro Alves