summaryrefslogtreecommitdiff
path: root/gdb/coulomb.SCHWINGE/test
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-11-09 12:33:13 +0100
committerThomas Schwinge <thomas@codesourcery.com>2012-11-09 12:33:13 +0100
commit2d4026a690b90215debd68b2933c2fe8a7706cf3 (patch)
tree290e2085ba5a91a4991154f226b8a01886f15f20 /gdb/coulomb.SCHWINGE/test
parent49d12a54c40f6cfec100219e6c57bd791aebd10c (diff)
gdb: 20f498edfd7e57d3297febcf9c7c7d667cc74239 (2012-06-15)
Diffstat (limited to 'gdb/coulomb.SCHWINGE/test')
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum12
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum13
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum183
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum133
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum50
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum12
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum94
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum154
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum260
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum125
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum5
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum4
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum13
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum15
-rw-r--r--gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum4
28 files changed, 911 insertions, 218 deletions
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum
index db968d2c..2512ee1a 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 20:49:16 2012
+Test Run By thomas on Fri Nov 9 02:02:02 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -71,6 +71,11 @@ PASS: gdb.ada/assign_1.exp: set convenience variable $xxx to 1
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/atomic_enum.exp ...
PASS: gdb.ada/atomic_enum.exp: compilation foo.adb
PASS: gdb.ada/atomic_enum.exp: ptype pck.data_flag
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/bad-task-bp-keyword.exp ...
+PASS: gdb.ada/bad-task-bp-keyword.exp: compilation foo.adb
+PASS: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK 2
+KFAIL: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK Task TaSK 2 (PRMS: gdb/14111)
+PASS: gdb.ada/bad-task-bp-keyword.exp: break *break_me'address TASK if
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/boolean_expr.exp ...
PASS: gdb.ada/boolean_expr.exp: Changing the language to ada
PASS: gdb.ada/boolean_expr.exp: print 1 = 2
@@ -479,9 +484,10 @@ PASS: gdb.ada/widewide.exp: print my_wws(2)
=== gdb Summary ===
-# of expected passes 360
+# of expected passes 363
# of unexpected failures 32
# of expected failures 1
+# of known failures 1
# of unsupported tests 2
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum
index cae8c7d1..9264ed70 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.arch/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 20:56:11 2012
+Test Run By thomas on Fri Nov 9 02:07:47 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -156,6 +156,12 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-size.exp ...
PASS: gdb.arch/i386-size.exp: run past main
PASS: gdb.arch/i386-size.exp: backtrace shows no function
PASS: gdb.arch/i386-size.exp: disassemble stops at end of main
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-sse-stack-align.exp ...
+PASS: gdb.arch/i386-sse-stack-align.exp: print g0 ()
+PASS: gdb.arch/i386-sse-stack-align.exp: print g1 (1)
+PASS: gdb.arch/i386-sse-stack-align.exp: print g2 (1, 2)
+PASS: gdb.arch/i386-sse-stack-align.exp: print g3 (1, 2, 3)
+PASS: gdb.arch/i386-sse-stack-align.exp: print g4 (1, 2, 3, 4)
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-sse.exp ...
PASS: gdb.arch/i386-sse.exp: check whether processor supports SSE
PASS: gdb.arch/i386-sse.exp: set first breakpoint in main
@@ -216,6 +222,7 @@ PASS: gdb.arch/i386-word.exp: check contents of %cx
PASS: gdb.arch/i386-word.exp: check contents of %dx
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/ia64-breakpoint-shadow.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/iwmmxt-regs.exp ...
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/mips16-thunks.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/pa-nullify.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/powerpc-aix-prologue.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/powerpc-d128-regs.exp ...
@@ -233,8 +240,8 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/vsx-regs.exp ...
=== gdb Summary ===
-# of expected passes 134
+# of expected passes 139
# of unexpected failures 41
# of known failures 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum
index 67b915d9..3fb26d14 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.asm/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 20:57:53 2012
+Test Run By thomas on Fri Nov 9 02:09:35 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -41,5 +41,5 @@ FAIL: gdb.asm/asm-source.exp: look at static function (timeout)
# of expected passes 3
# of unexpected failures 25
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum
index 39447a53..8840d12f 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base1/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 19:29:11 2012
+Test Run By thomas on Fri Nov 9 01:12:20 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -73,6 +73,10 @@ PASS: gdb.base/condbreak.exp: break *main if (1==1) th 999
PASS: gdb.base/condbreak.exp: break *main if (1==1) ta 999
PASS: gdb.base/condbreak.exp: run until breakpoint at marker3
PASS: gdb.base/condbreak.exp: run until breakpoint at marker4
+PASS: gdb.base/condbreak.exp: complete cond 1
+PASS: gdb.base/condbreak.exp: set variable $var = 1
+PASS: gdb.base/condbreak.exp: complete cond $v
+PASS: gdb.base/condbreak.exp: complete cond 1 values[0].a
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/breakpoint-shadow.exp ...
PASS: gdb.base/breakpoint-shadow.exp: set breakpoint always-inserted on
PASS: gdb.base/breakpoint-shadow.exp: show breakpoint always-inserted
@@ -80,6 +84,8 @@ PASS: gdb.base/breakpoint-shadow.exp: disassembly without breakpoints
PASS: gdb.base/breakpoint-shadow.exp: First breakpoint placed
PASS: gdb.base/breakpoint-shadow.exp: Second breakpoint placed
PASS: gdb.base/breakpoint-shadow.exp: disassembly with breakpoints
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/info-os.exp ...
+UNSUPPORTED: gdb.base/info-os.exp: info-os.exp
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/bigcore.exp ...
PASS: gdb.base/bigcore.exp: set print sevenbit-strings
PASS: gdb.base/bigcore.exp: set width 0
@@ -154,6 +160,23 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/eu-strip-infcall.exp ..
PASS: gdb.base/eu-strip-infcall.exp: infcall
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/echo.exp ...
PASS: gdb.base/echo.exp: Echo test
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/dprintf.exp ...
+PASS: gdb.base/dprintf.exp: dprintf
+PASS: gdb.base/dprintf.exp: dprintf foo
+PASS: gdb.base/dprintf.exp: dprintf 29
+PASS: gdb.base/dprintf.exp: dprintf foo,"At foo entry\n"
+PASS: gdb.base/dprintf.exp: dprintf 26,"arg=%d, g=%d\n", arg, g
+PASS: gdb.base/dprintf.exp: break 27
+PASS: gdb.base/dprintf.exp: 1st dprintf, gdb
+PASS: gdb.base/dprintf.exp: 2nd dprintf, gdb
+PASS: gdb.base/dprintf.exp: Set dprintf style to call
+PASS: gdb.base/dprintf.exp: 1st dprintf, call
+PASS: gdb.base/dprintf.exp: 2nd dprintf, call
+PASS: gdb.base/dprintf.exp: Set dprintf function
+PASS: gdb.base/dprintf.exp: Set dprintf channel
+PASS: gdb.base/dprintf.exp: 1st dprintf, fprintf
+PASS: gdb.base/dprintf.exp: 2nd dprintf, fprintf
+PASS: gdb.base/dprintf.exp: Set dprintf style to an unrecognized type
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/all-bin.exp ...
PASS: gdb.base/all-bin.exp: continuing after dummy()
PASS: gdb.base/all-bin.exp: print value of v_int+v_char
@@ -666,7 +689,6 @@ PASS: gdb.base/hook-stop-frame.exp: define hook-stop command
PASS: gdb.base/hook-stop-frame.exp: hook-stop runs before frame print
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/info-proc.exp ...
PASS: gdb.base/info-proc.exp: help info proc
-FAIL: gdb.base/info-proc.exp: info proc without a process
UNSUPPORTED: gdb.base/info-proc.exp: gdb does not support info proc on this target
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/linespecs.exp ...
PASS: gdb.base/linespecs.exp: list c:/foo/bar/baz.c:1
@@ -1234,27 +1256,27 @@ PASS: gdb.base/finish.exp: continue to double_func
PASS: gdb.base/finish.exp: finish from double_func
PASS: gdb.base/finish.exp: Testing the "fin" abbreviation for "finish"
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/code_elim.exp ...
-PASS: gdb.base/code_elim.exp: add-symbol-file code_elim1 0x100000
-PASS: gdb.base/code_elim.exp: test eliminated var my_global_symbol
-PASS: gdb.base/code_elim.exp: test eliminated var my_static_symbol
-PASS: gdb.base/code_elim.exp: test eliminated var my_global_func
-PASS: gdb.base/code_elim.exp: get address of main
-PASS: gdb.base/code_elim.exp: test eliminated var my_global_symbol
-PASS: gdb.base/code_elim.exp: test eliminated var my_static_symbol
-PASS: gdb.base/code_elim.exp: test eliminated var my_global_func
-PASS: gdb.base/code_elim.exp: get address of main
-PASS: gdb.base/code_elim.exp: add-symbol-file code_elim1 0x100000
-PASS: gdb.base/code_elim.exp: add-symbol-file code_elim2 0x200000
-PASS: gdb.base/code_elim.exp: get address of my_global_symbol
-PASS: gdb.base/code_elim.exp: get address of my_static_symbol
-PASS: gdb.base/code_elim.exp: get address of my_global_func
-PASS: gdb.base/code_elim.exp: get address of main
-PASS: gdb.base/code_elim.exp: add-symbol-file code_elim2 0x200000
-PASS: gdb.base/code_elim.exp: add-symbol-file code_elim1 0x100000
-PASS: gdb.base/code_elim.exp: get address of my_global_symbol
-PASS: gdb.base/code_elim.exp: get address of my_static_symbol
-PASS: gdb.base/code_elim.exp: get address of my_global_func
-PASS: gdb.base/code_elim.exp: get address of main
+PASS: gdb.base/code_elim.exp: symbol-file code_elim1
+PASS: gdb.base/code_elim.exp: single psymtabs: test eliminated var my_global_symbol
+PASS: gdb.base/code_elim.exp: single psymtabs: test eliminated var my_static_symbol
+PASS: gdb.base/code_elim.exp: single psymtabs: test eliminated var my_global_func
+PASS: gdb.base/code_elim.exp: single psymtabs: get address of main
+PASS: gdb.base/code_elim.exp: single symtabs: test eliminated var my_global_symbol
+PASS: gdb.base/code_elim.exp: single symtabs: test eliminated var my_static_symbol
+PASS: gdb.base/code_elim.exp: single symtabs: test eliminated var my_global_func
+PASS: gdb.base/code_elim.exp: single symtabs: get address of main
+PASS: gdb.base/code_elim.exp: order1: add-symbol-file code_elim1 0x100000
+PASS: gdb.base/code_elim.exp: order1: add-symbol-file code_elim2 0x200000
+PASS: gdb.base/code_elim.exp: order1: get address of my_global_symbol
+PASS: gdb.base/code_elim.exp: order1: get address of my_static_symbol
+PASS: gdb.base/code_elim.exp: order1: get address of my_global_func
+PASS: gdb.base/code_elim.exp: order1: get address of main
+PASS: gdb.base/code_elim.exp: order2: add-symbol-file code_elim2 0x200000
+PASS: gdb.base/code_elim.exp: order2: add-symbol-file code_elim1 0x100000
+PASS: gdb.base/code_elim.exp: order2: get address of my_global_symbol
+PASS: gdb.base/code_elim.exp: order2: get address of my_static_symbol
+PASS: gdb.base/code_elim.exp: order2: get address of my_global_func
+PASS: gdb.base/code_elim.exp: order2: get address of main
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/lineinc.exp ...
PASS: gdb.base/lineinc.exp: tolerate macro info with multiple #inclusions per line
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/disasm-end-cu.exp ...
@@ -2809,6 +2831,7 @@ PASS: gdb.base/assign.exp: v_int+=double
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/call-strs.exp ...
PASS: gdb.base/call-strs.exp: set print sevenbit-strings
PASS: gdb.base/call-strs.exp: set print address off
+PASS: gdb.base/call-strs.exp: set print symbol off
PASS: gdb.base/call-strs.exp: set width 0
PASS: gdb.base/call-strs.exp: step after assignment to s
PASS: gdb.base/call-strs.exp: next over strcpy
@@ -3080,6 +3103,11 @@ FAIL: gdb.base/fileio.exp: Unlinking a file in a directory w/o write access retu
FAIL: gdb.base/fileio.exp: Unlinking a nonexistant file returns ENOENT (the program is no longer running)
FAIL: gdb.base/fileio.exp: Time(2) call returns the same value as in parameter (the program is no longer running)
FAIL: gdb.base/fileio.exp: Time(2) returns feasible values (the program is no longer running)
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/enumval.exp ...
+PASS: gdb.base/enumval.exp: print e
+PASS: gdb.base/enumval.exp: print f
+PASS: gdb.base/enumval.exp: print J
+PASS: gdb.base/enumval.exp: print K
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/enum_cond.exp ...
PASS: gdb.base/enum_cond.exp: break call_me if param.e == 1
PASS: gdb.base/enum_cond.exp: continue to conditional breakpoint in call_me
@@ -3108,6 +3136,14 @@ PASS: gdb.base/find.exp: find 64-bit pattern
PASS: gdb.base/find.exp: find mixed-sized pattern
PASS: gdb.base/find.exp: search spanning large range
PASS: gdb.base/find.exp: find pattern straddling chunk boundary
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/ctxobj.exp ...
+PASS: gdb.base/ctxobj.exp: break in get_version functions
+PASS: gdb.base/ctxobj.exp: continue to get_version_1
+PASS: gdb.base/ctxobj.exp: print libctxobj1's this_version_num from partial symtab
+PASS: gdb.base/ctxobj.exp: print libctxobj1's this_version_num from symtab
+PASS: gdb.base/ctxobj.exp: continue to get_version_2
+PASS: gdb.base/ctxobj.exp: print libctxobj2's this_version_num from partial symtab
+PASS: gdb.base/ctxobj.exp: print libctxobj2's this_version_num from symtab
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/cond-eval-mode.exp ...
PASS: gdb.base/cond-eval-mode.exp: set breakpoint condition-evaluation host
PASS: gdb.base/cond-eval-mode.exp: set breakpoint condition-evaluation auto
@@ -3214,6 +3250,9 @@ PASS: gdb.base/break.exp: disable with non-existent convenience var
PASS: gdb.base/break.exp: disable with non-existent history value
PASS: gdb.base/break.exp: disable with badly formed history value
PASS: gdb.base/break.exp: run until function breakpoint
+PASS: gdb.base/break.exp: list marker1
+PASS: gdb.base/break.exp: break lineno
+PASS: gdb.base/break.exp: delete $bpnum
PASS: gdb.base/break.exp: run until breakpoint set at a line number
PASS: gdb.base/break.exp: run until file:function(6) breakpoint
PASS: gdb.base/break.exp: run until file:function(5) breakpoint
@@ -3240,52 +3279,43 @@ PASS: gdb.base/break.exp: set catch vfork, never expected to trigger
PASS: gdb.base/break.exp: set catch exec, never expected to trigger
PASS: gdb.base/break.exp: set breakpoint pending off
PASS: gdb.base/break.exp: break on non-existent source line
-FAIL: gdb.base/break.exp: until bp_location1 (timeout)
-FAIL: gdb.base/break.exp: break on default location, 1st time (timeout)
-FAIL: gdb.base/break.exp: break on default location, 2nd time (timeout)
-FAIL: gdb.base/break.exp: break on default location, 3rd time (timeout)
-FAIL: gdb.base/break.exp: break on default location, 4th time (timeout)
-ERROR: Delete all breakpoints in delete_breakpoints (timeout)
-UNRESOLVED: gdb.base/break.exp: setting breakpoint at main (timeout)
-FAIL: gdb.base/break.exp: break tests suppressed
-FAIL: gdb.base/break.exp: set to-be-silent break bp_location1 (timeout)
-FAIL: gdb.base/break.exp: set silent break bp_location1 (timeout)
-FAIL: gdb.base/break.exp: info silent break bp_location1 (timeout)
-FAIL: gdb.base/break.exp: hit silent break bp_location1 (timeout)
-FAIL: gdb.base/break.exp: stopped for silent break bp_location1 (timeout)
-FAIL: gdb.base/break.exp: thread-specific breakpoint on non-existent thread disallowed (timeout)
-FAIL: gdb.base/break.exp: thread-specific breakpoint on bogus thread ID disallowed (timeout)
-FAIL: gdb.base/break.exp: breakpoint with trailing garbage disallowed (timeout)
-FAIL: gdb.base/break.exp: step over breakpoint (timeout)
-FAIL: gdb.base/break.exp: clear line has no breakpoint disallowed (timeout)
-FAIL: gdb.base/break.exp: clear current line has no breakpoint disallowed (timeout)
-FAIL: gdb.base/break.exp: break marker3 #1 (timeout)
-FAIL: gdb.base/break.exp: break marker3 #2 (timeout)
-FAIL: gdb.base/break.exp: clear marker3 (timeout)
-FAIL: gdb.base/break.exp: set convenience variable $foo to bp_location11 (timeout)
-FAIL: gdb.base/break.exp: set breakpoint via convenience variable (timeout)
-FAIL: gdb.base/break.exp: set convenience variable $foo to 81.5 (timeout)
-FAIL: gdb.base/break.exp: set breakpoint via non-integer convenience variable disallowed (timeout)
-FAIL: gdb.base/break.exp: set breakpoint on to-be-called function (timeout)
-FAIL: gdb.base/break.exp: hit breakpoint on called function (timeout)
-FAIL: gdb.base/break.exp: backtrace while in called function (timeout)
-FAIL: gdb.base/break.exp: finish from called function (timeout)
-ERROR: Delete all breakpoints in delete_breakpoints (timeout)
-UNRESOLVED: gdb.base/break.exp: setting breakpoint at main (timeout)
-FAIL: gdb.base/break.exp: break tests suppressed
-FAIL: gdb.base/break.exp: (timeout) finish with arguments disallowed
-FAIL: gdb.base/break.exp: finish from outermost frame disallowed (timeout)
-FAIL: gdb.base/break.exp: kill program (timeout)
-ERROR: Delete all breakpoints in delete_breakpoints (timeout)
-UNRESOLVED: gdb.base/break.exp: break at factorial (timeout)
-FAIL: gdb.base/break.exp: run to factorial(6) (timeout)
-FAIL: gdb.base/break.exp: continue to factorial(5) (timeout)
-FAIL: gdb.base/break.exp: backtrace from factorial(5) (timeout)
-FAIL: gdb.base/break.exp: next to recursive call (timeout)
-ERROR: Delete all breakpoints in delete_breakpoints (timeout)
-UNRESOLVED: gdb.base/break.exp: next over recursive call (timeout)
-FAIL: gdb.base/break.exp: backtrace from factorial(5.1) (timeout)
-FAIL: gdb.base/break.exp: continue until exit at recursive next test (timeout)
+PASS: gdb.base/break.exp: until bp_location1
+PASS: gdb.base/break.exp: break on default location, 1st time
+PASS: gdb.base/break.exp: break on default location, 2nd time
+PASS: gdb.base/break.exp: break on default location, 3rd time
+PASS: gdb.base/break.exp: break on default location, 4th time
+PASS: gdb.base/break.exp: set to-be-silent break bp_location1
+PASS: gdb.base/break.exp: set silent break bp_location1
+PASS: gdb.base/break.exp: info silent break bp_location1
+PASS: gdb.base/break.exp: hit silent break bp_location1
+PASS: gdb.base/break.exp: stopped for silent break bp_location1
+PASS: gdb.base/break.exp: thread-specific breakpoint on non-existent thread disallowed
+PASS: gdb.base/break.exp: thread-specific breakpoint on bogus thread ID disallowed
+PASS: gdb.base/break.exp: breakpoint with trailing garbage disallowed
+PASS: gdb.base/break.exp: step over breakpoint
+PASS: gdb.base/break.exp: clear line has no breakpoint disallowed
+PASS: gdb.base/break.exp: clear current line has no breakpoint disallowed
+PASS: gdb.base/break.exp: break marker3 #1
+PASS: gdb.base/break.exp: break marker3 #2
+PASS: gdb.base/break.exp: clear marker3
+PASS: gdb.base/break.exp: set convenience variable $foo to bp_location11
+PASS: gdb.base/break.exp: set breakpoint via convenience variable
+PASS: gdb.base/break.exp: set convenience variable $foo to 81.5
+PASS: gdb.base/break.exp: set breakpoint via non-integer convenience variable disallowed
+PASS: gdb.base/break.exp: set breakpoint on to-be-called function
+PASS: gdb.base/break.exp: hit breakpoint on called function
+PASS: gdb.base/break.exp: backtrace while in called function
+PASS: gdb.base/break.exp: finish from called function
+PASS: gdb.base/break.exp: finish with arguments disallowed
+PASS: gdb.base/break.exp: finish from outermost frame disallowed
+PASS: gdb.base/break.exp: kill program
+PASS: gdb.base/break.exp: break at factorial
+PASS: gdb.base/break.exp: continue to factorial(5)
+PASS: gdb.base/break.exp: backtrace from factorial(5)
+PASS: gdb.base/break.exp: next to recursive call
+PASS: gdb.base/break.exp: next over recursive call
+PASS: gdb.base/break.exp: backtrace from factorial(5.1)
+PASS: gdb.base/break.exp: continue until exit at recursive next test
PASS: gdb.base/break.exp: breakpoint function, optimized file
PASS: gdb.base/break.exp: breakpoint small function, optimized file
PASS: gdb.base/break.exp: run until function breakpoint, optimized file (code motion)
@@ -3713,7 +3743,7 @@ PASS: gdb.base/funcargs.exp: continue to call2h
PASS: gdb.base/funcargs.exp: continue to call2i
PASS: gdb.base/funcargs.exp: run to call2a
PASS: gdb.base/funcargs.exp: continue to callcb
-PASS: gdb.base/funcargs.exp: continue to callcb
+PASS: gdb.base/funcargs.exp: continue to callcc
PASS: gdb.base/funcargs.exp: continue to callcd
PASS: gdb.base/funcargs.exp: continue to callce
PASS: gdb.base/funcargs.exp: continue to callcf
@@ -4436,6 +4466,8 @@ PASS: gdb.base/macscp.exp: info macro WHERE after `list macscp2_2'
PASS: gdb.base/macscp.exp: list macscp3_2 for WHERE
PASS: gdb.base/macscp.exp: info macro WHERE after `list macscp3_2'
PASS: gdb.base/macscp.exp: info macro FROM_COMMANDLINE
+PASS: gdb.base/macscp.exp: info macro __FILE__ before running
+PASS: gdb.base/macscp.exp: info macro __LINE__ before running
PASS: gdb.base/macscp.exp: list macscp4_2_from_macscp2
PASS: gdb.base/macscp.exp: info macro WHERE after `list macscp_4_2_from_macscp2'
PASS: gdb.base/macscp.exp: list macscp4_2_from_macscp3
@@ -4744,6 +4776,8 @@ PASS: gdb.base/macscp.exp: stringify without substitution
PASS: gdb.base/macscp.exp: stringify with substitution
PASS: gdb.base/macscp.exp: define si_addr macro
PASS: gdb.base/macscp.exp: macro expand siginfo.si_addr
+PASS: gdb.base/macscp.exp: print __FILE__
+PASS: gdb.base/macscp.exp: print __LINE__
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdb11530.exp ...
PASS: gdb.base/gdb11530.exp: print a.i
PASS: gdb.base/gdb11530.exp: print sizeof (a.i)
@@ -4754,12 +4788,11 @@ PASS: gdb.base/gdb1090.exp: print s24
=== gdb Summary ===
-# of expected passes 4420
-# of unexpected failures 128
+# of expected passes 4496
+# of unexpected failures 89
# of expected failures 6
# of known failures 22
-# of unresolved testcases 4
# of untested testcases 2
-# of unsupported tests 10
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+# of unsupported tests 11
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum
index 8dec092e..622eaa66 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.base2/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 20:08:53 2012
+Test Run By thomas on Fri Nov 9 01:36:51 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -504,6 +504,14 @@ PASS: gdb.base/return-nodebug.exp: long-long: return from function with no debug
PASS: gdb.base/return-nodebug.exp: long-long: return from function with no debug info with a cast
PASS: gdb.base/return-nodebug.exp: long-long: advance to marker
PASS: gdb.base/return-nodebug.exp: long-long: full width of the returned result
+PASS: gdb.base/return-nodebug.exp: float: return from function with no debug info without a cast
+PASS: gdb.base/return-nodebug.exp: float: return from function with no debug info with a cast
+PASS: gdb.base/return-nodebug.exp: float: advance to marker
+PASS: gdb.base/return-nodebug.exp: float: full width of the returned result
+PASS: gdb.base/return-nodebug.exp: double: return from function with no debug info without a cast
+PASS: gdb.base/return-nodebug.exp: double: return from function with no debug info with a cast
+PASS: gdb.base/return-nodebug.exp: double: advance to marker
+PASS: gdb.base/return-nodebug.exp: double: full width of the returned result
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/set-lang-auto.exp ...
PASS: gdb.base/set-lang-auto.exp: show lang after loading binary
PASS: gdb.base/set-lang-auto.exp: forcing the language to ada
@@ -1269,6 +1277,10 @@ PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E1dl
PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E10dl
PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E-10dl
PASS: gdb.base/printcmds.exp: printf "%DDf\n",1.2E6144dl
+PASS: gdb.base/printcmds.exp: set print symbol on
+PASS: gdb.base/printcmds.exp: print &three
+PASS: gdb.base/printcmds.exp: print parrays
+PASS: gdb.base/printcmds.exp: set print symbol off
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/restore.exp ...
PASS: gdb.base/restore.exp: tbreak caller1
PASS: gdb.base/restore.exp: run to caller1
@@ -1725,52 +1737,43 @@ PASS: gdb.base/sepdebug.exp: set catch vfork, never expected to trigger
PASS: gdb.base/sepdebug.exp: set catch exec, never expected to trigger
PASS: gdb.base/sepdebug.exp: set breakpoint pending off
PASS: gdb.base/sepdebug.exp: break on non-existent source line
-FAIL: gdb.base/sepdebug.exp: until bp_location1 (timeout)
-FAIL: gdb.base/sepdebug.exp: break on default location, 1st time (timeout)
-FAIL: gdb.base/sepdebug.exp: break on default location, 2nd time (timeout)
-FAIL: gdb.base/sepdebug.exp: break on default location, 3rd time (timeout)
-FAIL: gdb.base/sepdebug.exp: break on default location, 4th time (timeout)
-ERROR: Delete all breakpoints in delete_breakpoints (timeout)
-UNRESOLVED: gdb.base/sepdebug.exp: setting breakpoint at main (timeout)
-FAIL: gdb.base/sepdebug.exp: sepdebug tests suppressed
-FAIL: gdb.base/sepdebug.exp: set to-be-silent break bp_location1 (timeout)
-FAIL: gdb.base/sepdebug.exp: set silent break bp_location1 (timeout)
-FAIL: gdb.base/sepdebug.exp: info silent break bp_location1 (timeout)
-FAIL: gdb.base/sepdebug.exp: hit silent break bp_location1 (timeout)
-FAIL: gdb.base/sepdebug.exp: stopped for silent break bp_location1 (timeout)
-FAIL: gdb.base/sepdebug.exp: thread-specific breakpoint on non-existent thread disallowed (timeout)
-FAIL: gdb.base/sepdebug.exp: thread-specific breakpoint on bogus thread ID disallowed (timeout)
-FAIL: gdb.base/sepdebug.exp: breakpoint with trailing garbage disallowed (timeout)
-FAIL: gdb.base/sepdebug.exp: step over breakpoint (timeout)
-FAIL: gdb.base/sepdebug.exp: clear line has no breakpoint disallowed (timeout)
-FAIL: gdb.base/sepdebug.exp: clear current line has no breakpoint disallowed (timeout)
-FAIL: gdb.base/sepdebug.exp: break marker3 #1 (timeout)
-FAIL: gdb.base/sepdebug.exp: break marker3 #2 (timeout)
-FAIL: gdb.base/sepdebug.exp: clear marker3 (timeout)
-FAIL: gdb.base/sepdebug.exp: set convenience variable $foo to bp_location11 (timeout)
-FAIL: gdb.base/sepdebug.exp: set breakpoint via convenience variable (timeout)
-FAIL: gdb.base/sepdebug.exp: set convenience variable $foo to 81.5 (timeout)
-FAIL: gdb.base/sepdebug.exp: set breakpoint via non-integer convenience variable disallowed (timeout)
-FAIL: gdb.base/sepdebug.exp: set breakpoint on to-be-called function (timeout)
-FAIL: gdb.base/sepdebug.exp: hit breakpoint on called function (timeout)
-FAIL: gdb.base/sepdebug.exp: backtrace while in called function (timeout)
-FAIL: gdb.base/sepdebug.exp: finish from called function (timeout)
-ERROR: Delete all breakpoints in delete_breakpoints (timeout)
-UNRESOLVED: gdb.base/sepdebug.exp: setting breakpoint at main (timeout)
-FAIL: gdb.base/sepdebug.exp: sepdebug tests suppressed
-FAIL: gdb.base/sepdebug.exp: finish with arguments disallowed (timeout)
-FAIL: gdb.base/sepdebug.exp: finish from outermost frame disallowed (timeout)
-FAIL: gdb.base/sepdebug.exp: kill program (timeout)
-ERROR: Delete all breakpoints in delete_breakpoints (timeout)
-UNRESOLVED: gdb.base/sepdebug.exp: break at factorial (timeout)
-FAIL: gdb.base/sepdebug.exp: run to factorial(6) (timeout)
-FAIL: gdb.base/sepdebug.exp: continue to factorial(5) (timeout)
-FAIL: gdb.base/sepdebug.exp: backtrace from factorial(5) (timeout)
-FAIL: gdb.base/sepdebug.exp: next to recursive call (timeout)
-ERROR: Delete all breakpoints in delete_breakpoints (timeout)
-UNRESOLVED: gdb.base/sepdebug.exp: next over recursive call (timeout)
-FAIL: gdb.base/sepdebug.exp: backtrace from factorial(5.1) (timeout)
-FAIL: gdb.base/sepdebug.exp: continue until exit at recursive next test (timeout)
+PASS: gdb.base/sepdebug.exp: until bp_location1
+PASS: gdb.base/sepdebug.exp: break on default location, 1st time
+PASS: gdb.base/sepdebug.exp: break on default location, 2nd time
+PASS: gdb.base/sepdebug.exp: break on default location, 3rd time
+PASS: gdb.base/sepdebug.exp: break on default location, 4th time
+PASS: gdb.base/sepdebug.exp: set to-be-silent break bp_location1
+PASS: gdb.base/sepdebug.exp: set silent break bp_location1
+PASS: gdb.base/sepdebug.exp: info silent break bp_location1
+PASS: gdb.base/sepdebug.exp: hit silent break bp_location1
+PASS: gdb.base/sepdebug.exp: stopped for silent break bp_location1
+PASS: gdb.base/sepdebug.exp: thread-specific breakpoint on non-existent thread disallowed
+PASS: gdb.base/sepdebug.exp: thread-specific breakpoint on bogus thread ID disallowed
+PASS: gdb.base/sepdebug.exp: breakpoint with trailing garbage disallowed
+PASS: gdb.base/sepdebug.exp: step over breakpoint
+PASS: gdb.base/sepdebug.exp: clear line has no breakpoint disallowed
+PASS: gdb.base/sepdebug.exp: clear current line has no breakpoint disallowed
+PASS: gdb.base/sepdebug.exp: break marker3 #1
+PASS: gdb.base/sepdebug.exp: break marker3 #2
+PASS: gdb.base/sepdebug.exp: clear marker3
+PASS: gdb.base/sepdebug.exp: set convenience variable $foo to bp_location11
+PASS: gdb.base/sepdebug.exp: set breakpoint via convenience variable
+PASS: gdb.base/sepdebug.exp: set convenience variable $foo to 81.5
+PASS: gdb.base/sepdebug.exp: set breakpoint via non-integer convenience variable disallowed
+PASS: gdb.base/sepdebug.exp: set breakpoint on to-be-called function
+PASS: gdb.base/sepdebug.exp: hit breakpoint on called function
+PASS: gdb.base/sepdebug.exp: backtrace while in called function
+PASS: gdb.base/sepdebug.exp: finish from called function
+PASS: gdb.base/sepdebug.exp: finish with arguments disallowed
+PASS: gdb.base/sepdebug.exp: finish from outermost frame disallowed
+PASS: gdb.base/sepdebug.exp: kill program
+PASS: gdb.base/sepdebug.exp: break at factorial
+PASS: gdb.base/sepdebug.exp: continue to factorial(5)
+PASS: gdb.base/sepdebug.exp: backtrace from factorial(5)
+PASS: gdb.base/sepdebug.exp: next to recursive call
+PASS: gdb.base/sepdebug.exp: next over recursive call
+PASS: gdb.base/sepdebug.exp: backtrace from factorial(5.1)
+PASS: gdb.base/sepdebug.exp: continue until exit at recursive next test
PASS: gdb.base/sepdebug.exp: debuglink: set separate debug location
PASS: gdb.base/sepdebug.exp: debuglink: breakpoint function, optimized file
PASS: gdb.base/sepdebug.exp: debuglink: breakpoint small function, optimized file
@@ -1905,6 +1908,9 @@ PASS: gdb.base/relational.exp: print value of x==(y==z)
PASS: gdb.base/relational.exp: set variable x
PASS: gdb.base/relational.exp: set variable z
PASS: gdb.base/relational.exp: print value of (x==y)<z
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/set-noassign.exp ...
+PASS: gdb.base/set-noassign.exp: set language ada
+PASS: gdb.base/set-noassign.exp: warning for set without assignment
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/recpar.exp ...
PASS: gdb.base/recpar.exp: break recpar.c:26 if n == 3
PASS: gdb.base/recpar.exp: continue
@@ -2313,6 +2319,11 @@ PASS: gdb.base/step-resume-infcall.exp: disass/m
PASS: gdb.base/step-resume-infcall.exp: info breakpoints
PASS: gdb.base/step-resume-infcall.exp: next
PASS: gdb.base/step-resume-infcall.exp: p cond_hit
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/print-file-var.exp ...
+PASS: gdb.base/print-file-var.exp: breapoint past v1 & v2 initialization
+PASS: gdb.base/print-file-var.exp: continue to STOP marker
+PASS: gdb.base/print-file-var.exp: print 'print-file-var-lib1.c'::this_version_id == v1
+PASS: gdb.base/print-file-var.exp: print 'print-file-var-lib2.c'::this_version_id == v2
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/readline-ask.exp ...
PASS: gdb.base/readline-ask.exp: set width 50
PASS: gdb.base/readline-ask.exp: set height 3
@@ -3482,16 +3493,16 @@ PASS: gdb.base/signull.exp: code; backtrace from SIGSEGV
PASS: gdb.base/signull.exp: code; continue to the keeper
FAIL: gdb.base/signull.exp: code; backtrace from keeper through SIGSEGV
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/so-indr-cl.exp ...
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/shell.exp ...
+PASS: gdb.base/shell.exp: shell echo foo
+PASS: gdb.base/shell.exp: ! echo foo
+PASS: gdb.base/shell.exp: !echo foo
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/psymtab.exp ...
PASS: gdb.base/psymtab.exp: psymtab pending setup
PASS: gdb.base/psymtab.exp: Don't search past end of psymtab.
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/sect-cmd.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/sepsymtab.exp ...
PASS: gdb.base/sepsymtab.exp: info sym main
-Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/shell.exp ...
-PASS: gdb.base/shell.exp: shell echo foo
-PASS: gdb.base/shell.exp: ! echo foo
-PASS: gdb.base/shell.exp: !echo foo
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/watchpoint-delete.exp ...
PASS: gdb.base/watchpoint-delete.exp: set can-use-hw-watchpoints 0
PASS: gdb.base/watchpoint-delete.exp: continue to breakpoint: break-here
@@ -3563,6 +3574,11 @@ PASS: gdb.base/pr10179.exp: rbreak foo.*
PASS: gdb.base/pr10179.exp: rbreak pr10179-a.c:foo.*
PASS: gdb.base/pr10179.exp: rbreak pr10179-a.c : .*
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/remote.exp ...
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/stap-probe.exp ...
+gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/stap-probe.c:39:21: fatal error: sys/sdt.h: No such file or directory
+compilation terminated.
+UNTESTED: gdb.base/stap-probe.exp: without semaphore, not optimized: stap-probe.exp
+UNTESTED: gdb.base/stap-probe.exp: without semaphore, not optimized: stap-probe.exp
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/sigchld.exp ...
PASS: gdb.base/sigchld.exp: set breakpoint at success exit
PASS: gdb.base/sigchld.exp: set breakpoint at failure exit
@@ -3988,12 +4004,12 @@ FAIL: gdb.base/sigstep.exp: backtrace for nexti (pattern 2)
PASS: gdb.base/sigstep.exp: step from handler; continue to handler
FAIL: gdb.base/sigstep.exp: step from handler; leave handler (timeout)
PASS: gdb.base/sigstep.exp: stepi from handleri; continue to handler
-FAIL: gdb.base/sigstep.exp: stepi from handleri; leave handler
+FAIL: gdb.base/sigstep.exp: stepi from handleri; leave handler (hit breakpoint again)
FAIL: gdb.base/sigstep.exp: stepi from handleri; leave signal trampoline
PASS: gdb.base/sigstep.exp: next from handler; continue to handler
FAIL: gdb.base/sigstep.exp: next from handler; leave handler
-PASS: gdb.base/sigstep.exp: nexti from handleri; continue to handler
-FAIL: gdb.base/sigstep.exp: nexti from handleri; leave handler
+FAIL: gdb.base/sigstep.exp: nexti from handleri; continue to handler
+FAIL: gdb.base/sigstep.exp: nexti from handleri; leave handler (hit breakpoint again)
FAIL: gdb.base/sigstep.exp: nexti from handleri; leave signal trampoline
PASS: gdb.base/sigstep.exp: finish from handleri; continue to handler
FAIL: gdb.base/sigstep.exp: finish from handleri; leave handler
@@ -4106,12 +4122,11 @@ PASS: gdb.base/nostdlib.exp: continue to marker
=== gdb Summary ===
-# of expected passes 3776
-# of unexpected failures 181
+# of expected passes 3830
+# of unexpected failures 144
# of expected failures 2
# of known failures 4
-# of unresolved testcases 4
-# of untested testcases 5
+# of untested testcases 7
# of unsupported tests 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum
index 1847f3ab..35ccf577 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cell/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:02:07 2012
+Test Run By thomas on Fri Nov 9 02:13:49 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -28,5 +28,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cell/solib.exp ...
=== gdb Summary ===
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum
index 8f1da932..b3281c39 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.cp/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:02:09 2012
+Test Run By thomas on Fri Nov 9 02:13:50 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -23,7 +23,7 @@ PASS: gdb.cp/annota2.exp: breakpoint at main
PASS: gdb.cp/annota2.exp: run until main breakpoint
PASS: gdb.cp/annota2.exp: set watch on a.x
PASS: gdb.cp/annota2.exp: watch triggered on a.x
-FAIL: gdb.cp/annota2.exp: annotate-quit (timeout)
+PASS: gdb.cp/annota2.exp: annotate-quit
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/annota3.exp ...
PASS: gdb.cp/annota3.exp: set height 0
PASS: gdb.cp/annota3.exp: breakpoint main
@@ -36,7 +36,7 @@ PASS: gdb.cp/annota3.exp: break at main
PASS: gdb.cp/annota3.exp: second run until main breakpoint
PASS: gdb.cp/annota3.exp: set watch on a.x
PASS: gdb.cp/annota3.exp: watch triggered on a.x
-PASS: gdb.cp/annota3.exp: annotate-quit
+FAIL: gdb.cp/annota3.exp: annotate-quit (pattern 1) (timeout)
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/anon-ns.exp ...
PASS: gdb.cp/anon-ns.exp: list (anonymous namespace)::doit1(void)
PASS: gdb.cp/anon-ns.exp: list '(anonymous namespace)::doit1(void)'
@@ -744,6 +744,22 @@ PASS: gdb.cp/cpexprs.exp: continue to tclass<char>::do_something
PASS: gdb.cp/cpexprs.exp: continue to tclass<int>::do_something
PASS: gdb.cp/cpexprs.exp: continue to tclass<long>::do_something
PASS: gdb.cp/cpexprs.exp: continue to tclass<short>::do_something
+PASS: gdb.cp/cpexprs.exp: p 'CV::m(int)'
+PASS: gdb.cp/cpexprs.exp: p CV::m(int)
+PASS: gdb.cp/cpexprs.exp: p 'CV::m(int) const'
+KFAIL: gdb.cp/cpexprs.exp: p CV::m(int) const (PRMS: c++/14186)
+PASS: gdb.cp/cpexprs.exp: p 'CV::m(int) volatile'
+KFAIL: gdb.cp/cpexprs.exp: p CV::m(int) volatile (PRMS: c++/14186)
+PASS: gdb.cp/cpexprs.exp: p 'CV::m(int) const volatile'
+KFAIL: gdb.cp/cpexprs.exp: p CV::m(int) const volatile (PRMS: c++/14186)
+PASS: gdb.cp/cpexprs.exp: p CV_f(int)
+PASS: gdb.cp/cpexprs.exp: p CV_f(CV::t)
+PASS: gdb.cp/cpexprs.exp: p CV_f(CV::i)
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/cplabel.exp ...
+PASS: gdb.cp/cplabel.exp: break foo::bar:to_the_top
+PASS: gdb.cp/cplabel.exp: break foo::bar:get_out_of_here
+PASS: gdb.cp/cplabel.exp: break foo::baz:to_the_top
+PASS: gdb.cp/cplabel.exp: break foo::baz:get_out_of_here
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/cplusfuncs.exp ...
PASS: gdb.cp/cplusfuncs.exp: set width 0
PASS: gdb.cp/cplusfuncs.exp: set language c++
@@ -1986,16 +2002,18 @@ PASS: gdb.cp/inherit.exp: print g_C.A::a
PASS: gdb.cp/inherit.exp: print g_C.A::x
PASS: gdb.cp/inherit.exp: print g_C.C::c
PASS: gdb.cp/inherit.exp: print g_C.C::x
-KFAIL: gdb.cp/inherit.exp: print g_D.A::a (PRMS: gdb/68)
-KFAIL: gdb.cp/inherit.exp: print g_D.A::x (PRMS: gdb/68)
+PASS: gdb.cp/inherit.exp: print g_D.A::a
+PASS: gdb.cp/inherit.exp: print g_D.C::a
+PASS: gdb.cp/inherit.exp: print g_D.B::a
+PASS: gdb.cp/inherit.exp: print g_D.A::x
PASS: gdb.cp/inherit.exp: print g_D.B::b
PASS: gdb.cp/inherit.exp: print g_D.B::x
PASS: gdb.cp/inherit.exp: print g_D.C::c
PASS: gdb.cp/inherit.exp: print g_D.C::x
PASS: gdb.cp/inherit.exp: print g_D.D::d
PASS: gdb.cp/inherit.exp: print g_D.D::x
-KFAIL: gdb.cp/inherit.exp: print g_E.A::a (PRMS: gdb/68)
-KFAIL: gdb.cp/inherit.exp: print g_E.A::x (PRMS: gdb/68)
+PASS: gdb.cp/inherit.exp: print g_E.A::a
+PASS: gdb.cp/inherit.exp: print g_E.A::x
PASS: gdb.cp/inherit.exp: print g_E.B::b
PASS: gdb.cp/inherit.exp: print g_E.B::x
PASS: gdb.cp/inherit.exp: print g_E.C::c
@@ -2017,16 +2035,16 @@ PASS: gdb.cp/inherit.exp: ptype g_C.A::a
PASS: gdb.cp/inherit.exp: ptype g_C.A::x
PASS: gdb.cp/inherit.exp: ptype g_C.C::c
PASS: gdb.cp/inherit.exp: ptype g_C.C::x
-KFAIL: gdb.cp/inherit.exp: ptype g_D.A::a (PRMS: gdb/68)
-KFAIL: gdb.cp/inherit.exp: ptype g_D.A::x (PRMS: gdb/68)
+PASS: gdb.cp/inherit.exp: ptype g_D.A::a
+PASS: gdb.cp/inherit.exp: ptype g_D.A::x
PASS: gdb.cp/inherit.exp: ptype g_D.B::b
PASS: gdb.cp/inherit.exp: ptype g_D.B::x
PASS: gdb.cp/inherit.exp: ptype g_D.C::c
PASS: gdb.cp/inherit.exp: ptype g_D.C::x
PASS: gdb.cp/inherit.exp: ptype g_D.D::d
PASS: gdb.cp/inherit.exp: ptype g_D.D::x
-KFAIL: gdb.cp/inherit.exp: ptype g_E.A::a (PRMS: gdb/68)
-KFAIL: gdb.cp/inherit.exp: ptype g_E.A::x (PRMS: gdb/68)
+PASS: gdb.cp/inherit.exp: ptype g_E.A::a
+PASS: gdb.cp/inherit.exp: ptype g_E.A::x
PASS: gdb.cp/inherit.exp: ptype g_E.B::b
PASS: gdb.cp/inherit.exp: ptype g_E.B::x
PASS: gdb.cp/inherit.exp: ptype g_E.C::c
@@ -3861,8 +3879,8 @@ PASS: gdb.cp/userdef.exp: print one--
PASS: gdb.cp/userdef.exp: print --one
PASS: gdb.cp/userdef.exp: print one += 7
PASS: gdb.cp/userdef.exp: print two = one
-PASS: gdb.cp/userdef.exp: break A2::'operator+'
-PASS: gdb.cp/userdef.exp: break A2::'operator +'
+PASS: gdb.cp/userdef.exp: break A2::operator+
+PASS: gdb.cp/userdef.exp: break A2::operator +
PASS: gdb.cp/userdef.exp: print c
PASS: gdb.cp/userdef.exp: print *c
PASS: gdb.cp/userdef.exp: print &*c
@@ -3950,10 +3968,10 @@ PASS: gdb.cp/virtfunc2.exp: print o
=== gdb Summary ===
-# of expected passes 3793
+# of expected passes 3815
# of unexpected failures 11
# of expected failures 6
-# of known failures 25
+# of known failures 20
# of unsupported tests 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum
index 99daeb41..0712e0ba 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.disasm/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:19:58 2012
+Test Run By thomas on Fri Nov 9 02:30:24 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -28,5 +28,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.disasm/t13_otr.exp ...
=== gdb Summary ===
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum
index 90036b10..2dd48320 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.dwarf2/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:20:01 2012
+Test Run By thomas on Fri Nov 9 02:30:26 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -67,6 +67,8 @@ PASS: gdb.dwarf2/dw2-entry-value.exp: <optimized out> is printed
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-filename.exp ...
PASS: gdb.dwarf2/dw2-filename.exp: interpreter-exec mi -file-list-exec-source-files
PASS: gdb.dwarf2/dw2-filename.exp: info sources
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-icc-opaque.exp ...
+PASS: gdb.dwarf2/dw2-icc-opaque.exp: ptype p_struct
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-ifort-parameter.exp ...
PASS: gdb.dwarf2/dw2-ifort-parameter.exp: p/x param
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-inheritance.exp ...
@@ -76,6 +78,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-inline-param.exp
PASS: gdb.dwarf2/dw2-inline-param.exp: info addr break_at
PASS: gdb.dwarf2/dw2-inline-param.exp: bt
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-intercu.exp ...
+PASS: gdb.dwarf2/dw2-intercu.exp: ptype int2
PASS: gdb.dwarf2/dw2-intercu.exp: set listsize 1
PASS: gdb.dwarf2/dw2-intercu.exp: list func_cu1
PASS: gdb.dwarf2/dw2-intercu.exp: ptype func_cu1
@@ -290,6 +293,9 @@ PASS: gdb.dwarf2/pr10770.exp: cont
PASS: gdb.dwarf2/pr10770.exp: frame 2
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/pr11465.exp ...
PASS: gdb.dwarf2/pr11465.exp: p N::c.C
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/pr13961.exp ...
+PASS: gdb.dwarf2/pr13961.exp: break main
+PASS: gdb.dwarf2/pr13961.exp: pr13961
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/typeddwarf.exp ...
PASS: gdb.dwarf2/typeddwarf.exp: set breakpoint at typeddwarf.c:29
PASS: gdb.dwarf2/typeddwarf.exp: continue to breakpoint: continue to typeddwarf.c:29
@@ -340,8 +346,8 @@ PASS: gdb.dwarf2/watch-notconst.exp: watch x
=== gdb Summary ===
-# of expected passes 271
+# of expected passes 275
# of known failures 1
# of untested testcases 4
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum
index 66c3bff9..230ae0b2 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.fortran/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:26:00 2012
+Test Run By thomas on Fri Nov 9 02:36:18 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -226,5 +226,5 @@ PASS: gdb.fortran/types.exp: pt 10e20
# of expected passes 201
# of unexpected failures 2
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum
index 781fb052..41feedc9 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.gdb/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:27:18 2012
+Test Run By thomas on Fri Nov 9 02:37:44 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -179,5 +179,5 @@ PASS: gdb.gdb/xfullpath.exp: An empty filename
=== gdb Summary ===
# of expected passes 164
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum
new file mode 100644
index 00000000..447e38de
--- /dev/null
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum
@@ -0,0 +1,94 @@
+Test Run By thomas on Fri Nov 9 02:38:57 2012
+Native configuration is i686-unknown-gnu0.3
+
+ === gdb tests ===
+
+Schedule of variations:
+ unix
+
+Running target unix
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.go/basic-types.exp ...
+PASS: gdb.go/basic-types.exp: set language go
+PASS: gdb.go/basic-types.exp: set language to "go"
+PASS: gdb.go/basic-types.exp: pt 123
+PASS: gdb.go/basic-types.exp: pt void(42)
+PASS: gdb.go/basic-types.exp: pt byte(42)
+PASS: gdb.go/basic-types.exp: pt int(42)
+PASS: gdb.go/basic-types.exp: pt uint(42)
+PASS: gdb.go/basic-types.exp: pt uintptr(42)
+PASS: gdb.go/basic-types.exp: pt int8(42)
+PASS: gdb.go/basic-types.exp: pt int16(42)
+PASS: gdb.go/basic-types.exp: pt int32(42)
+PASS: gdb.go/basic-types.exp: pt int64(42)
+PASS: gdb.go/basic-types.exp: pt uint8(42)
+PASS: gdb.go/basic-types.exp: pt uint16(42)
+PASS: gdb.go/basic-types.exp: pt uint32(42)
+PASS: gdb.go/basic-types.exp: pt uint64(42)
+PASS: gdb.go/basic-types.exp: pt true
+PASS: gdb.go/basic-types.exp: pt false
+PASS: gdb.go/basic-types.exp: pt bool(0)
+PASS: gdb.go/basic-types.exp: pt bool(1)
+PASS: gdb.go/basic-types.exp: pt 'a'
+PASS: gdb.go/basic-types.exp: pt "a simple string"
+PASS: gdb.go/basic-types.exp: pt `a simple raw string`
+PASS: gdb.go/basic-types.exp: pt .44
+PASS: gdb.go/basic-types.exp: pt 44.0
+PASS: gdb.go/basic-types.exp: pt 10e20
+PASS: gdb.go/basic-types.exp: pt 10E20
+PASS: gdb.go/basic-types.exp: pt float32(.42)
+PASS: gdb.go/basic-types.exp: pt float64(.42)
+PASS: gdb.go/basic-types.exp: pt complex64(.42)
+XFAIL: gdb.go/basic-types.exp: pt complex64(.42i1.0)
+XFAIL: gdb.go/basic-types.exp: pt complex64(i1.0)
+PASS: gdb.go/basic-types.exp: pt complex128(.42)
+XFAIL: gdb.go/basic-types.exp: pt complex128(.42i1.0)
+XFAIL: gdb.go/basic-types.exp: pt complex128(i1.0)
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.go/chan.exp ...
+gdb compile failed, default_target_compile: Can't find gccgo.
+UNTESTED: gdb.go/chan.exp: chan.exp
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.go/handcall.exp ...
+gdb compile failed, default_target_compile: Can't find gccgo.
+UNTESTED: gdb.go/handcall.exp: handcall.exp
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.go/hello.exp ...
+gdb compile failed, default_target_compile: Can't find gccgo.
+UNTESTED: gdb.go/hello.exp: hello.exp
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.go/integers.exp ...
+gdb compile failed, default_target_compile: Can't find gccgo.
+UNTESTED: gdb.go/integers.exp: integers.exp
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.go/methods.exp ...
+gdb compile failed, default_target_compile: Can't find gccgo.
+UNTESTED: gdb.go/methods.exp: methods.exp
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.go/package.exp ...
+gdb compile failed, default_target_compile: Can't find gccgo.
+UNTESTED: gdb.go/package.exp: package
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.go/print.exp ...
+PASS: gdb.go/print.exp: set language go
+PASS: gdb.go/print.exp: set language to "go"
+PASS: gdb.go/print.exp: check fp + text
+PASS: gdb.go/print.exp: p 1.
+PASS: gdb.go/print.exp: p 1.5
+PASS: gdb.go/print.exp: p 1.f
+PASS: gdb.go/print.exp: p 1.5f
+PASS: gdb.go/print.exp: p 1.l
+PASS: gdb.go/print.exp: p 1.5l
+PASS: gdb.go/print.exp: p 0x1.1
+PASS: gdb.go/print.exp: reject p 1.1x
+PASS: gdb.go/print.exp: reject p 1.1ff
+PASS: gdb.go/print.exp: reject p 1.1ll
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.go/strings.exp ...
+gdb compile failed, default_target_compile: Can't find gccgo.
+UNTESTED: gdb.go/strings.exp: strings.exp
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.go/types.exp ...
+gdb compile failed, default_target_compile: Can't find gccgo.
+UNTESTED: gdb.go/types.exp: types.exp
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.go/unsafe.exp ...
+gdb compile failed, default_target_compile: Can't find gccgo.
+UNTESTED: gdb.go/unsafe.exp: unsafe.exp
+
+ === gdb Summary ===
+
+# of expected passes 44
+# of expected failures 4
+# of untested testcases 9
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum
index 853425ef..2d3622db 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.java/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:28:21 2012
+Test Run By thomas on Fri Nov 9 02:39:11 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -117,5 +117,5 @@ PASS: gdb.java/jv-print.exp: reject p 1.1dd
# of unknown successes 1
# of known failures 2
# of unsupported tests 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum
index 3496fb1a..be2b7f7c 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:29:44 2012
+Test Run By thomas on Fri Nov 9 02:41:00 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -30,9 +30,157 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.linespec/ls-dollar.exp ...
PASS: gdb.linespec/ls-dollar.exp: set listsize 1
PASS: gdb.linespec/ls-dollar.exp: list $dollar_var
PASS: gdb.linespec/ls-dollar.exp: break $dollar_func
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.linespec/ls-errs.exp ...
+PASS: gdb.linespec/ls-errs.exp: set breakpoint pending off
+PASS: gdb.linespec/ls-errs.exp: break :
+PASS: gdb.linespec/ls-errs.exp: break :
+PASS: gdb.linespec/ls-errs.exp: break :
+PASS: gdb.linespec/ls-errs.exp: break :
+PASS: gdb.linespec/ls-errs.exp: break :
+PASS: gdb.linespec/ls-errs.exp: break :
+PASS: gdb.linespec/ls-errs.exp: break :
+PASS: gdb.linespec/ls-errs.exp: break :
+PASS: gdb.linespec/ls-errs.exp: break :
+PASS: gdb.linespec/ls-errs.exp: break -100
+PASS: gdb.linespec/ls-errs.exp: break +500
+PASS: gdb.linespec/ls-errs.exp: break 1000
+PASS: gdb.linespec/ls-errs.exp: break 3:
+PASS: gdb.linespec/ls-errs.exp: break +10:
+PASS: gdb.linespec/ls-errs.exp: break -10:
+PASS: gdb.linespec/ls-errs.exp: break 3:
+PASS: gdb.linespec/ls-errs.exp: break +10:
+PASS: gdb.linespec/ls-errs.exp: break -10:
+PASS: gdb.linespec/ls-errs.exp: break 3 :
+PASS: gdb.linespec/ls-errs.exp: break +10 :
+PASS: gdb.linespec/ls-errs.exp: break -10 :
+PASS: gdb.linespec/ls-errs.exp: break 3 :
+PASS: gdb.linespec/ls-errs.exp: break +10 :
+PASS: gdb.linespec/ls-errs.exp: break -10 :
+PASS: gdb.linespec/ls-errs.exp: break 3 :
+PASS: gdb.linespec/ls-errs.exp: break +10 :
+PASS: gdb.linespec/ls-errs.exp: break -10 :
+PASS: gdb.linespec/ls-errs.exp: break 3 :
+PASS: gdb.linespec/ls-errs.exp: break +10 :
+PASS: gdb.linespec/ls-errs.exp: break -10 :
+PASS: gdb.linespec/ls-errs.exp: break 3 :
+PASS: gdb.linespec/ls-errs.exp: break +10 :
+PASS: gdb.linespec/ls-errs.exp: break -10 :
+PASS: gdb.linespec/ls-errs.exp: break 3 :
+PASS: gdb.linespec/ls-errs.exp: break +10 :
+PASS: gdb.linespec/ls-errs.exp: break -10 :
+PASS: gdb.linespec/ls-errs.exp: break 3 :
+PASS: gdb.linespec/ls-errs.exp: break +10 :
+PASS: gdb.linespec/ls-errs.exp: break -10 :
+PASS: gdb.linespec/ls-errs.exp: break 3 1
+PASS: gdb.linespec/ls-errs.exp: break +10 1
+PASS: gdb.linespec/ls-errs.exp: break -10 1
+PASS: gdb.linespec/ls-errs.exp: break 3 +1
+PASS: gdb.linespec/ls-errs.exp: break +10 +1
+PASS: gdb.linespec/ls-errs.exp: break -10 +1
+PASS: gdb.linespec/ls-errs.exp: break 3 +100
+PASS: gdb.linespec/ls-errs.exp: break +10 +100
+PASS: gdb.linespec/ls-errs.exp: break -10 +100
+PASS: gdb.linespec/ls-errs.exp: break 3 -10
+PASS: gdb.linespec/ls-errs.exp: break +10 -10
+PASS: gdb.linespec/ls-errs.exp: break -10 -10
+PASS: gdb.linespec/ls-errs.exp: break 3 foo
+PASS: gdb.linespec/ls-errs.exp: break +10 foo
+PASS: gdb.linespec/ls-errs.exp: break -10 foo
+PASS: gdb.linespec/ls-errs.exp: break this_file_doesn't_exist.c:3
+PASS: gdb.linespec/ls-errs.exp: break this file has spaces.c:3
+PASS: gdb.linespec/ls-errs.exp: break "file::colons.c":3
+PASS: gdb.linespec/ls-errs.exp: break 'file::colons.c':3
+PASS: gdb.linespec/ls-errs.exp: break "this "file" has quotes.c":3
+PASS: gdb.linespec/ls-errs.exp: break 'this "file" has quotes.c':3
+PASS: gdb.linespec/ls-errs.exp: break 'this 'file' has quotes.c':3
+PASS: gdb.linespec/ls-errs.exp: break "this 'file' has quotes.c":3
+PASS: gdb.linespec/ls-errs.exp: break "spaces: and :colons.c":3
+PASS: gdb.linespec/ls-errs.exp: break 'more: :spaces: :and colons::.c':3
+PASS: gdb.linespec/ls-errs.exp: break "src-file.c':3
+PASS: gdb.linespec/ls-errs.exp: break 'src-file.c:3
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:foo
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main:foo
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c: foo
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main: foo
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c: foo
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main: foo
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main:
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main:
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:main :
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c::
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:3 1
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:3 +100
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:3 -100
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:3 foo
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:-100
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:+500
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:1000
+PASS: gdb.linespec/ls-errs.exp: break foobar
+PASS: gdb.linespec/ls-errs.exp: break foo::bar
+PASS: gdb.linespec/ls-errs.exp: break foo.bar
+PASS: gdb.linespec/ls-errs.exp: break foo .
+PASS: gdb.linespec/ls-errs.exp: break foo bar
+PASS: gdb.linespec/ls-errs.exp: break foo 1
+PASS: gdb.linespec/ls-errs.exp: break foo 0
+PASS: gdb.linespec/ls-errs.exp: break foo +10
+PASS: gdb.linespec/ls-errs.exp: break foo -10
+PASS: gdb.linespec/ls-errs.exp: break foo +100
+PASS: gdb.linespec/ls-errs.exp: break foo -100
+PASS: gdb.linespec/ls-errs.exp: break main:there
+PASS: gdb.linespec/ls-errs.exp: break main:here:
+PASS: gdb.linespec/ls-errs.exp: break main: there
+PASS: gdb.linespec/ls-errs.exp: break main:here:
+PASS: gdb.linespec/ls-errs.exp: break main :there
+PASS: gdb.linespec/ls-errs.exp: break main:here :
+PASS: gdb.linespec/ls-errs.exp: break main : there
+PASS: gdb.linespec/ls-errs.exp: break main:here :
+PASS: gdb.linespec/ls-errs.exp: break main : there
+PASS: gdb.linespec/ls-errs.exp: break main:here :
+PASS: gdb.linespec/ls-errs.exp: break main : there
+PASS: gdb.linespec/ls-errs.exp: break main:here :
+PASS: gdb.linespec/ls-errs.exp: break main : there
+PASS: gdb.linespec/ls-errs.exp: break main:here :
+PASS: gdb.linespec/ls-errs.exp: break main : there
+PASS: gdb.linespec/ls-errs.exp: break main:here :
+PASS: gdb.linespec/ls-errs.exp: break main : there
+PASS: gdb.linespec/ls-errs.exp: break main:here :
+PASS: gdb.linespec/ls-errs.exp: break main 3
+PASS: gdb.linespec/ls-errs.exp: break main +100
+PASS: gdb.linespec/ls-errs.exp: break main -100
+PASS: gdb.linespec/ls-errs.exp: break main foo
+PASS: gdb.linespec/ls-errs.exp: break main:here 3
+PASS: gdb.linespec/ls-errs.exp: break main:here +100
+PASS: gdb.linespec/ls-errs.exp: break main:here -100
+PASS: gdb.linespec/ls-errs.exp: break main:here foo
+PASS: gdb.linespec/ls-errs.exp: break if
+PASS: gdb.linespec/ls-errs.exp: break task
+PASS: gdb.linespec/ls-errs.exp: break thread
+PASS: gdb.linespec/ls-errs.exp: break 'main.c'flubber
+PASS: gdb.linespec/ls-errs.exp: break 'main.c',21
+PASS: gdb.linespec/ls-errs.exp: break 'main.c'
+PASS: gdb.linespec/ls-errs.exp: break 'main.c'3
+PASS: gdb.linespec/ls-errs.exp: break 'main.c'+3
+PASS: gdb.linespec/ls-errs.exp: break $zippo
+PASS: gdb.linespec/ls-errs.exp: break ls-errs.c:$zippo
=== gdb Summary ===
-# of expected passes 21
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+# of expected passes 168
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum
index d82b95ce..fa260737 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.mi/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:30:06 2012
+Test Run By thomas on Fri Nov 9 02:41:28 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -231,6 +231,8 @@ PASS: gdb.mi/mi-file.exp: Getting a list of source files.
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-hack-cli.exp ...
PASS: gdb.mi/mi-hack-cli.exp: show architecture
PASS: gdb.mi/mi-hack-cli.exp: 47show architecture
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-info-os.exp ...
+UNSUPPORTED: gdb.mi/mi-info-os.exp: mi-info-os.exp
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-inheritance-syntax-error.exp ...
PASS: gdb.mi/mi-inheritance-syntax-error.exp: breakpoint at C::testLocation
PASS: gdb.mi/mi-inheritance-syntax-error.exp: mi runto C::testLocation
@@ -1035,6 +1037,256 @@ PASS: gdb.mi/mi-var-invalidate.exp: linteger not valid anymore due to binary cha
PASS: gdb.mi/mi-var-invalidate.exp: no type for invalid variable linteger (2)
PASS: gdb.mi/mi-var-invalidate.exp: global_simple not anymore in scope due to binary changes
PASS: gdb.mi/mi-var-invalidate.exp: no type for invalid variable global_simple
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-var-rtti.exp ...
+PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:37 (set breakpoint)
+PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object off" in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for ptr (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.public (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check ptr->A (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ptr (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for constPtr (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of constPtr (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of constPtr.public (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check constPtr->A (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for constPtr (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for ptrConst (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptrConst (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptrConst.public (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check ptrConst->A (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ptrConst (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for constPtrConst (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of constPtrConst (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of constPtrConst.public (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check constPtrConst->A (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for constPtrConst (without RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object on" in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for ptr (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base.public (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.public (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check ptr->A (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check ptr->B (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check ptr->C (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ptr (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for constPtr (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of constPtr (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of constPtr.Base (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of constPtr.Base.public (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of constPtr.public (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check constPtr->A (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check constPtr->B (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check constPtr->C (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for constPtr (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for ptrConst (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptrConst (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptrConst.Base (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptrConst.Base.public (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptrConst.public (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check ptrConst->A (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check ptrConst->B (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check ptrConst->C (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ptrConst (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for constPtrConst (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of constPtrConst (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of constPtrConst.Base (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of constPtrConst.Base.public (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: list children of constPtrConst.public (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check constPtrConst->A (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check constPtrConst->B (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: check constPtrConst->C (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for constPtrConst (with RTTI) in use_rtti_for_ptr
+PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:64 (set breakpoint)
+PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object off" in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for ref (without RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: list children of ref (without RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: list children of ref.public (without RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: check ref->A (without RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ref (without RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for constRef (without RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: list children of constRef (without RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: list children of constRef.public (without RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: check constRef->A (without RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for constRef (without RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object on" in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for ref (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: list children of ref (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: list children of ref.Base (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: list children of ref.Base.public (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: list children of ref.public (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: check ref->A (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: check ref->B (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: check ref->C (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ref (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for constRef (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: list children of constRef (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: list children of constRef.Base (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: list children of constRef.Base.public (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: list children of constRef.public (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: check constRef->A (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: check constRef->B (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: check constRef->C (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for constRef (with RTTI) in use_rtti_for_ref
+PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:94 (set breakpoint)
+PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object off" in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for s (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.public (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.public (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.ptr->A (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtr (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtr.public (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.constPtr->A (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptrConst (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptrConst.public (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.ptrConst->A (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtrConst (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtrConst.public (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.constPtrConst->A (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for s (without RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object on" in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for s (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.public (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.Base (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.Base.public (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.public (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.ptr->A (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.ptr->B (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.ptr->C (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtr (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtr.Base (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtr.Base.public (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtr.public (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.constPtr->A (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.constPtr->B (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.constPtr->C (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptrConst (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptrConst.Base (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptrConst.Base.public (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptrConst.public (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.ptrConst->A (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.ptrConst->B (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.ptrConst->C (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtrConst (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtrConst.Base (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtrConst.Base.public (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constPtrConst.public (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.constPtrConst->A (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.constPtrConst->B (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.constPtrConst->C (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for s (with RTTI) in use_rtti_for_ptr_child
+PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:149 (set breakpoint)
+PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object off" in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for s (without RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s (without RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.public (without RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ref (without RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ref.public (without RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.ref->A (without RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constRef (without RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constRef.public (without RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.constRef->A (without RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for s (without RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object on" in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for s (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.public (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ref (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ref.Base (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ref.Base.public (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ref.public (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.ref->A (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.ref->B (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.ref->C (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constRef (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constRef.Base (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constRef.Base.public (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.constRef.public (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.constRef->A (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.constRef->B (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: check s.constRef->C (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for s (with RTTI) in use_rtti_for_ref_child
+PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:202 (set breakpoint)
+PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object off" in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for ptr (without RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (without RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.public (without RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: check ptr->A (without RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ptr (without RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for ref (without RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: list children of ref (without RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: list children of ref.public (without RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: check ref->A (without RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ref (without RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object on" in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for ptr (with RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (with RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.First (with RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base.public (with RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base (with RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base.public (with RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.public (with RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ptr (with RTTI) in use_rtti_with_multiple_inheritence
+PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:245 (set breakpoint)
+PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object on" in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for ptr in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (without RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.public (without RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for S in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.public in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr (without RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.public (without RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:269 (set breakpoint)
+PASS: gdb.mi/mi-var-rtti.exp: update ptr to derived in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base.public (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.public (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: check ptr->A (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: check ptr->B (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: check ptr->C (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: update s.ptr to derived in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.Base (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.Base.public (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.public (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: check s.ptr->A (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: check s.ptr->B (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: check s.ptr->C (with RTTI) in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:281 (set breakpoint)
+PASS: gdb.mi/mi-var-rtti.exp: update ptr back to base type in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ptr in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: update s.ptr back to base type in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for s in type_update_when_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:299 (set breakpoint)
+PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object off" in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for ptr in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (without RTTI) in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.public (without RTTI) in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: create varobj for S in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.public in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr (without RTTI) in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.public (without RTTI) in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:323 (set breakpoint)
+PASS: gdb.mi/mi-var-rtti.exp: update ptr to derived type in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (without RTTI) in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.public (without RTTI) in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: check ptr->A (without RTTI) in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: update s to derived type in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr (without RTTI) in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.public (without RTTI) in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: check s.ptr->A (without RTTI) in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:335 (set breakpoint)
+PASS: gdb.mi/mi-var-rtti.exp: update ptr back to base type in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ptr in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: update s back to base type in skip_type_update_when_not_use_rtti
+PASS: gdb.mi/mi-var-rtti.exp: delete varobj for s in skip_type_update_when_not_use_rtti
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-watch-nonstop.exp ...
UNSUPPORTED: gdb.mi/mi-watch-nonstop.exp: displaced stepping
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-watch.exp ...
@@ -1805,11 +2057,11 @@ PASS: gdb.mi/mi2-watch.exp: hw: watchpoint trigger
=== gdb Summary ===
-# of expected passes 1685
+# of expected passes 1934
# of unexpected failures 4
# of unexpected successes 2
# of expected failures 24
# of known failures 3
-# of unsupported tests 8
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+# of unsupported tests 9
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum
index c78f72e7..bb3bdbc0 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.modula2/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:37:45 2012
+Test Run By thomas on Fri Nov 9 02:49:15 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -20,5 +20,5 @@ PASS: gdb.modula2/unbounded-array.exp: print the 5th element of array a
=== gdb Summary ===
# of expected passes 8
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum
index 08bb60f5..d2970a93 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.multi/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:37:53 2012
+Test Run By thomas on Fri Nov 9 02:49:23 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -56,5 +56,5 @@ FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 1
# of expected passes 31
# of unexpected failures 10
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum
index adb03a12..5344ff90 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.objc/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:38:43 2012
+Test Run By thomas on Fri Nov 9 02:49:59 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -33,5 +33,5 @@ PASS: gdb.objc/print.exp: reject p 1.1ll
# of expected passes 9
# of known failures 4
# of unsupported tests 3
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum
index 90b23106..b263a546 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opencl/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:39:01 2012
+Test Run By thomas on Fri Nov 9 02:50:18 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -15,5 +15,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.opencl/vec_comps.exp ...
=== gdb Summary ===
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum
index 219c8533..de4abc2a 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.opt/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:39:04 2012
+Test Run By thomas on Fri Nov 9 02:50:21 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -115,5 +115,5 @@ PASS: gdb.opt/inline-locals.exp: print local (3)
# of expected passes 95
# of expected failures 1
# of known failures 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum
index 37b8591b..eceb7bf5 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.pascal/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:39:44 2012
+Test Run By thomas on Fri Nov 9 02:51:02 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -47,5 +47,5 @@ PASS: gdb.pascal/types.exp: pt 10E20
# of expected passes 23
# of known failures 1
# of unsupported tests 4
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum
index 7dbeec15..68b91bd1 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.python/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:39:57 2012
+Test Run By thomas on Fri Nov 9 02:51:15 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -273,6 +273,100 @@ PASS: gdb.python/py-evsignal.exp: set target-async on
UNSUPPORTED: gdb.python/py-evsignal.exp: non-stop mode is unsupported
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-evthreads.exp ...
UNSUPPORTED: gdb.python/py-evthreads.exp: displaced stepping
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-explore-cc.exp ...
+PASS: gdb.python/py-explore-cc.exp: continue to breakpoint: Break here
+PASS: gdb.python/py-explore-cc.exp: explore A
+PASS: gdb.python/py-explore-cc.exp: explore a
+PASS: gdb.python/py-explore-cc.exp: explore int_ref
+PASS: gdb.python/py-explore-cc.exp: explore int_ptr_ref
+PASS: gdb.python/py-explore-cc.exp: explore_int_ptr_ref_as_single_value_pointer
+PASS: gdb.python/py-explore-cc.exp: explore b
+PASS: gdb.python/py-explore-cc.exp: explore_base_class_A
+PASS: gdb.python/py-explore-cc.exp: return_to_b_from_A
+PASS: gdb.python/py-explore-cc.exp: explore_field_i_of_b
+PASS: gdb.python/py-explore-cc.exp: return_to_b_from_i
+PASS: gdb.python/py-explore-cc.exp: explore_field_c_of_b
+PASS: gdb.python/py-explore-cc.exp: return_to_b_from_i
+PASS: gdb.python/py-explore-cc.exp: return_to_gdb_prompt_from_b
+PASS: gdb.python/py-explore-cc.exp: explore B
+PASS: gdb.python/py-explore-cc.exp: explore_base_class_A
+PASS: gdb.python/py-explore-cc.exp: return_to_B
+PASS: gdb.python/py-explore-cc.exp: explore_field_i_of_B
+PASS: gdb.python/py-explore-cc.exp: return_to_B_from_i
+PASS: gdb.python/py-explore-cc.exp: explore_field_c_of_B
+PASS: gdb.python/py-explore-cc.exp: return_to_B_from_c
+PASS: gdb.python/py-explore-cc.exp: return_to_gdb_prompt_from_B
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-explore.exp ...
+PASS: gdb.python/py-explore.exp: continue to breakpoint: Break here
+PASS: gdb.python/py-explore.exp: explore i
+PASS: gdb.python/py-explore.exp: explore ss
+PASS: gdb.python/py-explore.exp: explore *ss_ptr
+PASS: gdb.python/py-explore.exp: explore ss_t
+PASS: gdb.python/py-explore.exp: explore ss_ptr
+PASS: gdb.python/py-explore.exp: explore ss_ptr as single value pointer
+PASS: gdb.python/py-explore.exp: explore darray_ref
+PASS: gdb.python/py-explore.exp: no_to_explore_as_pointer
+PASS: gdb.python/py-explore.exp: explore_as_array
+PASS: gdb.python/py-explore.exp: explore_as_array_index_2
+PASS: gdb.python/py-explore.exp: end explore_as_array_index_2
+PASS: gdb.python/py-explore.exp: end explore_as_array
+PASS: gdb.python/py-explore.exp: explore su
+PASS: gdb.python/py-explore.exp: explore su.d
+PASS: gdb.python/py-explore.exp: end su.d exploration
+PASS: gdb.python/py-explore.exp: end su exploration
+PASS: gdb.python/py-explore.exp: explore cs
+PASS: gdb.python/py-explore.exp: explore cs.s
+PASS: gdb.python/py-explore.exp: end cs.s exploration
+PASS: gdb.python/py-explore.exp: end cs exploration
+PASS: gdb.python/py-explore.exp: explore cu
+PASS: gdb.python/py-explore.exp: explore cu.sa
+PASS: gdb.python/py-explore.exp: explore cu.sa[0]
+PASS: gdb.python/py-explore.exp: end cu.sa[0] exploration
+PASS: gdb.python/py-explore.exp: end cu.sa exploration
+PASS: gdb.python/py-explore.exp: end cu exploration
+PASS: gdb.python/py-explore.exp: explore int
+PASS: gdb.python/py-explore.exp: explore struct SimpleStruct
+PASS: gdb.python/py-explore.exp: explore type struct SimpleStruct feild 0
+PASS: gdb.python/py-explore.exp: return to struct SimpleStruct from field 0
+PASS: gdb.python/py-explore.exp: explore type struct SimpleStruct feild 1
+PASS: gdb.python/py-explore.exp: return to struct SimpleStruct from field 1
+PASS: gdb.python/py-explore.exp: return to GDB prompt from struct SimpleStruct
+PASS: gdb.python/py-explore.exp: explore union SimpleUnion
+PASS: gdb.python/py-explore.exp: explore type union SimpleUnion feild 0
+PASS: gdb.python/py-explore.exp: return to union SimpleUnion from field 0
+PASS: gdb.python/py-explore.exp: explore type union SimpleUnion feild 1
+PASS: gdb.python/py-explore.exp: return to union SimpleUnion from field 1
+PASS: gdb.python/py-explore.exp: explore type union SimpleUnion feild 2
+PASS: gdb.python/py-explore.exp: return to union SimpleUnion from field 2
+PASS: gdb.python/py-explore.exp: explore type union SimpleUnion feild 3
+PASS: gdb.python/py-explore.exp: return to union SimpleUnion from field 3
+PASS: gdb.python/py-explore.exp: return to GDB prompt from union SimpleUnion
+PASS: gdb.python/py-explore.exp: explore SS
+PASS: gdb.python/py-explore.exp: explore type SS feild 0
+PASS: gdb.python/py-explore.exp: return to SS from field 0
+PASS: gdb.python/py-explore.exp: explore type SS feild 1
+PASS: gdb.python/py-explore.exp: return to SS field 1
+PASS: gdb.python/py-explore.exp: return to GDB prompt from SS
+PASS: gdb.python/py-explore.exp: explore type struct ComplexStruct
+PASS: gdb.python/py-explore.exp: explore type struct ComplexStruct field 0
+PASS: gdb.python/py-explore.exp: return to ComplexStruct from field 0
+PASS: gdb.python/py-explore.exp: explore type struct ComplexStruct field 1
+PASS: gdb.python/py-explore.exp: return to ComplexStruct from field 1
+PASS: gdb.python/py-explore.exp: explore type struct ComplexStruct field 2
+PASS: gdb.python/py-explore.exp: return to ComplexStruct from field 2
+PASS: gdb.python/py-explore.exp: return to GDB prompt from ComplexStruct type exploration
+PASS: gdb.python/py-explore.exp: explore type union ComplexUnion
+PASS: gdb.python/py-explore.exp: explore type union ComplexUnion field 0
+PASS: gdb.python/py-explore.exp: return to ComplexUnion from field 0
+PASS: gdb.python/py-explore.exp: explore type union ComplexUnion field 1
+PASS: gdb.python/py-explore.exp: return to ComplexUnion from field 1
+PASS: gdb.python/py-explore.exp: return to GDB prompt from ComplexUnion type exploration
+PASS: gdb.python/py-explore.exp: explore type union ComplexUnion
+PASS: gdb.python/py-explore.exp: explore type union ComplexUnion field 0
+PASS: gdb.python/py-explore.exp: return to ComplexUnion from field 0
+PASS: gdb.python/py-explore.exp: explore type union ComplexUnion field 1
+PASS: gdb.python/py-explore.exp: return to ComplexUnion from field 1
+PASS: gdb.python/py-explore.exp: return to GDB prompt from ComplexUnion type exploration
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-finish-breakpoint.exp ...
PASS: gdb.python/py-finish-breakpoint.exp: disable confirmation
PASS: gdb.python/py-finish-breakpoint.exp: import python scripts
@@ -319,7 +413,7 @@ PASS: gdb.python/py-finish-breakpoint.exp: set FinishBP after the exit()
PASS: gdb.python/py-finish-breakpoint.exp: catch out of scope after exit
PASS: gdb.python/py-finish-breakpoint.exp: set FinishBP after the exec
PASS: gdb.python/py-finish-breakpoint.exp: catch exec
-FAIL: gdb.python/py-finish-breakpoint.exp: catch out of scope after exec
+PASS: gdb.python/py-finish-breakpoint.exp: catch out of scope after exec
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-finish-breakpoint2.exp ...
PASS: gdb.python/py-finish-breakpoint2.exp: import python scripts
PASS: gdb.python/py-finish-breakpoint2.exp: run to exception 1
@@ -587,7 +681,8 @@ PASS: gdb.python/py-mi.exp: list children of fake
PASS: gdb.python/py-mi.exp: list children fake.private
PASS: gdb.python/py-mi.exp: Install visualizer on a cplus_fake_child
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-objfile-script.exp ...
-PASS: gdb.python/py-objfile-script.exp: info auto-load-scripts
+PASS: gdb.python/py-objfile-script.exp: set auto-load safe-path
+PASS: gdb.python/py-objfile-script.exp: info auto-load python-scripts
PASS: gdb.python/py-objfile-script.exp: b 38
PASS: gdb.python/py-objfile-script.exp: continue
PASS: gdb.python/py-objfile-script.exp: print ss
@@ -833,9 +928,10 @@ PASS: gdb.python/py-prompt.exp: show prompt gets the correct result 4
PASS: gdb.python/py-prompt.exp: retrieving the prompt causes no extra prompt_hook calls 4
PASS: gdb.python/py-prompt.exp: prompt_hook argument is default prompt. 4
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-section-script.exp ...
-PASS: gdb.python/py-section-script.exp: info auto-load-scripts
-PASS: gdb.python/py-section-script.exp: info auto-load-scripts py-section-script
-PASS: gdb.python/py-section-script.exp: info auto-load-scripts no-script-matches-this
+PASS: gdb.python/py-section-script.exp: set auto-load safe-path
+PASS: gdb.python/py-section-script.exp: info auto-load python-scripts
+PASS: gdb.python/py-section-script.exp: info auto-load python-scripts py-section-script
+PASS: gdb.python/py-section-script.exp: info auto-load python-scripts no-script-matches-this
PASS: gdb.python/py-section-script.exp: b 51
PASS: gdb.python/py-section-script.exp: continue
PASS: gdb.python/py-section-script.exp: print ss
@@ -905,6 +1001,12 @@ PASS: gdb.python/py-symtab.exp: Test symtab.filename
PASS: gdb.python/py-symtab.exp: Test symtab.objfile
PASS: gdb.python/py-symtab.exp: Test symtab.fullname
PASS: gdb.python/py-symtab.exp: Test symtab.is_valid()
+PASS: gdb.python/py-symtab.exp: Test qq in global symbols
+PASS: gdb.python/py-symtab.exp: Test func in global symbols
+PASS: gdb.python/py-symtab.exp: Test main in global symbols
+PASS: gdb.python/py-symtab.exp: Test int in static symbols
+PASS: gdb.python/py-symtab.exp: Test char in static symbols
+PASS: gdb.python/py-symtab.exp: Test simple_struct in static symbols
PASS: gdb.python/py-symtab.exp: Test sal.is_valid
PASS: gdb.python/py-symtab.exp: Test symtab.is_valid()
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-template.exp ...
@@ -1383,11 +1485,16 @@ PASS: gdb.python/python.exp: set the hook to default
PASS: gdb.python/python.exp: Test print-backtrace set setting
PASS: gdb.python/python.exp: set hook
PASS: gdb.python/python.exp: set the hook to default
+PASS: gdb.python/python.exp: Get line number of func2 call site
+PASS: gdb.python/python.exp: Test find_pc_line at func2 call site
+PASS: gdb.python/python.exp: Step into func2
+PASS: gdb.python/python.exp: Step out of func2
+PASS: gdb.python/python.exp: Test find_pc_line with resume address
=== gdb Summary ===
-# of expected passes 1334
-# of unexpected failures 8
+# of expected passes 1440
+# of unexpected failures 7
# of unsupported tests 2
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum
index 7737dc36..1bb49610 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.reverse/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:47:26 2012
+Test Run By thomas on Fri Nov 9 02:59:04 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -35,5 +35,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.reverse/watch-reverse.exp ..
=== gdb Summary ===
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum
index 8deacf92..2103761f 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.server/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:47:28 2012
+Test Run By thomas on Fri Nov 9 02:59:06 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -16,10 +16,11 @@ PASS: gdb.server/server-exec-info.exp: set sysroot remote:
FAIL: gdb.server/server-exec-info.exp: info files
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.server/server-mon.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.server/server-run.exp ...
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.server/solib-list.exp ...
=== gdb Summary ===
# of expected passes 2
# of unexpected failures 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum
index d6c38bff..f40aff4d 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.stabs/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:48:41 2012
+Test Run By thomas on Fri Nov 9 03:00:19 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -234,5 +234,5 @@ XFAIL: gdb.stabs/weird.exp: p common0var2
# of expected passes 212
# of expected failures 7
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum
index 163b4986..77589830 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.threads/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 21:49:15 2012
+Test Run By thomas on Fri Nov 9 03:00:53 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -13,6 +13,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/bp_in_thread.exp ...
PASS: gdb.threads/bp_in_thread.exp: successfully compiled posix threads test case
PASS: gdb.threads/bp_in_thread.exp: breakpoint on noreturn
FAIL: gdb.threads/bp_in_thread.exp: run to noreturn
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/clone-new-thread-event.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/corethreads.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/current-lwp-dead.exp ...
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/execl.exp ...
@@ -122,8 +123,8 @@ PASS: gdb.threads/manythreads.exp: give a name to the thread
PASS: gdb.threads/manythreads.exp: check thread name
PASS: gdb.threads/manythreads.exp: second continue
PASS: gdb.threads/manythreads.exp: check for duplicate SIGINT
-FAIL: gdb.threads/manythreads.exp: stop threads 2 (timeout)
-FAIL: gdb.threads/manythreads.exp: GDB exits after stopping multithreaded program (timeout)
+PASS: gdb.threads/manythreads.exp: stop threads 2
+PASS: gdb.threads/manythreads.exp: GDB exits after stopping multithreaded program
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/multi-create.exp ...
UNSUPPORTED: gdb.threads/multi-create.exp: Couldn't compile ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/multi-create.c: unrecognized error
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp ...
@@ -433,10 +434,10 @@ FAIL: gdb.threads/watchthreads2.exp: all threads started
=== gdb Summary ===
-# of expected passes 175
-# of unexpected failures 156
+# of expected passes 177
+# of unexpected failures 154
# of unresolved testcases 1
# of untested testcases 2
# of unsupported tests 6
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum
index 020f59f0..c99d5842 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.trace/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 22:05:45 2012
+Test Run By thomas on Fri Nov 9 03:18:23 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -111,6 +111,8 @@ PASS: gdb.trace/deltrace.exp: 3.3c: verify delete three tracepoints
PASS: gdb.trace/deltrace.exp: 3.4: delete invalid tracepoint number
PASS: gdb.trace/deltrace.exp: 3.5: delete tracepoint number zero
PASS: gdb.trace/deltrace.exp: 3.6: help delete tracepoints
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/disconnected-tracing.exp ...
+UNSUPPORTED: gdb.trace/disconnected-tracing.exp: target does not support reconnect
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/ftrace.exp ...
UNSUPPORTED: gdb.trace/ftrace.exp: target does not support trace
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/infotrace.exp ...
@@ -185,10 +187,13 @@ PASS: gdb.trace/save-trace.exp: 10.4: read saved tracepoints, full path
PASS: gdb.trace/save-trace.exp: 10.3: verify recovered tracepoints, full path
PASS: gdb.trace/save-trace.exp: 10: show default-collect
PASS: gdb.trace/save-trace.exp: 10.7: help save-tracepoints
+Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/stap-trace.exp ...
+gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/stap-trace.c:34:21: fatal error: sys/sdt.h: No such file or directory
+compilation terminated.
+UNTESTED: gdb.trace/stap-trace.exp: Could not compile stap-trace.c
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/status-stop.exp ...
UNSUPPORTED: gdb.trace/status-stop.exp: target does not support trace
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/strace.exp ...
-gdb compile failed, gcc: error: [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../gdbserver/libinproctrace.so: No such file or directory
UNTESTED: gdb.trace/strace.exp: UST library or headers are not installed
Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/tfile.exp ...
PASS: gdb.trace/tfile.exp: target tfile
@@ -270,7 +275,7 @@ PASS: gdb.trace/while-stepping.exp: 5.16: confirm actions, step without collecti
=== gdb Summary ===
# of expected passes 210
-# of untested testcases 2
-# of unsupported tests 17
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+# of untested testcases 3
+# of unsupported tests 18
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum
index 63e9f6f5..6ac3bf72 100644
--- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum
+++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.xml/gdb.sum
@@ -1,4 +1,4 @@
-Test Run By thomas on Thu Nov 8 22:08:56 2012
+Test Run By thomas on Fri Nov 9 03:21:49 2012
Native configuration is i686-unknown-gnu0.3
=== gdb tests ===
@@ -41,5 +41,5 @@ PASS: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/loop.xml
# of expected passes 24
# of known failures 1
-[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120401-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory
+[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120615-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory