diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-08 16:53:23 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-08 16:53:23 +0100 |
commit | 3d82d9f8c538a2bd3e3a6398e5431c3758943e9f (patch) | |
tree | e0afb5f8fd437ad31026fd4725ab073cb873f095 /gdb/coulomb.SCHWINGE/test | |
parent | da70badc277df3d9fa2bcf35fed9a694e5d1880e (diff) |
gdb: fe19822761b4635f392875a186e48af446b40f41 (2012-01-01)
Diffstat (limited to 'gdb/coulomb.SCHWINGE/test')
27 files changed, 615 insertions, 268 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 9ecc5e26..92554df8 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 Tue Nov 6 15:26:10 2012 +Test Run By thomas on Thu Nov 8 01:56:12 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -79,21 +79,7 @@ PASS: gdb.ada/call_pn.exp: print pn (4321) PASS: gdb.ada/call_pn.exp: print last_node_id after calling pn Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/catch_ex.exp ... PASS: gdb.ada/catch_ex.exp: compilation foo.adb -FAIL: gdb.ada/catch_ex.exp: insert catchpoint on all Ada exceptions -FAIL: gdb.ada/catch_ex.exp: info break, catch all Ada exceptions -FAIL: gdb.ada/catch_ex.exp: continuing to first exception (the program exited) -FAIL: gdb.ada/catch_ex.exp: continuing to second exception (the program is no longer running) -FAIL: gdb.ada/catch_ex.exp: insert catchpoint on Program_Error -FAIL: gdb.ada/catch_ex.exp: insert catchpoint on failed assertions -FAIL: gdb.ada/catch_ex.exp: insert catchpoint on unhandled exceptions -FAIL: gdb.ada/catch_ex.exp: info break, second run -FAIL: gdb.ada/catch_ex.exp: continuing to Program_Error exception (the program exited) -FAIL: gdb.ada/catch_ex.exp: continuing to failed assertion (the program is no longer running) -FAIL: gdb.ada/catch_ex.exp: continuing to unhandled exception (the program is no longer running) -FAIL: gdb.ada/catch_ex.exp: continuing to program completion (the program is no longer running) -FAIL: gdb.ada/catch_ex.exp: tcatch exception -FAIL: gdb.ada/catch_ex.exp: continuing to temporary catchpoint (the program exited) -FAIL: gdb.ada/catch_ex.exp: continuing to program completion (the program is no longer running) +UNSUPPORTED: gdb.ada/catch_ex.exp: insert catchpoint on all Ada exceptions Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/char_enum.exp ... PASS: gdb.ada/char_enum.exp: compilation foo.adb PASS: gdb.ada/char_enum.exp: print Char_Enum_Type'('B') @@ -170,6 +156,12 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/frame_args.exp ... PASS: gdb.ada/frame_args.exp: compilation foo.adb PASS: gdb.ada/frame_args.exp: set print frame-arguments scalars PASS: gdb.ada/frame_args.exp: display frame 1 with frame-arguments set to scalars +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/fullname_bp.exp ... +PASS: gdb.ada/fullname_bp.exp: compilation foo.adb +PASS: gdb.ada/fullname_bp.exp: break pck.hello +PASS: gdb.ada/fullname_bp.exp: break pck.adb:pck.hello +PASS: gdb.ada/fullname_bp.exp: break Pck.Hello +PASS: gdb.ada/fullname_bp.exp: break pck.adb:Pck.Hello Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/fun_addr.exp ... PASS: gdb.ada/fun_addr.exp: compilation foo.adb PASS: gdb.ada/fun_addr.exp: print foo'address @@ -182,6 +174,9 @@ PASS: gdb.ada/funcall_param.exp: compilation foo.adb PASS: gdb.ada/funcall_param.exp: p ident (ident (my_parameter)) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/homonym.exp ... PASS: gdb.ada/homonym.exp: compilation homonym_main.adb +PASS: gdb.ada/homonym.exp: set breakpoint at Get_Value +PASS: gdb.ada/homonym.exp: set breakpoint at homonym.adb:Get_Value +PASS: gdb.ada/homonym.exp: set breakpoint at <homonym__get_value> PASS: gdb.ada/homonym.exp: ptype local_type at BREAK_1 PASS: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1 PASS: gdb.ada/homonym.exp: ptype int_type at BREAK_1 @@ -212,20 +207,13 @@ PASS: gdb.ada/lang_switch.exp: set lang c PASS: gdb.ada/lang_switch.exp: backtrace Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/mi_catch_ex.exp ... PASS: gdb.ada/mi_catch_ex.exp: compilation foo.adb -FAIL: gdb.ada/mi_catch_ex.exp: insert catchpoint on all Ada exceptions -PASS: gdb.ada/mi_catch_ex.exp: breakpoint at main -PASS: gdb.ada/mi_catch_ex.exp: mi runto main -FAIL: gdb.ada/mi_catch_ex.exp: continue to exception catchpoint hit (unknown output after running) -FAIL: gdb.ada/mi_catch_ex.exp: continue to exception catchpoint hit (MI error) -FAIL: gdb.ada/mi_catch_ex.exp: continue to exception catchpoint hit (timeout) -PASS: gdb.ada/mi_catch_ex.exp: breakpoint at main -PASS: gdb.ada/mi_catch_ex.exp: mi runto main -FAIL: gdb.ada/mi_catch_ex.exp: continue to exception catchpoint hit (failed to resume) -FAIL: gdb.ada/mi_catch_ex.exp: continue to exception catchpoint hit (unknown output after running) -FAIL: gdb.ada/mi_catch_ex.exp: continue to exception catchpoint hit (MI error) -FAIL: gdb.ada/mi_catch_ex.exp: continue to exception catchpoint hit (timeout) -FAIL: gdb.ada/mi_catch_ex.exp: continue to exception catchpoint hit (failed to resume) -FAIL: gdb.ada/mi_catch_ex.exp: continue to exception catchpoint hit (unknown output after running) +UNSUPPORTED: gdb.ada/mi_catch_ex.exp: insert catchpoint on all Ada exceptions +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/mi_task_info.exp ... +PASS: gdb.ada/mi_task_info.exp: compilation task_switch.adb +PASS: gdb.ada/mi_task_info.exp: breakpoint at task_switch.break_me +FAIL: gdb.ada/mi_task_info.exp: mi runto task_switch.break_me (unknown output after running) +FAIL: gdb.ada/mi_task_info.exp: -ada-task-info with no argument +FAIL: gdb.ada/mi_task_info.exp: -ada-task-info 3 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/mod_from_name.exp ... PASS: gdb.ada/mod_from_name.exp: compilation foo.adb PASS: gdb.ada/mod_from_name.exp: print xp @@ -286,6 +274,10 @@ PASS: gdb.ada/ref_tick_size.exp: print d1'size = d2'size Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/same_enum.exp ... PASS: gdb.ada/same_enum.exp: compilation a.adb PASS: gdb.ada/same_enum.exp: print red +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/small_reg_param.exp ... +PASS: gdb.ada/small_reg_param.exp: compilation foo.adb +PASS: gdb.ada/small_reg_param.exp: continue to call_me +PASS: gdb.ada/small_reg_param.exp: print w Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/start.exp ... PASS: gdb.ada/start.exp: compilation dummy.adb PASS: gdb.ada/start.exp: start @@ -307,6 +299,28 @@ PASS: gdb.ada/tagged.exp: ptype segm PASS: gdb.ada/tagged.exp: print segm PASS: gdb.ada/tagged.exp: ptype obj PASS: gdb.ada/tagged.exp: print obj +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/task_bp.exp ... +PASS: gdb.ada/task_bp.exp: compilation foo.adb +PASS: gdb.ada/task_bp.exp: break pck.dummy_task - from psymtab +FAIL: gdb.ada/task_bp.exp: run to pck.dummy_task - from psymtab +PASS: gdb.ada/task_bp.exp: break dummy_task - from psymtab +FAIL: gdb.ada/task_bp.exp: run to dummy_task - from psymtab +PASS: gdb.ada/task_bp.exp: break pck.adb:pck.dummy_task - from psymtab +FAIL: gdb.ada/task_bp.exp: run to pck.adb:pck.dummy_task - from psymtab +PASS: gdb.ada/task_bp.exp: break pck.adb:dummy_task - from psymtab +FAIL: gdb.ada/task_bp.exp: run to pck.adb:dummy_task - from psymtab +PASS: gdb.ada/task_bp.exp: expanding symtab for pck.dummy_task +PASS: gdb.ada/task_bp.exp: break pck.dummy_task - from full symtab +FAIL: gdb.ada/task_bp.exp: run to pck.dummy_task - from full symtab +PASS: gdb.ada/task_bp.exp: expanding symtab for dummy_task +PASS: gdb.ada/task_bp.exp: break dummy_task - from full symtab +FAIL: gdb.ada/task_bp.exp: run to dummy_task - from full symtab +PASS: gdb.ada/task_bp.exp: expanding symtab for pck.adb:pck.dummy_task +PASS: gdb.ada/task_bp.exp: break pck.adb:pck.dummy_task - from full symtab +FAIL: gdb.ada/task_bp.exp: run to pck.adb:pck.dummy_task - from full symtab +PASS: gdb.ada/task_bp.exp: expanding symtab for pck.adb:dummy_task +PASS: gdb.ada/task_bp.exp: break pck.adb:dummy_task - from full symtab +FAIL: gdb.ada/task_bp.exp: run to pck.adb:dummy_task - from full symtab Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/tasks.exp ... PASS: gdb.ada/tasks.exp: compilation foo.adb FAIL: gdb.ada/tasks.exp: info tasks before inserting breakpoint @@ -347,8 +361,9 @@ PASS: gdb.ada/widewide.exp: print my_wws(2) === gdb Summary === -# of expected passes 237 -# of unexpected failures 40 +# of expected passes 259 +# of unexpected failures 26 # of expected failures 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +# of unsupported tests 2 +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120101-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 7b7cb36d..7dce9938 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 Tue Nov 6 15:31:40 2012 +Test Run By thomas on Thu Nov 8 02:01:28 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -236,5 +236,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/vsx-regs.exp ... # of expected passes 134 # of unexpected failures 41 # of known failures 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-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.20120101-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 7f212ff8..d00f1abe 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 Tue Nov 6 15:33:22 2012 +Test Run By thomas on Thu Nov 8 02:03:06 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.3.50.20111016-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.20120101-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 c3304217..34670de1 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 Tue Nov 6 14:41:25 2012 +Test Run By thomas on Thu Nov 8 01:10:02 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -50,10 +50,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/condbreak.exp ... PASS: gdb.base/condbreak.exp: breakpoint function PASS: gdb.base/condbreak.exp: break marker1 if 1==1 PASS: gdb.base/condbreak.exp: delete 2 -PASS: gdb.base/condbreak.exp: break break.c:97 if 1==1 +PASS: gdb.base/condbreak.exp: break break.c:93 if 1==1 PASS: gdb.base/condbreak.exp: delete 3 PASS: gdb.base/condbreak.exp: break marker1 if (1==1) -PASS: gdb.base/condbreak.exp: break break.c:97 if (1==1) +PASS: gdb.base/condbreak.exp: break break.c:93 if (1==1) PASS: gdb.base/condbreak.exp: break marker2 if (a==43) PASS: gdb.base/condbreak.exp: break marker3 if (multi_line_if_conditional(1,1,1)==0) PASS: gdb.base/condbreak.exp: break marker4 @@ -196,6 +196,9 @@ PASS: gdb.base/all-bin.exp: print value of v_int&&v_signed_long PASS: gdb.base/all-bin.exp: print value of v_int&&v_unsigned_long PASS: gdb.base/all-bin.exp: print value of v_int&&v_float PASS: gdb.base/all-bin.exp: print value of v_int&&v_double +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/attach-pie-noexec.exp ... +PASS: gdb.base/attach-pie-noexec.exp: show architecture +FAIL: gdb.base/attach-pie-noexec.exp: running to main in runto Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/bitfields2.exp ... PASS: gdb.base/bitfields2.exp: set print sevenbit-strings PASS: gdb.base/bitfields2.exp: break tester prior to break1 @@ -657,18 +660,44 @@ 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 ... 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 +PASS: gdb.base/linespecs.exp: list c:/foo/bar/baz.c +PASS: gdb.base/linespecs.exp: list fooc:/foo/bar/baz.c:1 +PASS: gdb.base/linespecs.exp: list fooc:/foo/bar/baz.c Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/kill-after-signal.exp ... PASS: gdb.base/kill-after-signal.exp: handle SIGUSR1 stop print pass PASS: gdb.base/kill-after-signal.exp: continue PASS: gdb.base/kill-after-signal.exp: stepi PASS: gdb.base/kill-after-signal.exp: kill Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/info-macros.exp ... -PASS: gdb.base/info-macros.exp: info definitions FOO 1 +PASS: gdb.base/info-macros.exp: info macro -- -all +PASS: gdb.base/info-macros.exp: info macro -- -all +PASS: gdb.base/info-macros.exp: info macro -all -- +PASS: gdb.base/info-macros.exp: info macro -all -- +PASS: gdb.base/info-macros.exp: info macro -all -- +PASS: gdb.base/info-macros.exp: info macro -- +PASS: gdb.base/info-macros.exp: 'info macro -- ' +PASS: gdb.base/info-macros.exp: 'info macro -- ' +PASS: gdb.base/info-macros.exp: info macro -invalid-option 1 +PASS: gdb.base/info-macros.exp: info macro -invalid-option +PASS: gdb.base/info-macros.exp: info macro -invalid-option FOO +PASS: gdb.base/info-macros.exp: info macro -invalid-option FOO +PASS: gdb.base/info-macros.exp: info macro -- FOO +PASS: gdb.base/info-macros.exp: info macro -- FOO +PASS: gdb.base/info-macros.exp: info macro -- FOO +PASS: gdb.base/info-macros.exp: info macro FOO +PASS: gdb.base/info-macros.exp: info macro FOO +PASS: gdb.base/info-macros.exp: info macro -a FOO 1 +PASS: gdb.base/info-macros.exp: info macro -a -- FOO 1 +PASS: gdb.base/info-macros.exp: info macro -all -- FOO 1 +PASS: gdb.base/info-macros.exp: info macro -a -- FOO +PASS: gdb.base/info-macros.exp: info macro -a -- FOO PASS: gdb.base/info-macros.exp: info macros 2 -PASS: gdb.base/info-macros.exp: info macros 4 +PASS: gdb.base/info-macros.exp: info macros 3 PASS: gdb.base/info-macros.exp: info macros 4 PASS: gdb.base/info-macros.exp: info macros *$pc -PASS: gdb.base/info-macros.exp: info macros *$pc 5 +PASS: gdb.base/info-macros.exp: info macros 5 PASS: gdb.base/info-macros.exp: info macros 6 PASS: gdb.base/info-macros.exp: info macros 7 KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42 (PRMS: gdb/NNNN) @@ -1386,6 +1415,8 @@ PASS: gdb.base/logical.exp: evaluate x >= y && w != z; variables x = 2, y = 2, w PASS: gdb.base/logical.exp: evaluate ! x > y || w + z; variables x = 2, y = 2, w = 2, z = 3; expecting 1 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/async-shell.exp ... UNSUPPORTED: gdb.base/async-shell.exp: displaced stepping +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/infoline.exp ... +PASS: gdb.base/infoline.exp: info line infoline.c:18 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/fixsection.exp ... PASS: gdb.base/fixsection.exp: breakpoint at static_fun Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/annota3.exp ... @@ -1614,6 +1645,14 @@ PASS: gdb.base/memattr.exp: mem 2 and 4 were deleted PASS: gdb.base/memattr.exp: delete mem 2-4 PASS: gdb.base/memattr.exp: mem 2-4 were deleted PASS: gdb.base/memattr.exp: delete non-existant region +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/dmsym.exp ... +PASS: gdb.base/dmsym.exp: set lang ada +PASS: gdb.base/dmsym.exp: break pck__foo__bar__minsym +PASS: gdb.base/dmsym.exp: info line pck__foo__bar__minsym +PASS: gdb.base/dmsym.exp: set lang auto +PASS: gdb.base/dmsym.exp: Run until breakpoint at BREAK +PASS: gdb.base/dmsym.exp: continue +PASS: gdb.base/dmsym.exp: print val Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/completion.exp ... PASS: gdb.base/completion.exp: complete 'hfgfh' PASS: gdb.base/completion.exp: complete 'show output' @@ -3128,6 +3167,7 @@ PASS: gdb.base/break.exp: catch requires an event name PASS: gdb.base/break.exp: set catch fork, never expected to trigger 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 PASS: gdb.base/break.exp: until bp_location1 PASS: gdb.base/break.exp: break on default location, 1st time @@ -3980,47 +4020,6 @@ PASS: gdb.base/charset.exp: assign string to long array Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/fortran-sym-case.exp ... PASS: gdb.base/fortran-sym-case.exp: set language fortran PASS: gdb.base/fortran-sym-case.exp: frame -Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/break-always.exp ... -PASS: gdb.base/break-always.exp: set breakpoint always-inserted on -PASS: gdb.base/break-always.exp: confirm breakpoint always-inserted -PASS: gdb.base/break-always.exp: set breakpoint on bar -PASS: gdb.base/break-always.exp: set 2nd breakpoint on bar -PASS: gdb.base/break-always.exp: set 3rd breakpoint on bar -PASS: gdb.base/break-always.exp: set 4th breakpoint on bar -PASS: gdb.base/break-always.exp: initial check breakpoint state -PASS: gdb.base/break-always.exp: initial disable all breakpoints -PASS: gdb.base/break-always.exp: initial enable all breakpoints -PASS: gdb.base/break-always.exp: re-disable all breakpoints -PASS: gdb.base/break-always.exp: enable 3.A -PASS: gdb.base/break-always.exp: disable 3.B -PASS: gdb.base/break-always.exp: enable 3.C -PASS: gdb.base/break-always.exp: enable 2.D -PASS: gdb.base/break-always.exp: disable 2.E -PASS: gdb.base/break-always.exp: disable 3.F -PASS: gdb.base/break-always.exp: enable 3.G -PASS: gdb.base/break-always.exp: enable 2.H -PASS: gdb.base/break-always.exp: disable 2.I -PASS: gdb.base/break-always.exp: before re-enable check breakpoint state -PASS: gdb.base/break-always.exp: re-enable all breakpoints -PASS: gdb.base/break-always.exp: continue to breakpoint: bar -Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/call-rt-st.exp ... -PASS: gdb.base/call-rt-st.exp: set print sevenbit-strings -PASS: gdb.base/call-rt-st.exp: set print address off -PASS: gdb.base/call-rt-st.exp: set width 0 -PASS: gdb.base/call-rt-st.exp: breakpoint loop_count -PASS: gdb.base/call-rt-st.exp: continue to loop_count -PASS: gdb.base/call-rt-st.exp: finish out from loop_count (line 777) -PASS: gdb.base/call-rt-st.exp: print print_struct_rep(*struct1) -PASS: gdb.base/call-rt-st.exp: print print_one_large_struct(*list1) -PASS: gdb.base/call-rt-st.exp: print print_one_double(*d1) -PASS: gdb.base/call-rt-st.exp: print print_two_floats(*f3) -PASS: gdb.base/call-rt-st.exp: print print_bit_flags_char(*cflags) -PASS: gdb.base/call-rt-st.exp: print print_bit_flags_short(*sflags) -PASS: gdb.base/call-rt-st.exp: print print_bit_flags(*flags) -PASS: gdb.base/call-rt-st.exp: print print_bit_flags_combo(*flags_combo) -PASS: gdb.base/call-rt-st.exp: print print_three_chars(*three_char) -PASS: gdb.base/call-rt-st.exp: print print_five_chars(*five_char) -PASS: gdb.base/call-rt-st.exp: print print_int_char_combo(*int_char_combo) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/constvars.exp ... PASS: gdb.base/constvars.exp: break marker1 PASS: gdb.base/constvars.exp: continue to marker1 @@ -4132,6 +4131,54 @@ PASS: gdb.base/constvars.exp: ptype lush PASS: gdb.base/constvars.exp: ptype lynx PASS: gdb.base/constvars.exp: ptype crass PASS: gdb.base/constvars.exp: ptype crisp +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/break-always.exp ... +PASS: gdb.base/break-always.exp: set breakpoint always-inserted on +PASS: gdb.base/break-always.exp: confirm breakpoint always-inserted +PASS: gdb.base/break-always.exp: set breakpoint on bar +PASS: gdb.base/break-always.exp: set 2nd breakpoint on bar +PASS: gdb.base/break-always.exp: set 3rd breakpoint on bar +PASS: gdb.base/break-always.exp: set 4th breakpoint on bar +PASS: gdb.base/break-always.exp: initial check breakpoint state +PASS: gdb.base/break-always.exp: initial disable all breakpoints +PASS: gdb.base/break-always.exp: initial enable all breakpoints +PASS: gdb.base/break-always.exp: re-disable all breakpoints +PASS: gdb.base/break-always.exp: enable 3.A +PASS: gdb.base/break-always.exp: disable 3.B +PASS: gdb.base/break-always.exp: enable 3.C +PASS: gdb.base/break-always.exp: enable 2.D +PASS: gdb.base/break-always.exp: disable 2.E +PASS: gdb.base/break-always.exp: disable 3.F +PASS: gdb.base/break-always.exp: enable 3.G +PASS: gdb.base/break-always.exp: enable 2.H +PASS: gdb.base/break-always.exp: disable 2.I +PASS: gdb.base/break-always.exp: before re-enable check breakpoint state +PASS: gdb.base/break-always.exp: re-enable all breakpoints +PASS: gdb.base/break-always.exp: set breakpoint on bar 2 +PASS: gdb.base/break-always.exp: save shadow +PASS: gdb.base/break-always.exp: write 0 to breakpoint's address +PASS: gdb.base/break-always.exp: read back 0 from the breakpoint's address +PASS: gdb.base/break-always.exp: write 1 to breakpoint's address +PASS: gdb.base/break-always.exp: read back 1 from the breakpoint's address +PASS: gdb.base/break-always.exp: p /x *(char *) 0x80484bf = $shadow +PASS: gdb.base/break-always.exp: continue to breakpoint: bar +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/call-rt-st.exp ... +PASS: gdb.base/call-rt-st.exp: set print sevenbit-strings +PASS: gdb.base/call-rt-st.exp: set print address off +PASS: gdb.base/call-rt-st.exp: set width 0 +PASS: gdb.base/call-rt-st.exp: breakpoint loop_count +PASS: gdb.base/call-rt-st.exp: continue to loop_count +PASS: gdb.base/call-rt-st.exp: finish out from loop_count (line 777) +PASS: gdb.base/call-rt-st.exp: print print_struct_rep(*struct1) +PASS: gdb.base/call-rt-st.exp: print print_one_large_struct(*list1) +PASS: gdb.base/call-rt-st.exp: print print_one_double(*d1) +PASS: gdb.base/call-rt-st.exp: print print_two_floats(*f3) +PASS: gdb.base/call-rt-st.exp: print print_bit_flags_char(*cflags) +PASS: gdb.base/call-rt-st.exp: print print_bit_flags_short(*sflags) +PASS: gdb.base/call-rt-st.exp: print print_bit_flags(*flags) +PASS: gdb.base/call-rt-st.exp: print print_bit_flags_combo(*flags_combo) +PASS: gdb.base/call-rt-st.exp: print print_three_chars(*three_char) +PASS: gdb.base/call-rt-st.exp: print print_five_chars(*five_char) +PASS: gdb.base/call-rt-st.exp: print print_int_char_combo(*int_char_combo) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gnu_vector.exp ... PASS: gdb.base/gnu_vector.exp: print c4 PASS: gdb.base/gnu_vector.exp: print c4[2] @@ -4217,7 +4264,7 @@ PASS: gdb.base/anon.exp: set breakpoint in anon.c PASS: gdb.base/anon.exp: continue to breakpoint: continue to breakpoint in anon.c PASS: gdb.base/anon.exp: print val.data.six Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdb1250.exp ... -FAIL: gdb.base/gdb1250.exp: running to abort in runto +PASS: gdb.base/gdb1250.exp: backtrace from abort Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/bfp-test.exp ... PASS: gdb.base/bfp-test.exp: continue to breakpoint: return PASS: gdb.base/bfp-test.exp: The original value of b32 is 1.5 @@ -4237,34 +4284,34 @@ PASS: gdb.base/bfp-test.exp: set variable b64 = 200.25x PASS: gdb.base/bfp-test.exp: set variable b128 = 300.375fl PASS: gdb.base/bfp-test.exp: set variable b128 = 300.375fff Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/jit-so.exp ... -PASS: one_jit_test-1 continue to breakpoint: break here before-dlopen -PASS: one_jit_test-1 set var jit_libname = "jit-main.so" -FAIL: one_jit_test-1 continue to breakpoint: break here after-dlopen -FAIL: one_jit_test-1 setting breakpoint at jit-main.c:131 -FAIL: one_jit_test-1 continue to breakpoint: break here 0 -FAIL: one_jit_test-1 set var argc = 2 -FAIL: one_jit_test-1 set var libname = "SHLIBDIR/jit-solib.so" -FAIL: one_jit_test-1 set var count = 1 -FAIL: one_jit_test-1 setting breakpoint at jit-main.c:194 -FAIL: one_jit_test-1 continue to breakpoint: break here 1 -FAIL: one_jit_test-1 info function jit_function -FAIL: one_jit_test-1 setting breakpoint at jit-main.c:219 -FAIL: one_jit_test-1 continue to breakpoint: break here 2 -PASS: one_jit_test-1 set -PASS: one_jit_test-2 continue to breakpoint: break here before-dlopen -PASS: one_jit_test-2 set var jit_libname = "jit-main.so" -FAIL: one_jit_test-2 continue to breakpoint: break here after-dlopen -FAIL: one_jit_test-2 setting breakpoint at jit-main.c:131 -FAIL: one_jit_test-2 continue to breakpoint: break here 0 -FAIL: one_jit_test-2 set var argc = 2 -FAIL: one_jit_test-2 set var libname = "SHLIBDIR/jit-solib.so" -FAIL: one_jit_test-2 set var count = 2 -FAIL: one_jit_test-2 setting breakpoint at jit-main.c:194 -FAIL: one_jit_test-2 continue to breakpoint: break here 1 -FAIL: one_jit_test-2 info function jit_function -FAIL: one_jit_test-2 setting breakpoint at jit-main.c:219 -FAIL: one_jit_test-2 continue to breakpoint: break here 2 -PASS: one_jit_test-2 set +PASS: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here before-dlopen +PASS: gdb.base/jit-so.exp: one_jit_test-1: set var jit_libname = "jit-main.so" +FAIL: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here after-dlopen +FAIL: gdb.base/jit-so.exp: one_jit_test-1: setting breakpoint at jit-main.c:131 +FAIL: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 0 +FAIL: gdb.base/jit-so.exp: one_jit_test-1: set var argc = 2 +FAIL: gdb.base/jit-so.exp: one_jit_test-1: set var libname = "SHLIBDIR/jit-solib.so" +FAIL: gdb.base/jit-so.exp: one_jit_test-1: set var count = 1 +FAIL: gdb.base/jit-so.exp: one_jit_test-1: setting breakpoint at jit-main.c:194 +FAIL: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 1 +FAIL: gdb.base/jit-so.exp: one_jit_test-1: info function jit_function +FAIL: gdb.base/jit-so.exp: one_jit_test-1: setting breakpoint at jit-main.c:219 +FAIL: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 2 +PASS: gdb.base/jit-so.exp: one_jit_test-1: info function jit_function +PASS: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here before-dlopen +PASS: gdb.base/jit-so.exp: one_jit_test-2: set var jit_libname = "jit-main.so" +FAIL: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here after-dlopen +FAIL: gdb.base/jit-so.exp: one_jit_test-2: setting breakpoint at jit-main.c:131 +FAIL: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 0 +FAIL: gdb.base/jit-so.exp: one_jit_test-2: set var argc = 2 +FAIL: gdb.base/jit-so.exp: one_jit_test-2: set var libname = "SHLIBDIR/jit-solib.so" +FAIL: gdb.base/jit-so.exp: one_jit_test-2: set var count = 2 +FAIL: gdb.base/jit-so.exp: one_jit_test-2: setting breakpoint at jit-main.c:194 +FAIL: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 1 +FAIL: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function +FAIL: gdb.base/jit-so.exp: one_jit_test-2: setting breakpoint at jit-main.c:219 +FAIL: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 2 +PASS: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/bitfields.exp ... PASS: gdb.base/bitfields.exp: set print sevenbit-strings PASS: gdb.base/bitfields.exp: print flags @@ -4627,11 +4674,11 @@ PASS: gdb.base/gdb1090.exp: print s24 === gdb Summary === -# of expected passes 4361 +# of expected passes 4404 # of unexpected failures 84 # of expected failures 5 # of known failures 22 # of untested testcases 2 # of unsupported tests 7 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-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.20120101-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 c4955b47..1eadb438 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 Tue Nov 6 15:02:15 2012 +Test Run By thomas on Thu Nov 8 01:31:38 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -268,6 +268,14 @@ PASS: gdb.base/watchpoint.exp: continue to breakpoint: func5 breakpoint here PASS: gdb.base/watchpoint.exp: watch -location .x PASS: gdb.base/watchpoint.exp: continue with watch -location PASS: gdb.base/watchpoint.exp: delete watch -location +PASS: gdb.base/watchpoint.exp: continue to breakpoint: func6 breakpoint here +FAIL: gdb.base/watchpoint.exp: watch foo2 +FAIL: gdb.base/watchpoint.exp: continue with watch foo2 +PASS: gdb.base/watchpoint.exp: delete watch foo2 +PASS: gdb.base/watchpoint.exp: continue to breakpoint: func7 breakpoint here +FAIL: gdb.base/watchpoint.exp: watch foo4 +FAIL: gdb.base/watchpoint.exp: continue with watch foo4 +PASS: gdb.base/watchpoint.exp: delete watch foo4 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/signals.exp ... PASS: gdb.base/signals.exp: handle all print PASS: gdb.base/signals.exp: set variable count = 0 @@ -1541,6 +1549,7 @@ PASS: gdb.base/sepdebug.exp: catch requires an event name PASS: gdb.base/sepdebug.exp: set catch fork, never expected to trigger 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 PASS: gdb.base/sepdebug.exp: until bp_location1 PASS: gdb.base/sepdebug.exp: break on default location, 1st time @@ -2084,16 +2093,17 @@ PASS: gdb.base/store.exp: set variable u = f_4, u.j = F_4.j PASS: gdb.base/store.exp: F_4.j PASS: gdb.base/store.exp: set variable u = f_4, u.k = F_4.k PASS: gdb.base/store.exp: F_4.k +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/skip-solib.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/start.exp ... PASS: gdb.base/start.exp: start Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/solib-weak.exp ... -FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib1 first (the program exited) +FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib1 first PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 nodebug, lib2 first -KFAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib1 first (PRMS: gdb/1824) +FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib1 first PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 nodebug, lib2 debug, lib2 first -FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first (the program exited) -KFAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib2 first (the program exited) (PRMS: gdb/1824) -FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first (the program exited) +FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib1 first +PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 nodebug, lib2 first +FAIL: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib1 first PASS: gdb.base/solib-weak.exp: run to breakpoint - lib1 debug, lib2 debug, lib2 first Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/save-bp.exp ... PASS: gdb.base/save-bp.exp: add breakpoint commands @@ -2231,9 +2241,9 @@ PASS: gdb.base/solib-symbol.exp: foo2 in main PASS: gdb.base/solib-symbol.exp: foo in libmd PASS: gdb.base/solib-symbol.exp: continue PASS: gdb.base/solib-symbol.exp: foo2 in mdlib -Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/pie-execl.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/sigall.exp ... UNTESTED: gdb.base/sigall.exp: takes ages: nearly all FAIL with timeout +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/pie-execl.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/siginfo-infcall.exp ... PASS: gdb.base/siginfo-infcall.exp: continue to SIGUSR1 PASS: gdb.base/siginfo-infcall.exp: p callme () @@ -3081,7 +3091,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/source.exp ... PASS: gdb.base/source.exp: script contains error PASS: gdb.base/source.exp: source -v PASS: gdb.base/source.exp: source after -v -PASS: gdb.base/source.exp: dir ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base +PASS: gdb.base/source.exp: set search directories PASS: gdb.base/source.exp: source -s PASS: gdb.base/source.exp: source -s -v PASS: gdb.base/source.exp: source -v -s @@ -3291,6 +3301,10 @@ 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 @@ -3366,6 +3380,55 @@ 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 PASS: gdb.base/sigchld.exp: SIGCHLD blocked in inferior +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/skip.exp ... +PASS: gdb.base/skip.exp: skip file +PASS: gdb.base/skip.exp: skip function +PASS: gdb.base/skip.exp: skip +PASS: gdb.base/skip.exp: info skip empty +PASS: gdb.base/skip.exp: skip file +PASS: gdb.base/skip.exp: skip +PASS: gdb.base/skip.exp: skip file skip1.c +PASS: gdb.base/skip.exp: skip function baz +PASS: gdb.base/skip.exp: skip enable 999 +PASS: gdb.base/skip.exp: skip disable 999 +PASS: gdb.base/skip.exp: skip delete 999 +PASS: gdb.base/skip.exp: skip enable a +PASS: gdb.base/skip.exp: skip disable a +PASS: gdb.base/skip.exp: skip delete a +PASS: gdb.base/skip.exp: info skip 999 +PASS: gdb.base/skip.exp: info skip +PASS: gdb.base/skip.exp: step +PASS: gdb.base/skip.exp: step after all ignored +PASS: gdb.base/skip.exp: skip delete 1 +PASS: gdb.base/skip.exp: info skip +PASS: gdb.base/skip.exp: step after deleting 1 (1) +PASS: gdb.base/skip.exp: step +PASS: gdb.base/skip.exp: step after deleting 1 (2) +PASS: gdb.base/skip.exp: skip disable 3 +PASS: gdb.base/skip.exp: info skip shows entry as disabled +PASS: gdb.base/skip.exp: step after disabling 3 (1) +PASS: gdb.base/skip.exp: step +PASS: gdb.base/skip.exp: step after disabling 3 (2) +PASS: gdb.base/skip.exp: step +PASS: gdb.base/skip.exp: step after disabling 3 (3) +PASS: gdb.base/skip.exp: skip enable 3 +PASS: gdb.base/skip.exp: info skip shows entry as enabled +PASS: gdb.base/skip.exp: step after deleting 1 (1) +PASS: gdb.base/skip.exp: step +PASS: gdb.base/skip.exp: step after deleting 1 (2) +PASS: gdb.base/skip.exp: skip disable +PASS: gdb.base/skip.exp: info skip after disabling all +PASS: gdb.base/skip.exp: skip enable +PASS: gdb.base/skip.exp: info skip after enabling all +PASS: gdb.base/skip.exp: skip disable 4 2-3 +PASS: gdb.base/skip.exp: info skip after disabling 4 2-3 +PASS: gdb.base/skip.exp: skip enable 2-3 +PASS: gdb.base/skip.exp: info skip after enabling 2-3 +PASS: gdb.base/skip.exp: info skip 2-3 +PASS: gdb.base/skip.exp: skip delete 2 3 +PASS: gdb.base/skip.exp: info skip after deleting 2 3 +PASS: gdb.base/skip.exp: skip delete +PASS: gdb.base/skip.exp: info skip after deleting all Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/whatis.exp ... PASS: gdb.base/whatis.exp: whatis char PASS: gdb.base/whatis.exp: whatis signed char @@ -3856,11 +3919,11 @@ PASS: gdb.base/nostdlib.exp: continue to marker === gdb Summary === -# of expected passes 3579 -# of unexpected failures 138 +# of expected passes 3636 +# of unexpected failures 143 # of expected failures 2 -# of known failures 6 +# of known failures 4 # of untested testcases 5 # of unsupported tests 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-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.20120101-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 8df81749..b3129964 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 Tue Nov 6 15:37:36 2012 +Test Run By thomas on Thu Nov 8 02:07:20 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.3.50.20111016-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.20120101-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 14b4747d..6a591cfb 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 Tue Nov 6 15:37:38 2012 +Test Run By thomas on Thu Nov 8 02:07:22 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -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)' @@ -1790,6 +1790,13 @@ PASS: gdb.cp/derivation.exp: print value of g_instance.afoo() PASS: gdb.cp/derivation.exp: re-selected 'main' frame after inferior call PASS: gdb.cp/derivation.exp: print value of g_instance.bfoo() PASS: gdb.cp/derivation.exp: print value of g_instance.cfoo() +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/destrprint.exp ... +PASS: gdb.cp/destrprint.exp: continue to breakpoint: Break here +PASS: gdb.cp/destrprint.exp: go up to ~Derived +PASS: gdb.cp/destrprint.exp: set print object on +PASS: gdb.cp/destrprint.exp: print *this with print object = on +PASS: gdb.cp/destrprint.exp: set print object off +PASS: gdb.cp/destrprint.exp: print *this with print object = off Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/exception.exp ... PASS: gdb.cp/exception.exp: catch catch (before inferior run) PASS: gdb.cp/exception.exp: catch throw (before inferior run) @@ -1808,6 +1815,11 @@ PASS: gdb.cp/exception.exp: backtrace after second throw PASS: gdb.cp/exception.exp: continue to second catch PASS: gdb.cp/exception.exp: backtrace after second catch PASS: gdb.cp/exception.exp: continue to catcher for the second time +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/expand-psymtabs-cxx.exp ... +PASS: gdb.cp/expand-psymtabs-cxx.exp: set language c++ +PASS: gdb.cp/expand-psymtabs-cxx.exp: before expand +PASS: gdb.cp/expand-psymtabs-cxx.exp: force expand +PASS: gdb.cp/expand-psymtabs-cxx.exp: after expand Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/expand-sals.exp ... PASS: gdb.cp/expand-sals.exp: continue to breakpoint: func PASS: gdb.cp/expand-sals.exp: up @@ -3418,29 +3430,29 @@ PASS: gdb.cp/overload.exp: print foo::overload1arg(double) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/ovldbreak.exp ... PASS: gdb.cp/ovldbreak.exp: set multiple-symbols ask PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 12 -PASS: gdb.cp/ovldbreak.exp: set bp 2 on foo::overload1arg 12 line 111 +PASS: gdb.cp/ovldbreak.exp: set bp 2 on foo::overload1arg 12 line 107 PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 11 -PASS: gdb.cp/ovldbreak.exp: set bp 3 on foo::overload1arg 11 line 112 +PASS: gdb.cp/ovldbreak.exp: set bp 3 on foo::overload1arg 11 line 108 PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 10 -PASS: gdb.cp/ovldbreak.exp: set bp 4 on foo::overload1arg 10 line 113 +PASS: gdb.cp/ovldbreak.exp: set bp 4 on foo::overload1arg 10 line 109 PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 9 -PASS: gdb.cp/ovldbreak.exp: set bp 5 on foo::overload1arg 9 line 114 +PASS: gdb.cp/ovldbreak.exp: set bp 5 on foo::overload1arg 9 line 110 PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 8 -PASS: gdb.cp/ovldbreak.exp: set bp 6 on foo::overload1arg 8 line 115 +PASS: gdb.cp/ovldbreak.exp: set bp 6 on foo::overload1arg 8 line 111 PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 7 -PASS: gdb.cp/ovldbreak.exp: set bp 7 on foo::overload1arg 7 line 116 +PASS: gdb.cp/ovldbreak.exp: set bp 7 on foo::overload1arg 7 line 112 PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 6 -PASS: gdb.cp/ovldbreak.exp: set bp 8 on foo::overload1arg 6 line 117 +PASS: gdb.cp/ovldbreak.exp: set bp 8 on foo::overload1arg 6 line 113 PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 5 -PASS: gdb.cp/ovldbreak.exp: set bp 9 on foo::overload1arg 5 line 118 +PASS: gdb.cp/ovldbreak.exp: set bp 9 on foo::overload1arg 5 line 114 PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 4 -PASS: gdb.cp/ovldbreak.exp: set bp 10 on foo::overload1arg 4 line 119 +PASS: gdb.cp/ovldbreak.exp: set bp 10 on foo::overload1arg 4 line 115 PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 3 -PASS: gdb.cp/ovldbreak.exp: set bp 11 on foo::overload1arg 3 line 120 +PASS: gdb.cp/ovldbreak.exp: set bp 11 on foo::overload1arg 3 line 116 PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 2 -PASS: gdb.cp/ovldbreak.exp: set bp 12 on foo::overload1arg 2 line 121 +PASS: gdb.cp/ovldbreak.exp: set bp 12 on foo::overload1arg 2 line 117 PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice 13 -PASS: gdb.cp/ovldbreak.exp: set bp 13 on foo::overload1arg 13 line 110 +PASS: gdb.cp/ovldbreak.exp: set bp 13 on foo::overload1arg 13 line 106 PASS: gdb.cp/ovldbreak.exp: breakpoint info (after setting one-by-one) PASS: gdb.cp/ovldbreak.exp: bp menu for foo::overload1arg choice cancel PASS: gdb.cp/ovldbreak.exp: set bp on overload1arg canceled @@ -3468,42 +3480,42 @@ PASS: gdb.cp/ovldbreak.exp: set multiple-symbols all PASS: gdb.cp/ovldbreak.exp: break foo::foofunc PASS: gdb.cp/ovldbreak.exp: continue until exit at finish program Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/ovsrch.exp ... -PASS: gdb.cp/ovsrch.exp: break stop_here -PASS: gdb.cp/ovsrch.exp: break 'stop_here' +PASS: gdb.cp/ovsrch.exp: break A::stop_here +PASS: gdb.cp/ovsrch.exp: break 'A::stop_here' PASS: gdb.cp/ovsrch.exp: continue to breakpoint: stop_here -PASS: gdb.cp/ovsrch.exp: break outer::foo (char*) const -PASS: gdb.cp/ovsrch.exp: break 'outer::foo (char*) const' -PASS: gdb.cp/ovsrch.exp: break outer::foo (char*) const if (a == 3) -PASS: gdb.cp/ovsrch.exp: break 'outer::foo (char*) const' if (a == 3) -PASS: gdb.cp/ovsrch.exp: break outer::foo (char*) const if (A::outer::func ()) -PASS: gdb.cp/ovsrch.exp: break 'outer::foo (char*) const' if (A::outer::func ()) -PASS: gdb.cp/ovsrch.exp: break outer::foo (void) const -PASS: gdb.cp/ovsrch.exp: break 'outer::foo (void) const' -PASS: gdb.cp/ovsrch.exp: break outer::foo (int) const -PASS: gdb.cp/ovsrch.exp: break 'outer::foo (int) const' -PASS: gdb.cp/ovsrch.exp: break outer::foo (int) const if (a == 3) -PASS: gdb.cp/ovsrch.exp: break 'outer::foo (int) const' if (a == 3) -PASS: gdb.cp/ovsrch.exp: break outer::foo (int) const if (A::outer::func ()) -PASS: gdb.cp/ovsrch.exp: break 'outer::foo (int) const' if (A::outer::func ()) -PASS: gdb.cp/ovsrch.exp: break outer::foo if (a == 3) -PASS: gdb.cp/ovsrch.exp: break B::stop_here_too -PASS: gdb.cp/ovsrch.exp: break 'B::stop_here_too' +PASS: gdb.cp/ovsrch.exp: break A::outer::foo (char*) const +PASS: gdb.cp/ovsrch.exp: break 'A::outer::foo (char*) const' +PASS: gdb.cp/ovsrch.exp: break A::outer::foo (char*) const if (a_param == 3) +PASS: gdb.cp/ovsrch.exp: break 'A::outer::foo (char*) const' if (a_param == 3) +PASS: gdb.cp/ovsrch.exp: break A::outer::foo (char*) const if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break 'A::outer::foo (char*) const' if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break A::outer::foo (void) const +PASS: gdb.cp/ovsrch.exp: break 'A::outer::foo (void) const' +PASS: gdb.cp/ovsrch.exp: break A::outer::foo (int) const +PASS: gdb.cp/ovsrch.exp: break 'A::outer::foo (int) const' +PASS: gdb.cp/ovsrch.exp: break A::outer::foo (int) const if (a_param == 3) +PASS: gdb.cp/ovsrch.exp: break 'A::outer::foo (int) const' if (a_param == 3) +PASS: gdb.cp/ovsrch.exp: break A::outer::foo (int) const if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break 'A::outer::foo (int) const' if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break A::outer::hibob if (a_param == 3) +PASS: gdb.cp/ovsrch.exp: break A::B::stop_here_too +PASS: gdb.cp/ovsrch.exp: break 'A::B::stop_here_too' PASS: gdb.cp/ovsrch.exp: continue to breakpoint: stop_here_too -PASS: gdb.cp/ovsrch.exp: break inner::foo (char*) const -PASS: gdb.cp/ovsrch.exp: break 'inner::foo (char*) const' -PASS: gdb.cp/ovsrch.exp: break inner::foo (char*) const if (a == 3) -PASS: gdb.cp/ovsrch.exp: break 'inner::foo (char*) const' if (a == 3) -PASS: gdb.cp/ovsrch.exp: break inner::foo (char*) const if (A::outer::func ()) -PASS: gdb.cp/ovsrch.exp: break 'inner::foo (char*) const' if (A::outer::func ()) -PASS: gdb.cp/ovsrch.exp: break inner::foo (void) const -PASS: gdb.cp/ovsrch.exp: break 'inner::foo (void) const' -PASS: gdb.cp/ovsrch.exp: break inner::foo (int) const -PASS: gdb.cp/ovsrch.exp: break 'inner::foo (int) const' -PASS: gdb.cp/ovsrch.exp: break inner::foo (int) const if (a == 3) -PASS: gdb.cp/ovsrch.exp: break 'inner::foo (int) const' if (a == 3) -PASS: gdb.cp/ovsrch.exp: break inner::foo (int) const if (A::outer::func ()) -PASS: gdb.cp/ovsrch.exp: break 'inner::foo (int) const' if (A::outer::func ()) -PASS: gdb.cp/ovsrch.exp: break inner::foo if (a == 3) +PASS: gdb.cp/ovsrch.exp: break A::B::inner::foo (char*) const +PASS: gdb.cp/ovsrch.exp: break 'A::B::inner::foo (char*) const' +PASS: gdb.cp/ovsrch.exp: break A::B::inner::foo (char*) const if (a_param == 3) +PASS: gdb.cp/ovsrch.exp: break 'A::B::inner::foo (char*) const' if (a_param == 3) +PASS: gdb.cp/ovsrch.exp: break A::B::inner::foo (char*) const if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break 'A::B::inner::foo (char*) const' if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break A::B::inner::foo (void) const +PASS: gdb.cp/ovsrch.exp: break 'A::B::inner::foo (void) const' +PASS: gdb.cp/ovsrch.exp: break A::B::inner::foo (int) const +PASS: gdb.cp/ovsrch.exp: break 'A::B::inner::foo (int) const' +PASS: gdb.cp/ovsrch.exp: break A::B::inner::foo (int) const if (a_param == 3) +PASS: gdb.cp/ovsrch.exp: break 'A::B::inner::foo (int) const' if (a_param == 3) +PASS: gdb.cp/ovsrch.exp: break A::B::inner::foo (int) const if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break 'A::B::inner::foo (int) const' if (A::outer::func ()) +PASS: gdb.cp/ovsrch.exp: break A::B::inner::hibob if (a_param == 3) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/paren-type.exp ... PASS: gdb.cp/paren-type.exp: set breakpoint pending off PASS: gdb.cp/paren-type.exp: break C::f(long) @@ -3559,7 +3571,7 @@ PASS: gdb.cp/ptype-cv-cp.exp: ptype v_volatile_my_int PASS: gdb.cp/ptype-cv-cp.exp: whatis v_const_volatile_my_int PASS: gdb.cp/ptype-cv-cp.exp: ptype v_const_volatile_my_int PASS: gdb.cp/ptype-cv-cp.exp: whatis v_volatile_const_my_int -KPASS: gdb.cp/ptype-cv-cp.exp: ptype v_volatile_const_my_int (PRMS gcc/45997) +PASS: gdb.cp/ptype-cv-cp.exp: ptype v_volatile_const_my_int Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/punctuator.exp ... PASS: gdb.cp/punctuator.exp: set lang c++ PASS: gdb.cp/punctuator.exp: print (0x5a5a bitand 0xaaaa) == (0x5a5a & 0xaaaa) @@ -3583,8 +3595,8 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/re-set-overloaded.exp ... PASS: gdb.cp/re-set-overloaded.exp: set breakpoint pending yes PASS: gdb.cp/re-set-overloaded.exp: break C::C PASS: gdb.cp/re-set-overloaded.exp: set variable $brk = $bpnum -KFAIL: gdb.cp/re-set-overloaded.exp: start (GDB internal error) (PRMS: breakpoints/11657) -KFAIL: gdb.cp/re-set-overloaded.exp: breakpoint resolved (PRMS: breakpoints/11657) +PASS: gdb.cp/re-set-overloaded.exp: start +PASS: gdb.cp/re-set-overloaded.exp: breakpoint resolved Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/readnow-language.exp ... PASS: gdb.cp/readnow-language.exp: show language Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/ref-params.exp ... @@ -3705,6 +3717,7 @@ PASS: gdb.cp/smartp.exp: p c->foo() PASS: gdb.cp/smartp.exp: p c->inta KFAIL: gdb.cp/smartp.exp: p c2->inta (PRMS: gdb/11606) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/static-method.exp ... +PASS: gdb.cp/static-method.exp: info addr A::func() PASS: gdb.cp/static-method.exp: list static-method.cc:xxx::(anonymous namespace)::func PASS: gdb.cp/static-method.exp: list 'static-method.cc:xxx::(anonymous namespace)::func' PASS: gdb.cp/static-method.exp: list 'static-method.cc':'xxx::(anonymous namespace)::func' @@ -3758,20 +3771,21 @@ PASS: gdb.cp/temargs.exp: test value of MP in templ_m PASS: gdb.cp/temargs.exp: test type of Q in templ_m PASS: gdb.cp/temargs.exp: continue to breakpoint: continue to fifth breakpoint for temargs PASS: gdb.cp/temargs.exp: test type of F in k2_m -KFAIL: gdb.cp/temargs.exp: test value of F in k2_m (PRMS: gcc/49366) +XFAIL: gdb.cp/temargs.exp: test value of F in k2_m (PRMS gcc/49366) PASS: gdb.cp/temargs.exp: continue to breakpoint: continue to sixth breakpoint for temargs -KFAIL: gdb.cp/temargs.exp: test type of F in k3_m (PRMS: gcc/49546) -KFAIL: gdb.cp/temargs.exp: test value of F in k3_m (PRMS: gcc/49546) +XFAIL: gdb.cp/temargs.exp: test type of F in k3_m (PRMS gcc/49546) +XFAIL: gdb.cp/temargs.exp: test value of F in k3_m (PRMS gcc/49546) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/templates.exp ... PASS: gdb.cp/templates.exp: set multiple-symbols ask -FAIL: gdb.cp/templates.exp: ptype T5<int> -FAIL: gdb.cp/templates.exp: ptype t5i +KFAIL: gdb.cp/templates.exp: ptype T5<int> (PRMS: gdb/1111) +KFAIL: gdb.cp/templates.exp: ptype T5<int> (PRMS: gdb/1111) PASS: gdb.cp/templates.exp: constructor breakpoint PASS: gdb.cp/templates.exp: destructor breakpoint PASS: gdb.cp/templates.exp: value method breakpoint PASS: gdb.cp/templates.exp: breakpoint on a line with no real code PASS: gdb.cp/templates.exp: print method of template typedef -FAIL: gdb.cp/templates.exp: print destructor of template typedef +XFAIL: gdb.cp/templates.exp: print destructor of template typedef (PRMS gcc/51668) +PASS: gdb.cp/templates.exp: verify GCC PR debug/51668 PASS: gdb.cp/templates.exp: ptype empty PASS: gdb.cp/templates.exp: ptype arg PASS: gdb.cp/templates.exp: print t5i.value() @@ -3925,11 +3939,10 @@ PASS: gdb.cp/virtfunc2.exp: print o2.do_print3() === gdb Summary === -# of expected passes 3769 -# of unexpected failures 13 -# of expected failures 2 -# of unknown successes 1 -# of known failures 28 +# of expected passes 3783 +# of unexpected failures 11 +# of expected failures 6 +# of known failures 25 # of unsupported tests 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-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.20120101-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 b7ac0d31..e56adb90 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 Tue Nov 6 15:53:53 2012 +Test Run By thomas on Thu Nov 8 02:23:34 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.3.50.20111016-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.20120101-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 f477927a..89f66c75 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 Tue Nov 6 15:53:56 2012 +Test Run By thomas on Thu Nov 8 02:23:37 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -158,6 +158,9 @@ PASS: gdb.dwarf2/dw2-noloc.exp: print main_extern_locempty_unresolvable PASS: gdb.dwarf2/dw2-noloc.exp: ptype main_extern_locempty_unresolvable PASS: gdb.dwarf2/dw2-noloc.exp: print main_extern_locno_resolvable PASS: gdb.dwarf2/dw2-noloc.exp: ptype main_extern_locno_resolvable +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-objfile-overlap.exp ... +PASS: gdb.dwarf2/dw2-objfile-overlap.exp: add-symbol-file +PASS: gdb.dwarf2/dw2-objfile-overlap.exp: info line inner Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-op-call.exp ... PASS: gdb.dwarf2/dw2-op-call.exp: maintenance set dwarf2 max-cache-age 0 PASS: gdb.dwarf2/dw2-op-call.exp: p array1 @@ -190,7 +193,7 @@ PASS: gdb.dwarf2/dw2-ref-missing-frame.exp: func_loopfb print PASS: gdb.dwarf2/dw2-ref-missing-frame.exp: func_loopfb backtrace Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-restore.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-simple-locdesc.exp ... -PASS: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl +KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl (PRMS: symtab/13307) PASS: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.data4 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-skip-prologue.exp ... PASS: gdb.dwarf2/dw2-skip-prologue.exp: strip stub symbols @@ -210,6 +213,8 @@ PASS: gdb.dwarf2/dw2-strp.exp: ptype a_string2 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-unresolved.exp ... PASS: gdb.dwarf2/dw2-unresolved.exp: continue to breakpoint: *extern_block_start PASS: gdb.dwarf2/dw2-unresolved.exp: print/d var +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw2-var-zero-addr.exp ... +PASS: gdb.dwarf2/dw2-var-zero-addr.exp: print &var Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw4-sig-type-unused.exp ... PASS: gdb.dwarf2/dw4-sig-type-unused.exp: alive Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp ... @@ -331,7 +336,8 @@ PASS: gdb.dwarf2/watch-notconst.exp: watch x === gdb Summary === -# of expected passes 267 +# of expected passes 269 +# of known failures 1 # of untested testcases 4 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-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.20120101-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 c90aee3f..003d2163 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 Tue Nov 6 15:59:08 2012 +Test Run By thomas on Thu Nov 8 02:29:25 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.3.50.20111016-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.20120101-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 0eecabbc..e772e7b7 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 Tue Nov 6 16:00:36 2012 +Test Run By thomas on Thu Nov 8 02:30:41 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -146,8 +146,11 @@ PASS: gdb.gdb/selftest.exp: printed version as string PASS: gdb.gdb/selftest.exp: step over initial brace PASS: gdb.gdb/selftest.exp: step over argc initialization PASS: gdb.gdb/selftest.exp: step over argv initialization -PASS: gdb.gdb/selftest.exp: next over make_command_stats_cleanup and everything it calls +PASS: gdb.gdb/selftest.exp: next over lim_at_start initialization PASS: gdb.gdb/selftest.exp: step over argc initialization +PASS: gdb.gdb/selftest.exp: next over lim_at_start initialization +PASS: gdb.gdb/selftest.exp: next over make_command_stats_cleanup and everything it calls +PASS: gdb.gdb/selftest.exp: next over lim_at_start initialization PASS: gdb.gdb/selftest.exp: next over make_command_stats_cleanup and everything it calls PASS: gdb.gdb/selftest.exp: next over setlocale LC_MESSAGES PASS: gdb.gdb/selftest.exp: next over make_command_stats_cleanup and everything it calls @@ -155,9 +158,6 @@ PASS: gdb.gdb/selftest.exp: next over setlocale LC_MESSAGES PASS: gdb.gdb/selftest.exp: next over setlocale LC_CTYPE PASS: gdb.gdb/selftest.exp: next over bindtextdomain PASS: gdb.gdb/selftest.exp: next over textdomain PACKAGE -PASS: gdb.gdb/selftest.exp: next over lim_at_start initialization -PASS: gdb.gdb/selftest.exp: next over cmdarg initialization via xmalloc -PASS: gdb.gdb/selftest.exp: next over lim_at_start initialization PASS: gdb.gdb/selftest.exp: next over cmdarg initialization via xmalloc PASS: gdb.gdb/selftest.exp: print a string PASS: gdb.gdb/selftest.exp: step into xmalloc call @@ -180,5 +180,5 @@ PASS: gdb.gdb/xfullpath.exp: An empty filename === gdb Summary === # of expected passes 165 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-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.20120101-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 2aa7acdd..aa6d6fcd 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 Tue Nov 6 16:01:45 2012 +Test Run By thomas on Thu Nov 8 02:32:03 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -118,5 +118,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.3.50.20111016-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.20120101-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 new file mode 100644 index 00000000..d70d3cb7 --- /dev/null +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum @@ -0,0 +1,32 @@ +Test Run By thomas on Thu Nov 8 02:33:19 2012 +Native configuration is i686-unknown-gnu0.3 + + === gdb tests === + +Schedule of variations: + unix + +Running target unix +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.linespec/linespec.exp ... +PASS: gdb.linespec/linespec.exp: set multiple-symbols to all for linespec tests +PASS: gdb.linespec/linespec.exp: multi-location break using file:line +PASS: gdb.linespec/linespec.exp: multi-location break using duplicate function name +PASS: gdb.linespec/linespec.exp: multi-location break using duplicate function name and label +PASS: gdb.linespec/linespec.exp: disable pending breakpoints for linespec tests +PASS: gdb.linespec/linespec.exp: set breakpoint on non-existent function +PASS: gdb.linespec/linespec.exp: set breakpoint at all instances of NameSpace::overload +PASS: gdb.linespec/linespec.exp: set breakpoint at lspec.cc instance of NameSpace::overload +PASS: gdb.linespec/linespec.exp: set breakpoint at non-existent lspec.cc instance of NameSpace::overload +PASS: gdb.linespec/linespec.exp: set breakpoint at specific instance of NameSpace::overload +PASS: gdb.linespec/linespec.exp: set breakpoint in body.h +PASS: gdb.linespec/linespec.exp: set breakpoint in f1 +PASS: gdb.linespec/linespec.exp: add inferior for linespec tests +PASS: gdb.linespec/linespec.exp: switch to inferior 2 for linespec tests +PASS: gdb.linespec/linespec.exp: set the new inferior file for linespec tests +PASS: gdb.linespec/linespec.exp: set breakpoint at main in both inferiors + + === gdb Summary === + +# of expected passes 16 +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120101-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 66aa23f0..6bf86fd8 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 Tue Nov 6 16:03:01 2012 +Test Run By thomas on Thu Nov 8 02:33:29 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -307,6 +307,9 @@ PASS: gdb.mi/mi-simplerun.exp: step at main PASS: gdb.mi/mi-simplerun.exp: step to callee4 PASS: gdb.mi/mi-simplerun.exp: exec-finish PASS: gdb.mi/mi-simplerun.exp: continue to end +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-solib.exp ... +PASS: gdb.mi/mi-solib.exp: set stop-on-solib-events +PASS: gdb.mi/mi-solib.exp: check for solib event Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-stack.exp ... PASS: gdb.mi/mi-stack.exp: breakpoint at callee4 PASS: gdb.mi/mi-stack.exp: mi runto callee4 @@ -790,12 +793,12 @@ PASS: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: create varobj PASS: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: check initial value PASS: gdb.mi/mi-var-cmd.exp: breakpoint at main PASS: gdb.mi/mi-var-cmd.exp: mi runto main -PASS: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now -PASS: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now, not changed +FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now +FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: out of scope now, not changed PASS: gdb.mi/mi-var-cmd.exp: breakpoint at do_locals_tests PASS: gdb.mi/mi-var-cmd.exp: mi runto do_locals_tests -PASS: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now -PASS: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now, not changed +FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now +FAIL: gdb.mi/mi-var-cmd.exp: in-and-out-of-scope: in scope now, not changed Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-var-cp.exp ... PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:20 (set breakpoint) PASS: gdb.mi/mi-var-cp.exp: create varobj for rx @@ -926,7 +929,7 @@ PASS: gdb.mi/mi-var-display.exp: is anons editable PASS: gdb.mi/mi-var-display.exp: get number of children of anons PASS: gdb.mi/mi-var-display.exp: get children of anons PASS: gdb.mi/mi-var-display.exp: create local variable e -XFAIL: gdb.mi/mi-var-display.exp: eval variable e +PASS: gdb.mi/mi-var-display.exp: eval variable e PASS: gdb.mi/mi-var-display.exp: info type variable e PASS: gdb.mi/mi-var-display.exp: is e editable PASS: gdb.mi/mi-var-display.exp: get number of children of e @@ -958,6 +961,8 @@ 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-watch-nonstop.exp ... +UNSUPPORTED: gdb.mi/mi-watch-nonstop.exp: displaced stepping Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-watch.exp ... PASS: gdb.mi/mi-watch.exp: hw watchpoints toggle (1) PASS: gdb.mi/mi-watch.exp: sw: breakpoint at callee4 @@ -1582,7 +1587,7 @@ PASS: gdb.mi/mi2-var-display.exp: is anons editable PASS: gdb.mi/mi2-var-display.exp: get number of children of anons PASS: gdb.mi/mi2-var-display.exp: get children of anons PASS: gdb.mi/mi2-var-display.exp: create local variable e -XFAIL: gdb.mi/mi2-var-display.exp: eval variable e +PASS: gdb.mi/mi2-var-display.exp: eval variable e PASS: gdb.mi/mi2-var-display.exp: info type variable e PASS: gdb.mi/mi2-var-display.exp: is e editable PASS: gdb.mi/mi2-var-display.exp: get number of children of e @@ -1618,10 +1623,10 @@ PASS: gdb.mi/mi2-watch.exp: hw: watchpoint trigger === gdb Summary === # of expected passes 1500 -# of unexpected failures 4 +# of unexpected failures 8 # of unexpected successes 2 -# of expected failures 26 +# of expected failures 24 # of known failures 3 -# of unsupported tests 7 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +# of unsupported tests 8 +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120101-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 3d1388e8..24eaca68 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 Tue Nov 6 16:10:35 2012 +Test Run By thomas on Thu Nov 8 02:40:41 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.3.50.20111016-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.20120101-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 d124c0e6..9746e76d 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 Tue Nov 6 16:10:43 2012 +Test Run By thomas on Thu Nov 8 02:40:49 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -38,5 +38,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.multi/bkpt-multi-exec.exp .. === gdb Summary === # of expected passes 25 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-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.20120101-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 54a27250..fad6caa7 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 Tue Nov 6 16:11:25 2012 +Test Run By thomas on Thu Nov 8 02:41:20 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.3.50.20111016-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.20120101-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 8fa8722c..07bbcbe0 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 Tue Nov 6 16:11:44 2012 +Test Run By thomas on Thu Nov 8 02:41:38 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.3.50.20111016-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.20120101-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 9435e9c3..aa21a7f8 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 Tue Nov 6 16:11:47 2012 +Test Run By thomas on Thu Nov 8 02:41:41 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -104,5 +104,5 @@ PASS: gdb.opt/inline-locals.exp: print local (3) # of expected passes 85 # of expected failures 1 # of known failures 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-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.20120101-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 05b7794e..d15f5f9d 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 Tue Nov 6 16:12:21 2012 +Test Run By thomas on Thu Nov 8 02:42:13 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.3.50.20111016-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.20120101-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 a7c928ea..d4736518 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 Tue Nov 6 16:12:34 2012 +Test Run By thomas on Thu Nov 8 02:42:26 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -47,12 +47,21 @@ PASS: gdb.python/lib-types.exp: python enum1_dict = gdb.types.make_enum_dict (en PASS: gdb.python/lib-types.exp: python enum1_list = enum1_dict.items () PASS: gdb.python/lib-types.exp: python enum1_list.sort () PASS: gdb.python/lib-types.exp: python print enum1_list +PASS: gdb.python/lib-types.exp: python struct_a = gdb.lookup_type ('struct A') +PASS: gdb.python/lib-types.exp: python print struct_a.keys () +PASS: gdb.python/lib-types.exp: python print [k for k,v in gdb.types.deep_items(struct_a)] Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-block.exp ... PASS: gdb.python/py-block.exp: continue to breakpoint: Block break here. PASS: gdb.python/py-block.exp: Check block not None PASS: gdb.python/py-block.exp: First anonymous block PASS: gdb.python/py-block.exp: Check start not None PASS: gdb.python/py-block.exp: Check end not None +PASS: gdb.python/py-block.exp: Not a global block +PASS: gdb.python/py-block.exp: Not a static block +PASS: gdb.python/py-block.exp: Get block +PASS: gdb.python/py-block.exp: Get block +PASS: gdb.python/py-block.exp: Is the global block +PASS: gdb.python/py-block.exp: Is the static block PASS: gdb.python/py-block.exp: Get superblock PASS: gdb.python/py-block.exp: Second anonymous block PASS: gdb.python/py-block.exp: Get superblock 2 @@ -252,9 +261,68 @@ 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-finish-breakpoint.exp ... +PASS: gdb.python/py-finish-breakpoint.exp: disable confirmation +PASS: gdb.python/py-finish-breakpoint.exp: import python scripts +PASS: gdb.python/py-finish-breakpoint.exp: continue to the function to finish +PASS: gdb.python/py-finish-breakpoint.exp: set FinishBreakpoint with default frame value +PASS: gdb.python/py-finish-breakpoint.exp: set FinishBreakpoint +PASS: gdb.python/py-finish-breakpoint.exp: check return_value at init +PASS: gdb.python/py-finish-breakpoint.exp: check MyFinishBreakpoint hit +PASS: gdb.python/py-finish-breakpoint.exp: check return_value +PASS: gdb.python/py-finish-breakpoint.exp: check finishBP on default frame has been hit +PASS: gdb.python/py-finish-breakpoint.exp: ensure that finish bp is invalid afer normal hit +PASS: gdb.python/py-finish-breakpoint.exp: return to main() +PASS: gdb.python/py-finish-breakpoint.exp: check FinishBP not allowed in main +PASS: gdb.python/py-finish-breakpoint.exp: import python scripts +PASS: gdb.python/py-finish-breakpoint.exp: ensure that shared lib has no debug info +PASS: gdb.python/py-finish-breakpoint.exp: continue to do_nothing +PASS: gdb.python/py-finish-breakpoint.exp: set finish breakpoint +PASS: gdb.python/py-finish-breakpoint.exp: check FinishBreakpoint hit +PASS: gdb.python/py-finish-breakpoint.exp: check return value without debug symbol +PASS: gdb.python/py-finish-breakpoint.exp: import python scripts +PASS: gdb.python/py-finish-breakpoint.exp: set finish breakpoint +PASS: gdb.python/py-finish-breakpoint.exp: set BP after the jump +PASS: gdb.python/py-finish-breakpoint.exp: check FinishBP out of scope notification +PASS: gdb.python/py-finish-breakpoint.exp: ensure that finish bp is invalid afer out of scope notification +PASS: gdb.python/py-finish-breakpoint.exp: import python scripts +PASS: gdb.python/py-finish-breakpoint.exp: set a conditional BP +PASS: gdb.python/py-finish-breakpoint.exp: set FinishBP in a breakpoint condition +PASS: gdb.python/py-finish-breakpoint.exp: don't allow FinishBreakpoint on dummy frames +PASS: gdb.python/py-finish-breakpoint.exp: check stopped location +PASS: gdb.python/py-finish-breakpoint.exp: import python scripts +PASS: gdb.python/py-finish-breakpoint.exp: set conditional BP +PASS: gdb.python/py-finish-breakpoint.exp: set BP in condition +PASS: gdb.python/py-finish-breakpoint.exp: stop in condition function +PASS: gdb.python/py-finish-breakpoint.exp: finish condition evaluation +PASS: gdb.python/py-finish-breakpoint.exp: stop at conditional breakpoint +PASS: gdb.python/py-finish-breakpoint.exp: check stopped location +PASS: gdb.python/py-finish-breakpoint.exp: import python scripts +PASS: gdb.python/py-finish-breakpoint.exp: prepare TestExplicitBreakpoint +PASS: gdb.python/py-finish-breakpoint.exp: don't allow FinishBreakpoint on dummy frames +PASS: gdb.python/py-finish-breakpoint.exp: prepare TestExplicitBreakpoint +PASS: gdb.python/py-finish-breakpoint.exp: FinishBP stop at during explicit function call +PASS: gdb.python/py-finish-breakpoint.exp: switch to exit() test +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 +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 +PASS: gdb.python/py-finish-breakpoint2.exp: check BP count +PASS: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception +PASS: gdb.python/py-finish-breakpoint2.exp: check FinishBreakpoint in catch() +PASS: gdb.python/py-finish-breakpoint2.exp: check finish BP removal +PASS: gdb.python/py-finish-breakpoint2.exp: continue to second exception +PASS: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception +PASS: gdb.python/py-finish-breakpoint2.exp: FinishBreakpoint with exception thrown not caught Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-frame-inline.exp ... -gdb compile failed, ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-frame-inline.c:21:1: warning: always_inline function might not be inlinable [-Wattributes] -UNTESTED: gdb.python/py-frame-inline.exp: py-frame-inline.exp +PASS: gdb.python/py-frame-inline.exp: continue to breakpoint: Block break here. +PASS: gdb.python/py-frame-inline.exp: info frame +PASS: gdb.python/py-frame-inline.exp: up +PASS: gdb.python/py-frame-inline.exp: python print gdb.selected_frame().read_var('l') Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-frame.exp ... PASS: gdb.python/py-frame.exp: continue to breakpoint: Block break here. PASS: gdb.python/py-frame.exp: test i @@ -330,7 +398,7 @@ PASS: gdb.python/py-function.exp: Test Normal Error - def invoke(self): PASS: gdb.python/py-function.exp: Test Normal Error - raise RuntimeError("This is a Normal Error") PASS: gdb.python/py-function.exp: Test Normal Error - NormalError () PASS: gdb.python/py-function.exp: Test Normal Error - end -PASS: gdb.python/py-function.exp: set python print-stack on +PASS: gdb.python/py-function.exp: set python print-stack full PASS: gdb.python/py-function.exp: Test a Runtime error. There should be a stack trace. PASS: gdb.python/py-function.exp: input command-calling function - python PASS: gdb.python/py-function.exp: input command-calling function - class CallCommand(gdb.Function): @@ -677,7 +745,7 @@ PASS: gdb.python/py-prettyprint.exp: print cstring PASS: gdb.python/py-prettyprint.exp: print estring PASS: gdb.python/py-prettyprint.exp: python pp_ls_encoding = 'UTF-8' PASS: gdb.python/py-prettyprint.exp: print estring2 -PASS: gdb.python/py-prettyprint.exp: set python print-stack on +PASS: gdb.python/py-prettyprint.exp: set python print-stack full PASS: gdb.python/py-prettyprint.exp: print hint_error PASS: gdb.python/py-prettyprint.exp: print c PASS: gdb.python/py-prettyprint.exp: print nstype @@ -712,7 +780,7 @@ PASS: gdb.python/py-prettyprint.exp: print cstring PASS: gdb.python/py-prettyprint.exp: print estring PASS: gdb.python/py-prettyprint.exp: python pp_ls_encoding = 'UTF-8' PASS: gdb.python/py-prettyprint.exp: print estring2 -PASS: gdb.python/py-prettyprint.exp: set python print-stack on +PASS: gdb.python/py-prettyprint.exp: set python print-stack full PASS: gdb.python/py-prettyprint.exp: print hint_error PASS: gdb.python/py-prettyprint.exp: print c PASS: gdb.python/py-prettyprint.exp: print nstype @@ -843,6 +911,7 @@ PASS: gdb.python/py-template.exp: python foo = gdb.history(0) PASS: gdb.python/py-template.exp: const int * volatile * const * volatile * Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-type.exp ... PASS: gdb.python/py-type.exp: continue to breakpoint: break to inspect struct and array. +PASS: gdb.python/py-type.exp: c typedef field list PASS: gdb.python/py-type.exp: print value PASS: gdb.python/py-type.exp: get value from history PASS: gdb.python/py-type.exp: get fields @@ -855,6 +924,12 @@ PASS: gdb.python/py-type.exp: Check fields iteration over values PASS: gdb.python/py-type.exp: Check fields items list PASS: gdb.python/py-type.exp: Check field name exists test PASS: gdb.python/py-type.exp: Check field name nonexists test +PASS: gdb.python/py-type.exp: Check conversion to bool +PASS: gdb.python/py-type.exp: python print len (st.type['a'].type) +PASS: gdb.python/py-type.exp: python print st.type['a'].type.has_key ('x') +PASS: gdb.python/py-type.exp: python print st.type['a'].type.keys () +PASS: gdb.python/py-type.exp: python print st.type['a'].type['x'] +PASS: gdb.python/py-type.exp: python print not not st.type['a'].type PASS: gdb.python/py-type.exp: print value PASS: gdb.python/py-type.exp: get value from history PASS: gdb.python/py-type.exp: python fields = ar.type.fields() @@ -875,6 +950,7 @@ PASS: gdb.python/py-type.exp: Check enum field lookup by name PASS: gdb.python/py-type.exp: Check num fields iteration over values PASS: gdb.python/py-type.exp: Check enum fields items list PASS: gdb.python/py-type.exp: continue to breakpoint: break to inspect struct and array. +PASS: gdb.python/py-type.exp: c++ typedef field list PASS: gdb.python/py-type.exp: print value PASS: gdb.python/py-type.exp: get value from history PASS: gdb.python/py-type.exp: get fields @@ -895,6 +971,12 @@ PASS: gdb.python/py-type.exp: Check fields iteration over values PASS: gdb.python/py-type.exp: Check fields items list PASS: gdb.python/py-type.exp: Check field name exists test PASS: gdb.python/py-type.exp: Check field name nonexists test +PASS: gdb.python/py-type.exp: Check conversion to bool +PASS: gdb.python/py-type.exp: python print len (st.type['a'].type) +PASS: gdb.python/py-type.exp: python print st.type['a'].type.has_key ('x') +PASS: gdb.python/py-type.exp: python print st.type['a'].type.keys () +PASS: gdb.python/py-type.exp: python print st.type['a'].type['x'] +PASS: gdb.python/py-type.exp: python print not not st.type['a'].type PASS: gdb.python/py-type.exp: print value PASS: gdb.python/py-type.exp: get value from history PASS: gdb.python/py-type.exp: python fields = ar.type.fields() @@ -927,7 +1009,7 @@ PASS: gdb.python/py-type.exp: python print ttype.template_argument(0) PASS: gdb.python/py-type.exp: python print isinstance(ttype.template_argument(0), gdb.Type) PASS: gdb.python/py-type.exp: python print ttype.template_argument(1) PASS: gdb.python/py-type.exp: python print isinstance(ttype.template_argument(1), gdb.Value) -KPASS: gdb.python/py-type.exp: python print ttype.template_argument(2) (PRMS gcc/41736) +PASS: gdb.python/py-type.exp: python print ttype.template_argument(2) PASS: gdb.python/py-type.exp: print value PASS: gdb.python/py-type.exp: get value from history PASS: gdb.python/py-type.exp: get value from history @@ -1044,11 +1126,21 @@ PASS: gdb.python/py-value.exp: verify dereferenced value PASS: gdb.python/py-value.exp: Test is_optimized_out attribute PASS: gdb.python/py-value.exp: Test address attribute PASS: gdb.python/py-value.exp: parse_and_eval with memory error -PASS: gdb.python/py-value.exp: memory error occurs even for possibly lazy values +PASS: gdb.python/py-value.exp: python inval = gdb.parse_and_eval('*(int*)0') +PASS: gdb.python/py-value.exp: python print inval.is_lazy +PASS: gdb.python/py-value.exp: memory error and lazy values +PASS: gdb.python/py-value.exp: memory error and lazy values PASS: gdb.python/py-value.exp: python argc_lazy = gdb.parse_and_eval('argc') +PASS: gdb.python/py-value.exp: python argc_notlazy = gdb.parse_and_eval('argc') +PASS: gdb.python/py-value.exp: python argc_notlazy.fetch_lazy() +PASS: gdb.python/py-value.exp: python print argc_lazy.is_lazy +PASS: gdb.python/py-value.exp: python print argc_notlazy.is_lazy PASS: gdb.python/py-value.exp: sanity check argc +PASS: gdb.python/py-value.exp: python print argc_lazy.is_lazy PASS: gdb.python/py-value.exp: set argc=2 +PASS: gdb.python/py-value.exp: python print argc_notlazy PASS: gdb.python/py-value.exp: python print argc_lazy +PASS: gdb.python/py-value.exp: python print argc_lazy.is_lazy PASS: gdb.python/py-value.exp: print st PASS: gdb.python/py-value.exp: get value from history PASS: gdb.python/py-value.exp: Test string with no length @@ -1147,7 +1239,8 @@ PASS: gdb.python/python.exp: indented multi-line python command - def foo (): PASS: gdb.python/python.exp: indented multi-line python command - print 'hello, world!' PASS: gdb.python/python.exp: indented multi-line python command - foo () PASS: gdb.python/python.exp: indented multi-line python command - end -PASS: gdb.python/python.exp: source ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/source2.py +PASS: gdb.python/python.exp: source source2.py +PASS: gdb.python/python.exp: source -s source2.py PASS: gdb.python/python.exp: python print gdb.current_objfile() PASS: gdb.python/python.exp: python print gdb.objfiles() PASS: gdb.python/python.exp: pythonX.Y/lib-dynload/*.so @@ -1200,11 +1293,9 @@ PASS: gdb.python/python.exp: Test default write PASS: gdb.python/python.exp: Test stderr write PASS: gdb.python/python.exp: Test stdout write PASS: gdb.python/python.exp: Test stdlog write -PASS: gdb.python/python.exp: Test deprecation maint show warning. -PASS: gdb.python/python.exp: Test deprecation maint set warning. -PASS: gdb.python/python.exp: Test print-backtrace show setting. Default off. +PASS: gdb.python/python.exp: Test print-backtrace show setting. Default is message. PASS: gdb.python/python.exp: Test print-backtrace set setting -PASS: gdb.python/python.exp: show python print-stack +PASS: gdb.python/python.exp: Test print-backtrace show setting to full. PASS: gdb.python/python.exp: prompt substitution - python PASS: gdb.python/python.exp: prompt substitution - someCounter = 0 PASS: gdb.python/python.exp: prompt substitution - def prompt(current): @@ -1238,13 +1329,27 @@ PASS: gdb.python/python.exp: prompt substitution readline - end PASS: gdb.python/python.exp: set basic extended prompt PASS: gdb.python/python.exp: set extended prompt working directory PASS: gdb.python/python.exp: set extended prompt parameter +PASS: gdb.python/python.exp: Test print-backtrace show setting. Default is message. +PASS: gdb.python/python.exp: Test print-backtrace set setting +PASS: gdb.python/python.exp: Test print-backtrace show setting to full. +PASS: gdb.python/python.exp: Test print-backtrace set setting +PASS: gdb.python/python.exp: Test print-backtrace show setting to none. +PASS: gdb.python/python.exp: Test print-backtrace set setting +PASS: gdb.python/python.exp: prompt substitution readline - python +PASS: gdb.python/python.exp: prompt substitution readline - pCounter = 0 +PASS: gdb.python/python.exp: prompt substitution readline - def error_prompt(current): +PASS: gdb.python/python.exp: prompt substitution readline - raise RuntimeError("Python exception called") +PASS: gdb.python/python.exp: prompt substitution readline - end +PASS: gdb.python/python.exp: set hook +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 === gdb Summary === -# of expected passes 1190 -# of unexpected failures 7 -# of unknown successes 1 -# of untested testcases 1 +# of expected passes 1297 +# of unexpected failures 8 # of unsupported tests 2 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-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.20120101-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 3ca810c4..144aa011 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 Tue Nov 6 16:18:39 2012 +Test Run By thomas on Thu Nov 8 02:49:52 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.3.50.20111016-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.20120101-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 ffe9c7dc..b2d81197 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 Tue Nov 6 16:18:41 2012 +Test Run By thomas on Thu Nov 8 02:49:54 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -15,5 +15,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.server/server-run.exp ... === gdb Summary === -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-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.20120101-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 7fa209ed..dbca5c7b 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 Tue Nov 6 16:18:42 2012 +Test Run By thomas on Thu Nov 8 02:49:55 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.3.50.20111016-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.20120101-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 4c587b5b..44b0d6fa 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 Tue Nov 6 16:19:16 2012 +Test Run By thomas on Thu Nov 8 02:50:29 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -9,7 +9,6 @@ Schedule of variations: Running target unix Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/attach-into-signal.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/attach-stopped.exp ... -Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/attachstop-mt.exp ... 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 @@ -123,10 +122,52 @@ 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 -PASS: gdb.threads/manythreads.exp: stop threads 2 -PASS: gdb.threads/manythreads.exp: GDB exits after stopping multithreaded program +FAIL: gdb.threads/manythreads.exp: stop threads 2 (timeout) +FAIL: gdb.threads/manythreads.exp: GDB exits after stopping multithreaded program (timeout) 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 ... +PASS: gdb.threads/no-unwaited-for-left.exp: successfully compiled posix threads test case +FAIL: gdb.threads/no-unwaited-for-left.exp: continue to breakpoint: break-here +FAIL: gdb.threads/no-unwaited-for-left.exp: enable scheduler-locking, for thread 2 +FAIL: gdb.threads/no-unwaited-for-left.exp: continue stops when thread 2 exits +FAIL: gdb.threads/no-unwaited-for-left.exp: only main thread left, thread 2 terminated +PASS: gdb.threads/no-unwaited-for-left.exp: select main thread +FAIL: gdb.threads/no-unwaited-for-left.exp: disable scheduler-locking, letting new thread start +FAIL: gdb.threads/no-unwaited-for-left.exp: continue to breakpoint: break-here-2 +FAIL: gdb.threads/no-unwaited-for-left.exp: enable scheduler-locking, for main thread +FAIL: gdb.threads/no-unwaited-for-left.exp: continue stops when the main thread exits (the program is no longer running) +FAIL: gdb.threads/no-unwaited-for-left.exp: only thread 3 left, main thread terminated +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/non-ldr-exc-1.exp ... +PASS: gdb.threads/non-ldr-exc-1.exp: successfully compiled posix threads test case +FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched0: continue to breakpoint: break-here +FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched0: continue over exec +FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched1: continue to breakpoint: break-here +FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched1: set scheduler-locking on +FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched1: continue over exec +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/non-ldr-exc-2.exp ... +PASS: gdb.threads/non-ldr-exc-2.exp: successfully compiled posix threads test case +FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched0: continue to breakpoint: break-here +FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched0: single thread left +FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched0: continue over exec +FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched1: continue to breakpoint: break-here +FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched1: single thread left +FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched1: set scheduler-locking on +FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched1: continue over exec +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/non-ldr-exc-3.exp ... +PASS: gdb.threads/non-ldr-exc-3.exp: successfully compiled posix threads test case +FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched0: continue to breakpoint: break-here +FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched0: continue over exec +FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched1: continue to breakpoint: break-here +FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched1: set scheduler-locking on +FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched1: continue over exec +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/non-ldr-exc-4.exp ... +PASS: gdb.threads/non-ldr-exc-4.exp: successfully compiled posix threads test case +FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched0: continue to breakpoint: break-here +FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched0: continue over exec +FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched1: continue to breakpoint: break-here +FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched1: set scheduler-locking on +FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched1: continue over exec Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/pending-step.exp ... PASS: gdb.threads/pending-step.exp: successfully compiled posix threads test case PASS: gdb.threads/pending-step.exp: continue to breakpoint: continue to first breakpoint hit @@ -310,6 +351,10 @@ PASS: gdb.threads/tls-shared.exp: print storage info for thread local storage va PASS: gdb.threads/tls-shared.exp: break at and of main PASS: gdb.threads/tls-shared.exp: continue to break PASS: gdb.threads/tls-shared.exp: print result +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/tls-var.exp ... +PASS: gdb.threads/tls-var.exp: successfully compiled posix threads test case +PASS: gdb.threads/tls-var.exp: whatis tls_var +FAIL: gdb.threads/tls-var.exp: print tls_var Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/tls.exp ... PASS: gdb.threads/tls.exp: successfully compiled posix threads test case PASS: gdb.threads/tls.exp: set breakpoint at all threads @@ -371,9 +416,9 @@ FAIL: gdb.threads/watchthreads2.exp: all threads started === gdb Summary === -# of expected passes 163 -# of unexpected failures 115 +# of expected passes 169 +# of unexpected failures 149 # of unresolved testcases 1 # of unsupported tests 5 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-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.20120101-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 e276ebc7..cc630061 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 Tue Nov 6 16:33:35 2012 +Test Run By thomas on Thu Nov 8 03:07:00 2012 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -82,6 +82,8 @@ PASS: gdb.trace/ax.exp: maint agent-eval &gdb_long_test == &gdb_short_test PASS: gdb.trace/ax.exp: maint agent-eval &gdb_long_test < &gdb_short_test Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/backtrace.exp ... PASS: gdb.trace/backtrace.exp: Current target does not support trace +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/change-loc.exp ... +UNSUPPORTED: gdb.trace/change-loc.exp: Current target does not support trace Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/circ.exp ... PASS: gdb.trace/circ.exp: set circular-trace-buffer on PASS: gdb.trace/circ.exp: show circular-trace-buffer (on) @@ -109,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/ftrace.exp ... +UNSUPPORTED: gdb.trace/ftrace.exp: target does not support trace Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/infotrace.exp ... PASS: gdb.trace/infotrace.exp: 2.1: info tracepoints (all) PASS: gdb.trace/infotrace.exp: 2.2a: info tracepoint 1 (gdb_c_test) @@ -142,6 +146,8 @@ PASS: gdb.trace/passcount.exp: 4.7: set passcount to large number (32767) PASS: gdb.trace/passcount.exp: 4.7: set passcount to large number (32767) PASS: gdb.trace/passcount.exp: 4.8: invalid tracepoint number in passcount PASS: gdb.trace/passcount.exp: 4.9: help passcount +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/pending.exp ... +UNSUPPORTED: gdb.trace/pending.exp: Current target does not support trace Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/report.exp ... PASS: gdb.trace/report.exp: Current target does not support trace Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/save-trace.exp ... @@ -179,6 +185,11 @@ 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/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 PASS: gdb.trace/tfile.exp: info tracepoints on trace file @@ -196,13 +207,15 @@ PASS: gdb.trace/tfile.exp: tstatus on error trace file PASS: gdb.trace/tfile.exp: interpreter-exec mi "-target-select tfile basic.tf" Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/tfind.exp ... PASS: gdb.trace/tfind.exp: Current target does not support trace +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/trace-break.exp ... +UNSUPPORTED: gdb.trace/trace-break.exp: target does not support trace Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/tracecmd.exp ... PASS: gdb.trace/tracecmd.exp: 1.0: help tracepoints PASS: gdb.trace/tracecmd.exp: 1.1a: set tracepoint at sourceline PASS: gdb.trace/tracecmd.exp: 1.1b: trace sourcefile:line +PASS: gdb.trace/tracecmd.exp: set breakpoint pending off PASS: gdb.trace/tracecmd.exp: 1.2a: trace invalid line in sourcefile PASS: gdb.trace/tracecmd.exp: 1.2b: reject invalid line in srcfile -PASS: gdb.trace/tracecmd.exp: set breakpoint pending off PASS: gdb.trace/tracecmd.exp: 1.3a: trace invalid source file PASS: gdb.trace/tracecmd.exp: 1.3b: reject invalid srcfile PASS: gdb.trace/tracecmd.exp: 1.4a: trace function by name @@ -221,6 +234,8 @@ PASS: gdb.trace/tracecmd.exp: Declined to set a fast tracepoint Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/tspeed.exp ... gdb compile failed, gcc: error: [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../gdbserver/libinproctrace.so: No such file or directory UNTESTED: gdb.trace/tspeed.exp: tspeed.exp +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/tstatus.exp ... +UNSUPPORTED: gdb.trace/tstatus.exp: target does not support trace Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/tsv.exp ... PASS: gdb.trace/tsv.exp: Create a trace state variable PASS: gdb.trace/tsv.exp: Create a trace state variable with initial value @@ -252,6 +267,7 @@ PASS: gdb.trace/while-stepping.exp: 5.16: confirm actions, step without collecti === gdb Summary === # of expected passes 219 -# of untested testcases 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.3.50.20111016-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +# of untested testcases 2 +# of unsupported tests 6 +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.4.50.20120101-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 399b3d78..09f9cbd3 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 Tue Nov 6 16:36:04 2012 +Test Run By thomas on Thu Nov 8 03:10:03 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.3.50.20111016-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.20120101-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory |