From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25642 invoked by alias); 7 Aug 2003 18:58:57 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 25634 invoked from network); 7 Aug 2003 18:58:57 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 7 Aug 2003 18:58:57 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.9/8.12.9) with ESMTP id h77IwtLa009972; Thu, 7 Aug 2003 13:58:55 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.9/8.12.9) with ESMTP id h77IwtHK032324; Thu, 7 Aug 2003 13:58:55 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.9/8.12.9/Submit) id h77IwtfH032323; Thu, 7 Aug 2003 14:58:55 -0400 Date: Thu, 07 Aug 2003 18:58:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200308071858.h77IwtfH032323@duracef.shout.net> To: gdb@sources.redhat.com, jjohnstn@redhat.com Subject: Re: gdb.java/jmisc.exp failures on multiple platforms X-SW-Source: 2003-08/txt/msg00109.txt.bz2 jj> I was looking through gdb testsuite failures and noticed that jj> gdb.java/jmisc.exp doesn't work on multiple platforms. We aren't setting jj> the breakpoint at jmisc.main successfully. It doesn't recognize jj> jmisc.main or jmisc::main, however if you give it the full prototype jj> name with the argument, it works fine. jj> jj> Did this use to work? No. I added gjc to my test bed on 2002-05-10 and it was broken then. It's remained broken ever since. # 2002-05-10 Analysis.txt . New Test with Bad Result . gdb.java/jmisc.exp: p *args gdb.java/jmisc.exp: p args gdb.java/jmisc.exp: ptype jmisc gdb.java/jmisc.exp: setting breakpoint at jmisc.main This is the first week with results for Java tests. See the attention tables for more details on the FAILs. jj> Another strange quirk is how the tab key is working. If you jj> tab on jmisc, it shows you members of jmisc, but if you tab on jj> "jmisc." or "jmisc::" it shows you everything. Again, jj> I am wondering if this worked previously and has something regressed jj> it. I don't know. Michael C slave to the test-bed