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/gdb/testsuite/gdb.ada/gdb.sum | |
parent | da70badc277df3d9fa2bcf35fed9a694e5d1880e (diff) |
gdb: fe19822761b4635f392875a186e48af446b40f41 (2012-01-01)
Diffstat (limited to 'gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum')
-rw-r--r-- | gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.ada/gdb.sum | 81 |
1 files changed, 48 insertions, 33 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 |