public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* gdb.java/jmisc.exp failures on multiple platforms
@ 2003-08-07 18:42 J. Johnston
  0 siblings, 0 replies; 2+ messages in thread
From: J. Johnston @ 2003-08-07 18:42 UTC (permalink / raw)
  To: gdb

I was looking through gdb testsuite failures and noticed that
gdb.java/jmisc.exp doesn't work on multiple platforms.  We aren't setting
the breakpoint at jmisc.main successfully.  It doesn't recognize
jmisc.main or jmisc::main, however if you give it the full prototype
name with the argument, it works fine.

Did this use to work?

Another strange quirk is how the tab key is working.  If you
tab on jmisc, it shows you members of jmisc, but if you tab on
"jmisc." or "jmisc::" it shows you everything.  Again,
I am wondering if this worked previously and has something regressed
it.


GNU gdb 2003-08-05-cvs
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(gdb) b jmisc.main
the class jmisc does not have any method named main
Hint: try 'jmisc.main<TAB> or 'jmisc.main<ESC-?>
(Note leading single quote.)
(gdb) b jmisc::main
the class jmisc does not have any method named main
Hint: try 'jmisc::main<TAB> or 'jmisc::main<ESC-?>
(Note leading single quote.)
(gdb) b jmisc.
Display all 164 possibilities? (y or n)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gdb.java/jmisc.exp failures on multiple platforms
@ 2003-08-07 18:58 Michael Elizabeth Chastain
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Elizabeth Chastain @ 2003-08-07 18:58 UTC (permalink / raw)
  To: gdb, jjohnstn

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-07 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-07 18:42 gdb.java/jmisc.exp failures on multiple platforms J. Johnston
2003-08-07 18:58 Michael Elizabeth Chastain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).