This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
C++/Java regressions
- From: David Carlton <carlton at kealia dot com>
- To: gdb <gdb at sources dot redhat dot com>, ian at wasabisystems dot com
- Date: Mon, 24 Nov 2003 17:37:43 -0800
- Subject: C++/Java regressions
I did a CVS update on GDB for the first time in 4 days, and I got the
following testsuite changes:
-PASS: gdb.cp/method.exp: continue to A::bar
+FAIL: gdb.cp/method.exp: continue to A::bar
-KFAIL: gdb.cp/templates.exp: ptype T5<int> (PRMS: gdb/1111)
-KFAIL: gdb.cp/templates.exp: ptype T5<int> (PRMS: gdb/1111)
+FAIL: gdb.cp/templates.exp: ptype T5<int>
+FAIL: gdb.cp/templates.exp: ptype t5i
PASS: gdb.java/jmisc1.exp: set language to "java"
+FAIL: gdb.java/jmisc1.exp: setting breakpoint at jmisc.main(java.lang.String[]) FAIL: gdb.java/jmisc1.exp: ptype jmisc
-PASS: gdb.java/jmisc1.exp: p args
-PASS: gdb.java/jmisc1.exp: p *args
-PASS: gdb.java/jmisc1.exp: break exit
-PASS: gdb.java/jmisc1.exp: continue to exit
+FAIL: gdb.java/jmisc1.exp: p args
+FAIL: gdb.java/jmisc1.exp: p *args
+FAIL: gdb.java/jmisc1.exp: break exit
+FAIL: gdb.java/jmisc1.exp: continue to exit (the program is no longer running)
Running ./gdb.java/jmisc2.exp ...
PASS: gdb.java/jmisc2.exp: set print sevenbit-strings
PASS: gdb.java/jmisc2.exp: set language to "java"
FAIL: gdb.java/jmisc2.exp: ptype jmisc
-PASS: gdb.java/jmisc2.exp: p args
-PASS: gdb.java/jmisc2.exp: p *args
+FAIL: gdb.java/jmisc2.exp: setting breakpoint at jmisc.main(java.lang.String[])+FAIL: gdb.java/jmisc2.exp: p args
+FAIL: gdb.java/jmisc2.exp: p *args
I haven't looked in detail; I tend to suspect the recent demangler
changes, but I could be wrong.
David Carlton
carlton@kealia.com