This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

New testsuite failures


Today I saw these new testsuite failures:

--- 20050119/gdb.sum	Wed Jan 19 00:24:26 2005
+++ 20050206/gdb.sum	Mon Feb  7 03:05:18 2005
@@ -1,4 +1,4 @@
-Test Run By kettenis on Wed Jan 19 00:04:10 2005
+Test Run By kettenis on Mon Feb  7 02:57:15 2005
 Native configuration is i386-unknown-openbsd3.6
 
 		=== gdb tests ===
@@ -9671,15 +9689,15 @@ PASS: gdb.mi/mi-var-cmd.exp: create lsim
 PASS: gdb.mi/mi-var-cmd.exp: create lsimple->integer
 PASS: gdb.mi/mi-var-cmd.exp: create lsimple->integer
 PASS: gdb.mi/mi-var-cmd.exp: create int
-PASS: gdb.mi/mi-var-cmd.exp: update all vars
+FAIL: gdb.mi/mi-var-cmd.exp: update all vars
 PASS: gdb.mi/mi-var-cmd.exp: step at do_locals_test
-PASS: gdb.mi/mi-var-cmd.exp: update all vars: linteger changed
+FAIL: gdb.mi/mi-var-cmd.exp: update all vars: linteger changed
 PASS: gdb.mi/mi-var-cmd.exp: step at do_locals_tests (2)
-PASS: gdb.mi/mi-var-cmd.exp: update all vars: lpinteger changed
+FAIL: gdb.mi/mi-var-cmd.exp: update all vars: lpinteger changed
 PASS: gdb.mi/mi-var-cmd.exp: step at do_locals_tests (3)
-PASS: gdb.mi/mi-var-cmd.exp: update all vars: lcharacter changed
+FAIL: gdb.mi/mi-var-cmd.exp: update all vars: lcharacter changed
 PASS: gdb.mi/mi-var-cmd.exp: step at do_locals_tests (4)
-PASS: gdb.mi/mi-var-cmd.exp: update all vars: lpcharacter changed
+FAIL: gdb.mi/mi-var-cmd.exp: update all vars: lpcharacter changed
 PASS: gdb.mi/mi-var-cmd.exp: step at do_locals_tests (5)
 PASS: gdb.mi/mi-var-cmd.exp: update all vars: many changed
 PASS: gdb.mi/mi-var-cmd.exp: step at do_locals_tests (6)

Here are some details form gdb.log:

-var-update *
^done,changelist=[{name="ldouble",in_scope="true",type_changed="false"}]
(gdb) 
FAIL: gdb.mi/mi-var-cmd.exp: update all vars
...
-var-update *
^done,changelist=[{name="ldouble",in_scope="true",type_changed="false"},{name="l
integer",in_scope="true",type_changed="false"}]
(gdb) 
FAIL: gdb.mi/mi-var-cmd.exp: update all vars: linteger changed

There seems to be a spurious "ldouble changed" here.  Any idea where
it is coming from?

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]