diff options
Diffstat (limited to 'gdb/coulomb.SCHWINGE')
32 files changed, 459 insertions, 383 deletions
diff --git a/gdb/coulomb.SCHWINGE/log_build b/gdb/coulomb.SCHWINGE/log_build index ee6e60eb..d5bd994e 100644 --- a/gdb/coulomb.SCHWINGE/log_build +++ b/gdb/coulomb.SCHWINGE/log_build @@ -199,7 +199,7 @@ checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, cha checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... bison -checking version of bison... 2.5, ok +checking version of bison... 2.7.12, ok checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... yes @@ -224,6 +224,8 @@ checking build system type... i686-unknown-gnu0.3 checking host system type... i686-unknown-gnu0.3 checking for i686-unknown-gnu0.3-ar... ar checking for i686-unknown-gnu0.3-ranlib... ranlib +checking whether to install libiberty headers and static library... no +configure: target_header_dir = checking for i686-unknown-gnu0.3-gcc... gcc-4.7 checking for C compiler default output file name... a.out checking whether the C compiler works... yes @@ -533,6 +535,9 @@ checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/stat.h... (cached) yes +checking sys/resource.h usability... yes +checking sys/resource.h presence... yes +checking for sys/resource.h... yes looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes checking for uintptr_t... yes checking for int_least32_t... yes @@ -556,6 +561,7 @@ checking for getuid... yes checking for getgid... yes checking for fileno... yes checking for strtoull... yes +checking for getrlimit... yes checking whether basename is declared... yes checking whether ftello is declared... yes checking whether ftello64 is declared... yes @@ -2879,71 +2885,71 @@ gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tag gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o i386gnu-nat.o -MT i386gnu-nat.o -MMD -MP -MF .deps/i386gnu-nat.Tpo ../../Ferry_Tagscherer/gdb/i386gnu-nat.c gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o gnu-nat.o -MT gnu-nat.o -MMD -MP -MF .deps/gnu-nat.Tpo ../../Ferry_Tagscherer/gdb/gnu-nat.c ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'proc_set_exception_port': -../../Ferry_Tagscherer/gdb/gnu-nat.c:409:3: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:408:3: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'proc_steal_exc_port': -../../Ferry_Tagscherer/gdb/gnu-nat.c:449:7: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:470:7: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:448:7: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:469:7: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'make_proc': -../../Ferry_Tagscherer/gdb/gnu-nat.c:583:7: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:586:7: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:582:7: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:585:7: warning: format '%d' expects argument of type 'int', but argument 8 has type 'mach_port_t' [-Wformat] ../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: -../../Ferry_Tagscherer/gdb/gnu-nat.c:643:1: warning: no previous prototype for 'make_inf' [-Wmissing-prototypes] +../../Ferry_Tagscherer/gdb/gnu-nat.c:642:1: warning: no previous prototype for 'make_inf' [-Wmissing-prototypes] ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'inf_set_pid': -../../Ferry_Tagscherer/gdb/gnu-nat.c:761:3: warning: format '%d' expects argument of type 'int', but argument 7 has type 'task_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:760:3: warning: format '%d' expects argument of type 'int', but argument 7 has type 'task_t' [-Wformat] ../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: -../../Ferry_Tagscherer/gdb/gnu-nat.c:879:1: warning: no previous prototype for 'inf_set_traced' [-Wmissing-prototypes] -../../Ferry_Tagscherer/gdb/gnu-nat.c:980:1: warning: no previous prototype for 'inf_port_to_thread' [-Wmissing-prototypes] +../../Ferry_Tagscherer/gdb/gnu-nat.c:878:1: warning: no previous prototype for 'inf_set_traced' [-Wmissing-prototypes] +../../Ferry_Tagscherer/gdb/gnu-nat.c:979:1: warning: no previous prototype for 'inf_port_to_thread' [-Wmissing-prototypes] ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'inf_validate_procs': -../../Ferry_Tagscherer/gdb/gnu-nat.c:1085:6: warning: format '%d' expects argument of type 'int', but argument 8 has type 'thread_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:1084:6: warning: format '%d' expects argument of type 'int', but argument 8 has type 'thread_t' [-Wformat] ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'inf_signal': -../../Ferry_Tagscherer/gdb/gnu-nat.c:1349:4: warning: format '%d' expects argument of type 'int', but argument 7 has type 'thread_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:1349:4: warning: format '%d' expects argument of type 'int', but argument 8 has type 'thread_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:1348:4: warning: format '%d' expects argument of type 'int', but argument 7 has type 'thread_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:1348:4: warning: format '%d' expects argument of type 'int', but argument 8 has type 'thread_t' [-Wformat] ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'S_exception_raise_request': -../../Ferry_Tagscherer/gdb/gnu-nat.c:1668:3: warning: format '%d' expects argument of type 'int', but argument 7 has type 'thread_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:1668:3: warning: format '%d' expects argument of type 'int', but argument 8 has type 'task_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:1705:8: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:1711:8: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:1667:3: warning: format '%d' expects argument of type 'int', but argument 7 has type 'thread_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:1667:3: warning: format '%d' expects argument of type 'int', but argument 8 has type 'task_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:1704:8: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:1710:8: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat] ../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: -../../Ferry_Tagscherer/gdb/gnu-nat.c:1748:1: warning: no previous prototype for 'inf_task_died_status' [-Wmissing-prototypes] +../../Ferry_Tagscherer/gdb/gnu-nat.c:1747:1: warning: no previous prototype for 'inf_task_died_status' [-Wmissing-prototypes] ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'do_mach_notify_dead_name': -../../Ferry_Tagscherer/gdb/gnu-nat.c:1762:3: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:1761:3: warning: format '%d' expects argument of type 'int', but argument 7 has type 'mach_port_t' [-Wformat] ../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: -../../Ferry_Tagscherer/gdb/gnu-nat.c:2273:1: warning: no previous prototype for 'gnu_read_inferior' [-Wmissing-prototypes] +../../Ferry_Tagscherer/gdb/gnu-nat.c:2272:1: warning: no previous prototype for 'gnu_read_inferior' [-Wmissing-prototypes] ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'gnu_read_inferior': -../../Ferry_Tagscherer/gdb/gnu-nat.c:2283:3: warning: pointer targets in passing argument 5 of 'vm_read' differ in signedness [-Wpointer-sign] -In file included from /usr/include/mach.h:38:0, +../../Ferry_Tagscherer/gdb/gnu-nat.c:2282:3: warning: pointer targets in passing argument 5 of 'vm_read' differ in signedness [-Wpointer-sign] +In file included from /usr/include/mach.h:37:0, from ./nm.h:23, from ../../Ferry_Tagscherer/gdb/defs.h:505, - from ../../Ferry_Tagscherer/gdb/gnu-nat.c:24: + from ../../Ferry_Tagscherer/gdb/gnu-nat.c:23: /usr/include/mach/mach_interface.h:843:15: note: expected 'mach_msg_type_number_t *' but argument is of type 'int *' ../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: -../../Ferry_Tagscherer/gdb/gnu-nat.c:2319:1: warning: no previous prototype for 'gnu_write_inferior' [-Wmissing-prototypes] +../../Ferry_Tagscherer/gdb/gnu-nat.c:2318:1: warning: no previous prototype for 'gnu_write_inferior' [-Wmissing-prototypes] ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'gnu_write_inferior': -../../Ferry_Tagscherer/gdb/gnu-nat.c:2339:4: warning: pointer targets in passing argument 5 of 'vm_read' differ in signedness [-Wpointer-sign] -In file included from /usr/include/mach.h:38:0, +../../Ferry_Tagscherer/gdb/gnu-nat.c:2338:4: warning: pointer targets in passing argument 5 of 'vm_read' differ in signedness [-Wpointer-sign] +In file included from /usr/include/mach.h:37:0, from ./nm.h:23, from ../../Ferry_Tagscherer/gdb/defs.h:505, - from ../../Ferry_Tagscherer/gdb/gnu-nat.c:24: + from ../../Ferry_Tagscherer/gdb/gnu-nat.c:23: /usr/include/mach/mach_interface.h:843:15: note: expected 'mach_msg_type_number_t *' but argument is of type 'int *' -../../Ferry_Tagscherer/gdb/gnu-nat.c:2384:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat] -../../Ferry_Tagscherer/gdb/gnu-nat.c:2394:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:2383:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:2393:8: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'vm_address_t' [-Wformat] ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'gnu_xfer_memory': -../../Ferry_Tagscherer/gdb/gnu-nat.c:2496:2: warning: pointer targets in passing argument 3 of 'gnu_write_inferior' differ in signedness [-Wpointer-sign] -../../Ferry_Tagscherer/gdb/gnu-nat.c:2319:1: note: expected 'char *' but argument is of type 'gdb_byte *' -../../Ferry_Tagscherer/gdb/gnu-nat.c:2498:2: warning: pointer targets in passing argument 3 of 'gnu_read_inferior' differ in signedness [-Wpointer-sign] -../../Ferry_Tagscherer/gdb/gnu-nat.c:2273:1: note: expected 'char *' but argument is of type 'gdb_byte *' +../../Ferry_Tagscherer/gdb/gnu-nat.c:2495:2: warning: pointer targets in passing argument 3 of 'gnu_write_inferior' differ in signedness [-Wpointer-sign] +../../Ferry_Tagscherer/gdb/gnu-nat.c:2318:1: note: expected 'char *' but argument is of type 'gdb_byte *' +../../Ferry_Tagscherer/gdb/gnu-nat.c:2497:2: warning: pointer targets in passing argument 3 of 'gnu_read_inferior' differ in signedness [-Wpointer-sign] +../../Ferry_Tagscherer/gdb/gnu-nat.c:2272:1: note: expected 'char *' but argument is of type 'gdb_byte *' ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'steal_exc_port': -../../Ferry_Tagscherer/gdb/gnu-nat.c:2867:5: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat] +../../Ferry_Tagscherer/gdb/gnu-nat.c:2866:5: warning: format '%d' expects argument of type 'int', but argument 2 has type 'mach_port_t' [-Wformat] ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'set_exceptions_cmd': -../../Ferry_Tagscherer/gdb/gnu-nat.c:2982:15: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] +../../Ferry_Tagscherer/gdb/gnu-nat.c:2981:15: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] ../../Ferry_Tagscherer/gdb/gnu-nat.c: In function 'info_port_rights': -../../Ferry_Tagscherer/gdb/gnu-nat.c:3058:11: warning: passing argument 1 of 'parse_to_comma_and_eval' from incompatible pointer type [enabled by default] +../../Ferry_Tagscherer/gdb/gnu-nat.c:3057:11: warning: passing argument 1 of 'parse_to_comma_and_eval' from incompatible pointer type [enabled by default] In file included from ../../Ferry_Tagscherer/gdb/breakpoint.h:23:0, from ../../Ferry_Tagscherer/gdb/inferior.h:37, - from ../../Ferry_Tagscherer/gdb/gnu-nat.c:56: + from ../../Ferry_Tagscherer/gdb/gnu-nat.c:55: ../../Ferry_Tagscherer/gdb/value.h:729:22: note: expected 'const char **' but argument is of type 'char **' ../../Ferry_Tagscherer/gdb/gnu-nat.c: At top level: -../../Ferry_Tagscherer/gdb/gnu-nat.c:3417:1: warning: no previous prototype for '_initialize_gnu_nat' [-Wmissing-prototypes] +../../Ferry_Tagscherer/gdb/gnu-nat.c:3416:1: warning: no previous prototype for '_initialize_gnu_nat' [-Wmissing-prototypes] gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o core-regset.o -MT core-regset.o -MMD -MP -MF .deps/core-regset.Tpo ../../Ferry_Tagscherer/gdb/core-regset.c gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o fork-child.o -MT fork-child.o -MMD -MP -MF .deps/fork-child.Tpo ../../Ferry_Tagscherer/gdb/fork-child.c gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tagscherer/gdb/common -I../../Ferry_Tagscherer/gdb/config -DLOCALEDIR="\"[...]/tschwinge/Ferry_Tagscherer.build.install/share/locale\"" -DHAVE_CONFIG_H -I../../Ferry_Tagscherer/gdb/../include/opcode -I../../Ferry_Tagscherer/gdb/../opcodes/.. -I../../Ferry_Tagscherer/gdb/../readline/.. -I../bfd -I../../Ferry_Tagscherer/gdb/../bfd -I../../Ferry_Tagscherer/gdb/../include -I../libdecnumber -I../../Ferry_Tagscherer/gdb/../libdecnumber -I../../Ferry_Tagscherer/gdb/gnulib/import -Ibuild-gnulib/import -DTUI=1 -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wpointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -Wformat-nonliteral -c -o notify_S.o -MT notify_S.o -MMD -MP -MF .deps/notify_S.Tpo notify_S.c @@ -3399,7 +3405,7 @@ gcc-4.7 -g -O2 -D_GNU_SOURCE -I. -I../../Ferry_Tagscherer/gdb -I../../Ferry_Tag rm -f gdb gcc-4.7 -g -O2 -D_GNU_SOURCE -static-libstdc++ -static-libgcc \ -o gdb gdb.o i386-tdep.o i387-tdep.o i386gnu-tdep.o solib-svr4.o ser-base.o ser-unix.o ser-pipe.o ser-tcp.o i386gnu-nat.o gnu-nat.o core-regset.o fork-child.o notify_S.o process_reply_S.o msg_reply_S.o msg_U.o exc_request_U.o exc_request_S.o remote.o dcache.o tracepoint.o ax-general.o ax-gdb.o remote-fileio.o remote-notif.o ctf.o cli-dump.o cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-logging.o cli-interp.o cli-utils.o mi-out.o mi-console.o mi-cmds.o mi-cmd-catch.o mi-cmd-env.o mi-cmd-var.o mi-cmd-break.o mi-cmd-stack.o mi-cmd-file.o mi-cmd-disas.o mi-symbol-cmds.o mi-cmd-target.o mi-cmd-info.o mi-interp.o mi-main.o mi-parse.o mi-getopt.o tui-command.o tui-data.o tui-disasm.o tui-file.o tui-hooks.o tui-interp.o tui-io.o tui-layout.o tui-out.o tui-regs.o tui-source.o tui-stack.o tui-win.o tui-windata.o tui-wingeneral.o tui-winsource.o tui.o python.o py-arch.o py-auto-load.o py-block.o py-bpevent.o py-breakpoint.o py-cmd.o py-continueevent.o py-event.o py-evtregistry.o py-evts.o py-exitedevent.o py-finishbreakpoint.o py-frame.o py-framefilter.o py-function.o py-gdb-readline.o py-inferior.o py-infthread.o py-lazy-string.o py-newobjfileevent.o py-objfile.o py-param.o py-prettyprint.o py-progspace.o py-signalevent.o py-stopevent.o py-symbol.o py-symtab.o py-threadevent.o py-type.o py-utils.o py-value.o elfread.o stap-probe.o posix-hdep.o c-exp.o cp-name-parser.o ada-exp.o jv-exp.o f-exp.o go-exp.o m2-exp.o p-exp.o version.o annotate.o addrmap.o auto-load.o auxv.o agent.o bfd-target.o blockframe.o breakpoint.o break-catch-sig.o break-catch-throw.o findvar.o regcache.o cleanups.o charset.o continuations.o corelow.o disasm.o dummy-frame.o dfp.o source.o value.o eval.o valops.o valarith.o valprint.o printcmd.o block.o symtab.o psymtab.o symfile.o symmisc.o linespec.o dictionary.o infcall.o infcmd.o infrun.o expprint.o environ.o stack.o thread.o exceptions.o filesystem.o filestuff.o inf-child.o interps.o minidebug.o main.o macrotab.o macrocmd.o macroexp.o macroscope.o mi-common.o event-loop.o event-top.o inf-loop.o completer.o gdbarch.o arch-utils.o gdbtypes.o gdb_bfd.o gdb_obstack.o osabi.o copying.o memattr.o mem-break.o target.o parse.o language.o buildsym.o findcmd.o std-regs.o signals.o exec.o reverse.o bcache.o objfiles.o observer.o minsyms.o maint.o demangle.o dbxread.o coffread.o coff-pe-read.o dwarf2read.o mipsread.o stabsread.o corefile.o dwarf2expr.o dwarf2loc.o dwarf2-frame.o dwarf2-frame-tailcall.o ada-lang.o c-lang.o d-lang.o f-lang.o objc-lang.o ada-tasks.o ada-varobj.o ui-out.o cli-out.o varobj.o vec.o go-lang.o go-valprint.o go-typeprint.o jv-lang.o jv-valprint.o jv-typeprint.o m2-lang.o opencl-lang.o p-lang.o p-typeprint.o p-valprint.o sentinel-frame.o complaints.o typeprint.o ada-typeprint.o c-typeprint.o f-typeprint.o m2-typeprint.o ada-valprint.o c-valprint.o cp-valprint.o d-valprint.o f-valprint.o m2-valprint.o serial.o mdebugread.o top.o utils.o ui-file.o user-regs.o frame.o frame-unwind.o doublest.o frame-base.o inline-frame.o gnu-v2-abi.o gnu-v3-abi.o cp-abi.o cp-support.o cp-namespace.o reggroups.o regset.o trad-frame.o tramp-frame.o solib.o solib-target.o prologue-value.o memory-map.o memrange.o xml-support.o xml-syscall.o xml-utils.o target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o inferior.o osdata.o gdb_usleep.o record.o record-full.o gcore.o gdb_vecs.o jit.o progspace.o skip.o probe.o common-utils.o buffer.o ptid.o gdb-dlfcn.o common-agent.o format.o registry.o btrace.o record-btrace.o inflow.o init.o \ - ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lshouldbeinlibc -ldl -lncurses -lz -lm -L/usr/lib/python2.7/config -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat -llzma ../libiberty/libiberty.a build-gnulib/import/libgnu.a + ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lshouldbeinlibc -ldl -lncurses -lz -lm -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lexpat -llzma ../libiberty/libiberty.a build-gnulib/import/libgnu.a make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb' make[4]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/doc' make[4]: Nothing to be done for `all'. diff --git a/gdb/coulomb.SCHWINGE/log_install b/gdb/coulomb.SCHWINGE/log_install index ec3fa460..0965eb5c 100644 --- a/gdb/coulomb.SCHWINGE/log_install +++ b/gdb/coulomb.SCHWINGE/log_install @@ -208,19 +208,19 @@ make[2]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/libiberty' make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/libiberty/testsuite' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/libiberty/testsuite' -/bin/dash ../../Ferry_Tagscherer/libiberty/../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory` -/usr/bin/install -c -m 644 ./libiberty.a [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`/./libiberty.an -( cd [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ) -mv -f [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`/./libiberty.an [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`/./libiberty.a if test -n ""; then \ - case "" in \ - /*) thd=;; \ - *) thd=[...]/tschwinge/Ferry_Tagscherer.build.install/include/;; \ - esac; \ - /bin/dash ../../Ferry_Tagscherer/libiberty/../mkinstalldirs ${thd}; \ - for h in ../../Ferry_Tagscherer/libiberty/../include/ansidecl.h ../../Ferry_Tagscherer/libiberty/../include/demangle.h ../../Ferry_Tagscherer/libiberty/../include/dyn-string.h ../../Ferry_Tagscherer/libiberty/../include/fibheap.h ../../Ferry_Tagscherer/libiberty/../include/floatformat.h ../../Ferry_Tagscherer/libiberty/../include/hashtab.h ../../Ferry_Tagscherer/libiberty/../include/libiberty.h ../../Ferry_Tagscherer/libiberty/../include/objalloc.h ../../Ferry_Tagscherer/libiberty/../include/partition.h ../../Ferry_Tagscherer/libiberty/../include/safe-ctype.h ../../Ferry_Tagscherer/libiberty/../include/sort.h ../../Ferry_Tagscherer/libiberty/../include/splay-tree.h ../../Ferry_Tagscherer/libiberty/../include/timeval-utils.h; do \ - /usr/bin/install -c -m 644 $h ${thd}; \ - done; \ + /bin/dash ../../Ferry_Tagscherer/libiberty/../mkinstalldirs [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`; \ + /usr/bin/install -c -m 644 ./libiberty.a [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`/./libiberty.an; \ + ( cd [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \ + mv -f [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`/./libiberty.an [...]/tschwinge/Ferry_Tagscherer.build.install/lib/`gcc-4.7 -g -O2 -print-multi-os-directory`/./libiberty.a; \ + case "" in \ + /*) thd=;; \ + *) thd=[...]/tschwinge/Ferry_Tagscherer.build.install/include/;; \ + esac; \ + /bin/dash ../../Ferry_Tagscherer/libiberty/../mkinstalldirs ${thd}; \ + for h in ../../Ferry_Tagscherer/libiberty/../include/ansidecl.h ../../Ferry_Tagscherer/libiberty/../include/demangle.h ../../Ferry_Tagscherer/libiberty/../include/dyn-string.h ../../Ferry_Tagscherer/libiberty/../include/fibheap.h ../../Ferry_Tagscherer/libiberty/../include/floatformat.h ../../Ferry_Tagscherer/libiberty/../include/hashtab.h ../../Ferry_Tagscherer/libiberty/../include/libiberty.h ../../Ferry_Tagscherer/libiberty/../include/objalloc.h ../../Ferry_Tagscherer/libiberty/../include/partition.h ../../Ferry_Tagscherer/libiberty/../include/safe-ctype.h ../../Ferry_Tagscherer/libiberty/../include/sort.h ../../Ferry_Tagscherer/libiberty/../include/splay-tree.h ../../Ferry_Tagscherer/libiberty/../include/timeval-utils.h; do \ + /usr/bin/install -c -m 644 $h ${thd}; \ + done; \ fi make[3]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/libiberty/testsuite' make[3]: Nothing to be done for `install'. diff --git a/gdb/coulomb.SCHWINGE/log_test b/gdb/coulomb.SCHWINGE/log_test index 43f95d50..fd143507 100644 --- a/gdb/coulomb.SCHWINGE/log_test +++ b/gdb/coulomb.SCHWINGE/log_test @@ -11,7 +11,6 @@ make[4]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd/po' make[4]: Nothing to be done for `check'. make[4]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd/po' make[4]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd' -make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd' make[3]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd' make[2]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/bfd' @@ -70,8 +69,8 @@ make -k check-gdb.base1 check-gdb.base2 check-gdb.ada check-gdb.arch check-gdb.a make[4]: Entering directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite' Nothing to be done for all... Making a new config file... -rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest gdb.base/a2-run.exp gdb.base/advance.exp gdb.base/alias.exp gdb.base/all-bin.exp gdb.base/annota1.exp gdb.base/annota3.exp gdb.base/anon.exp gdb.base/args.exp gdb.base/arithmet.exp gdb.base/arrayidx.exp gdb.base/assign.exp gdb.base/async-shell.exp gdb.base/async.exp gdb.base/attach-pie-misread.exp gdb.base/attach-pie-noexec.exp gdb.base/attach-twice.exp gdb.base/attach.exp gdb.base/auxv.exp gdb.base/bang.exp gdb.base/bfp-test.exp gdb.base/bigcore.exp gdb.base/bitfields.exp gdb.base/bitfields2.exp gdb.base/bitops.exp gdb.base/break-always.exp gdb.base/break-caller-line.exp gdb.base/break-entry.exp gdb.base/break-inline.exp gdb.base/break-interp.exp gdb.base/break-on-linker-gcd-function.exp gdb.base/break.exp gdb.base/breakpoint-shadow.exp gdb.base/call-ar-st.exp gdb.base/call-rt-st.exp gdb.base/call-sc.exp gdb.base/call-signal-resume.exp gdb.base/call-strs.exp gdb.base/callexit.exp gdb.base/callfuncs.exp gdb.base/catch-load.exp gdb.base/catch-signal-fork.exp gdb.base/catch-signal.exp gdb.base/catch-syscall.exp gdb.base/charset.exp gdb.base/checkpoint.exp gdb.base/chng-syms.exp gdb.base/code-expr.exp gdb.base/code_elim.exp gdb.base/commands.exp gdb.base/completion.exp gdb.base/complex.exp gdb.base/comprdebug.exp gdb.base/cond-eval-mode.exp gdb.base/cond-expr.exp gdb.base/condbreak.exp gdb.base/consecutive.exp gdb.base/constvars.exp gdb.base/corefile.exp gdb.base/ctxobj.exp gdb.base/cursal.exp gdb.base/cvexpr.exp gdb.base/dbx.exp gdb.base/debug-expr.exp gdb.base/default.exp gdb.base/define.exp gdb.base/del.exp gdb.base/detach.exp gdb.base/dfp-exprs.exp gdb.base/dfp-test.exp gdb.base/disabled-location.exp gdb.base/disasm-end-cu.exp gdb.base/disp-step-syscall.exp gdb.base/display.exp gdb.base/dmsym.exp gdb.base/dprintf-pending.exp gdb.base/dprintf.exp gdb.base/dump.exp gdb.base/dup-sect.exp gdb.base/duplicate-bp.exp gdb.base/echo.exp gdb.base/empty_exe.exp gdb.base/ena-dis-br.exp gdb.base/ending-run.exp gdb.base/enum_cond.exp gdb.base/enumval.exp gdb.base/environ.exp gdb.base/eu-strip-infcall.exp gdb.base/eval-skip.exp gdb.base/eval.exp gdb.base/exe-lock.exp gdb.base/expand-psymtabs.exp gdb.base/exprs.exp gdb.base/fileio.exp gdb.base/filesym.exp gdb.base/find-unmapped.exp gdb.base/find.exp gdb.base/finish.exp gdb.base/fixsection.exp gdb.base/float.exp gdb.base/foll-exec.exp gdb.base/foll-fork.exp gdb.base/foll-vfork.exp gdb.base/fortran-sym-case.exp gdb.base/frame-args.exp gdb.base/freebpcmd.exp gdb.base/fullname.exp gdb.base/fullpath-expand.exp gdb.base/funcargs.exp gdb.base/gcore-buffer-overflow.exp gdb.base/gcore-relro.exp gdb.base/gcore.exp gdb.base/gdb1056.exp gdb.base/gdb1090.exp gdb.base/gdb11530.exp gdb.base/gdb11531.exp gdb.base/gdb1250.exp gdb.base/gdb1555.exp gdb.base/gdb1821.exp gdb.base/gdbindex-stabs.exp gdb.base/gdbvars.exp gdb.base/gnu-debugdata.exp gdb.base/gnu-ifunc.exp gdb.base/gnu_vector.exp gdb.base/hashline1.exp gdb.base/hashline2.exp gdb.base/hashline3.exp gdb.base/hbreak.exp gdb.base/hbreak2.exp gdb.base/help.exp gdb.base/hook-stop-continue.exp gdb.base/hook-stop-frame.exp gdb.base/huge.exp gdb.base/ifelse.exp gdb.base/included.exp gdb.base/inferior-died.exp gdb.base/infnan.exp gdb.base/info-fun.exp gdb.base/info-macros.exp gdb.base/info-os.exp gdb.base/info-proc.exp gdb.base/info-target.exp gdb.base/infoline.exp gdb.base/interact.exp gdb.base/interp.exp gdb.base/interrupt.exp gdb.base/jit-simple.exp gdb.base/jit-so.exp gdb.base/jit.exp gdb.base/jump.exp gdb.base/kill-after-signal.exp gdb.base/label.exp gdb.base/langs.exp gdb.base/ldbl_e308.exp gdb.base/lineinc.exp gdb.base/linespecs.exp gdb.base/list.exp gdb.base/logical.exp gdb.base/long_long.exp gdb.base/longest-types.exp gdb.base/longjmp.exp gdb.base/macscp.exp gdb.base/maint.exp gdb.base/memattr.exp gdb.base/mips_pro.exp gdb.base/miscexprs.exp gdb.base/morestack.exp gdb.base/moribund-step.exp gdb.base/multi-forks.exp --outdir gdb.base1 -Test Run By thomas on Mon May 27 11:58:15 2013 +rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest gdb.base/a2-run.exp gdb.base/advance.exp gdb.base/alias.exp gdb.base/all-bin.exp gdb.base/annota1.exp gdb.base/annota3.exp gdb.base/anon.exp gdb.base/args.exp gdb.base/arithmet.exp gdb.base/arrayidx.exp gdb.base/assign.exp gdb.base/async-shell.exp gdb.base/async.exp gdb.base/attach-pie-misread.exp gdb.base/attach-pie-noexec.exp gdb.base/attach-twice.exp gdb.base/attach.exp gdb.base/auxv.exp gdb.base/bang.exp gdb.base/bfp-test.exp gdb.base/bigcore.exp gdb.base/bitfields.exp gdb.base/bitfields2.exp gdb.base/bitops.exp gdb.base/break-always.exp gdb.base/break-caller-line.exp gdb.base/break-entry.exp gdb.base/break-inline.exp gdb.base/break-interp.exp gdb.base/break-on-linker-gcd-function.exp gdb.base/break-probes.exp gdb.base/break.exp gdb.base/breakpoint-shadow.exp gdb.base/call-ar-st.exp gdb.base/call-rt-st.exp gdb.base/call-sc.exp gdb.base/call-signal-resume.exp gdb.base/call-strs.exp gdb.base/callexit.exp gdb.base/callfuncs.exp gdb.base/catch-load.exp gdb.base/catch-signal-fork.exp gdb.base/catch-signal.exp gdb.base/catch-syscall.exp gdb.base/charset.exp gdb.base/checkpoint.exp gdb.base/chng-syms.exp gdb.base/code-expr.exp gdb.base/code_elim.exp gdb.base/commands.exp gdb.base/completion.exp gdb.base/complex.exp gdb.base/comprdebug.exp gdb.base/cond-eval-mode.exp gdb.base/cond-expr.exp gdb.base/condbreak.exp gdb.base/consecutive.exp gdb.base/constvars.exp gdb.base/corefile.exp gdb.base/ctxobj.exp gdb.base/cursal.exp gdb.base/cvexpr.exp gdb.base/dbx.exp gdb.base/debug-expr.exp gdb.base/default.exp gdb.base/define.exp gdb.base/del.exp gdb.base/detach.exp gdb.base/dfp-exprs.exp gdb.base/dfp-test.exp gdb.base/disabled-location.exp gdb.base/disasm-end-cu.exp gdb.base/disp-step-syscall.exp gdb.base/display.exp gdb.base/dmsym.exp gdb.base/dprintf-pending.exp gdb.base/dprintf.exp gdb.base/dump.exp gdb.base/dup-sect.exp gdb.base/duplicate-bp.exp gdb.base/echo.exp gdb.base/empty_exe.exp gdb.base/ena-dis-br.exp gdb.base/ending-run.exp gdb.base/enum_cond.exp gdb.base/enumval.exp gdb.base/environ.exp gdb.base/eu-strip-infcall.exp gdb.base/eval-skip.exp gdb.base/eval.exp gdb.base/exe-lock.exp gdb.base/expand-psymtabs.exp gdb.base/exprs.exp gdb.base/fileio.exp gdb.base/filesym.exp gdb.base/find-unmapped.exp gdb.base/find.exp gdb.base/finish.exp gdb.base/fixsection.exp gdb.base/float.exp gdb.base/foll-exec.exp gdb.base/foll-fork.exp gdb.base/foll-vfork.exp gdb.base/fortran-sym-case.exp gdb.base/frame-args.exp gdb.base/freebpcmd.exp gdb.base/fullname.exp gdb.base/fullpath-expand.exp gdb.base/funcargs.exp gdb.base/gcore-buffer-overflow.exp gdb.base/gcore-relro.exp gdb.base/gcore.exp gdb.base/gdb1056.exp gdb.base/gdb1090.exp gdb.base/gdb11530.exp gdb.base/gdb11531.exp gdb.base/gdb1250.exp gdb.base/gdb1555.exp gdb.base/gdb1821.exp gdb.base/gdbindex-stabs.exp gdb.base/gdbvars.exp gdb.base/gnu-debugdata.exp gdb.base/gnu-ifunc.exp gdb.base/gnu_vector.exp gdb.base/hashline1.exp gdb.base/hashline2.exp gdb.base/hashline3.exp gdb.base/hbreak.exp gdb.base/hbreak2.exp gdb.base/help.exp gdb.base/hook-stop-continue.exp gdb.base/hook-stop-frame.exp gdb.base/huge.exp gdb.base/ifelse.exp gdb.base/included.exp gdb.base/inferior-died.exp gdb.base/infnan.exp gdb.base/info-fun.exp gdb.base/info-macros.exp gdb.base/info-os.exp gdb.base/info-proc.exp gdb.base/info-shared.exp gdb.base/info-target.exp gdb.base/infoline.exp gdb.base/interact.exp gdb.base/interp.exp gdb.base/interrupt.exp gdb.base/jit-simple.exp gdb.base/jit-so.exp gdb.base/jit.exp gdb.base/jump.exp gdb.base/kill-after-signal.exp gdb.base/label.exp gdb.base/langs.exp gdb.base/ldbl_e308.exp gdb.base/lineinc.exp gdb.base/linespecs.exp gdb.base/list.exp gdb.base/logical.exp gdb.base/long_long.exp gdb.base/longest-types.exp gdb.base/longjmp.exp gdb.base/macscp.exp gdb.base/maint.exp gdb.base/memattr.exp gdb.base/mips_pro.exp gdb.base/miscexprs.exp gdb.base/morestack.exp gdb.base/moribund-step.exp gdb.base/multi-forks.exp --outdir gdb.base1 +Test Run By thomas on Thu Jun 13 21:09:15 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -135,6 +134,7 @@ FAIL: gdb.base/interrupt.exp: send end of file Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/fullpath-expand.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/a2-run.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/call-signal-resume.exp ... +FAIL: gdb.base/call-signal-resume.exp: continue to program exit Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/hashline2.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/async.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/callexit.exp ... @@ -157,6 +157,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/arithmet.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/attach-twice.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/call-sc.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/info-target.exp ... +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/info-shared.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/expand-psymtabs.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/consecutive.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/cond-expr.exp ... @@ -215,9 +216,6 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/completion.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/list.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/dup-sect.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/long_long.exp ... -FAIL: gdb.base/long_long.exp: p/a *(int *)i -FAIL: gdb.base/long_long.exp: p/a *(long *)l -FAIL: gdb.base/long_long.exp: x/a Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdbindex-stabs.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/label.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/eval.exp ... @@ -317,28 +315,29 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/fullname.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/anon.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdb1250.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/bfp-test.exp ... +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/break-probes.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/jit-so.exp ... 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: setting breakpoint at jit-main.c:130 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: setting breakpoint at jit-main.c:193 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: setting breakpoint at jit-main.c:218 FAIL: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 2 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: setting breakpoint at jit-main.c:130 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: setting breakpoint at jit-main.c:193 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: setting breakpoint at jit-main.c:218 FAIL: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 2 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/bitfields.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/macscp.exp ... @@ -347,17 +346,17 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/gdb1090.exp ... === gdb Summary === -# of expected passes 4531 -# of unexpected failures 92 +# of expected passes 4553 +# of unexpected failures 90 # of expected failures 5 # of known failures 20 -# of untested testcases 2 +# of untested testcases 3 # of unsupported tests 12 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: *** [check-gdb.base1] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest gdb.base/nextoverexit.exp gdb.base/nodebug.exp gdb.base/nofield.exp gdb.base/nostdlib.exp gdb.base/opaque.exp gdb.base/overlays.exp gdb.base/page.exp gdb.base/pc-fp.exp gdb.base/pending.exp gdb.base/permissions.exp gdb.base/pie-execl.exp gdb.base/pointers.exp gdb.base/pr10179.exp gdb.base/pr11022.exp gdb.base/prelink.exp gdb.base/print-file-var.exp gdb.base/printcmds.exp gdb.base/prologue-include.exp gdb.base/prologue.exp gdb.base/psymtab.exp gdb.base/ptr-typedef.exp gdb.base/ptype.exp gdb.base/radix.exp gdb.base/randomize.exp gdb.base/range-stepping.exp gdb.base/readline-ask.exp gdb.base/readline.exp gdb.base/realname-expand.exp gdb.base/recpar.exp gdb.base/recurse.exp gdb.base/relational.exp gdb.base/relativedebug.exp gdb.base/relocate.exp gdb.base/remote.exp gdb.base/remotetimeout.exp gdb.base/reread.exp gdb.base/restore.exp gdb.base/return-nodebug.exp gdb.base/return.exp gdb.base/return2.exp gdb.base/save-bp.exp gdb.base/savedregs.exp gdb.base/scope.exp gdb.base/sect-cmd.exp gdb.base/sep.exp gdb.base/sepdebug.exp gdb.base/sepsymtab.exp gdb.base/set-lang-auto.exp gdb.base/set-noassign.exp gdb.base/setshow.exp gdb.base/setvar.exp gdb.base/shell.exp gdb.base/shlib-call.exp gdb.base/shreloc.exp gdb.base/sigall.exp gdb.base/sigaltstack.exp gdb.base/sigbpt.exp gdb.base/sigchld.exp gdb.base/siginfo-addr.exp gdb.base/siginfo-infcall.exp gdb.base/siginfo-obj.exp gdb.base/siginfo-thread.exp gdb.base/siginfo.exp gdb.base/signals.exp gdb.base/signest.exp gdb.base/signull.exp gdb.base/sigrepeat.exp gdb.base/sigstep.exp gdb.base/sizeof.exp gdb.base/skip-solib.exp gdb.base/skip.exp gdb.base/so-impl-ld.exp gdb.base/so-indr-cl.exp gdb.base/solib-corrupted.exp gdb.base/solib-disc.exp gdb.base/solib-display.exp gdb.base/solib-nodir.exp gdb.base/solib-overlap.exp gdb.base/solib-search.exp gdb.base/solib-symbol.exp gdb.base/solib-weak.exp gdb.base/solib.exp gdb.base/source.exp gdb.base/stack-checking.exp gdb.base/stale-infcall.exp gdb.base/stap-probe.exp gdb.base/start.exp gdb.base/step-break.exp gdb.base/step-bt.exp gdb.base/step-line.exp gdb.base/step-resume-infcall.exp gdb.base/step-symless.exp gdb.base/step-test.exp gdb.base/store.exp gdb.base/structs.exp gdb.base/structs2.exp gdb.base/structs3.exp gdb.base/subst.exp gdb.base/symbol-without-target_section.exp gdb.base/term.exp gdb.base/testenv.exp gdb.base/trace-commands.exp gdb.base/tui-layout.exp gdb.base/twice.exp gdb.base/type-opaque.exp gdb.base/ui-redirect.exp gdb.base/unload.exp gdb.base/until.exp gdb.base/unwindonsignal.exp gdb.base/valgrind-db-attach.exp gdb.base/valgrind-infcall.exp gdb.base/value-double-free.exp gdb.base/varargs.exp gdb.base/volatile.exp gdb.base/watch-cond-infcall.exp gdb.base/watch-cond.exp gdb.base/watch-non-mem.exp gdb.base/watch-read.exp gdb.base/watch-vfork.exp gdb.base/watch_thread_num.exp gdb.base/watchpoint-cond-gone.exp gdb.base/watchpoint-delete.exp gdb.base/watchpoint-hw-hit-once.exp gdb.base/watchpoint-hw.exp gdb.base/watchpoint-solib.exp gdb.base/watchpoint.exp gdb.base/watchpoints.exp gdb.base/wchar.exp gdb.base/whatis-exp.exp gdb.base/whatis.exp --outdir gdb.base2 -Test Run By thomas on Mon May 27 12:08:49 2013 +Test Run By thomas on Thu Jun 13 21:20:00 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -507,6 +506,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/type-opaque.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/ptype.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/realname-expand.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/relativedebug.exp ... +FAIL: gdb.base/relativedebug.exp: pause found in backtrace Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/remotetimeout.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/until.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/pointers.exp ... @@ -648,17 +648,17 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/nostdlib.exp ... === gdb Summary === -# of expected passes 3925 -# of unexpected failures 143 +# of expected passes 3924 +# of unexpected failures 144 # of expected failures 2 # of known failures 2 # of untested testcases 7 # of unsupported tests 4 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: *** [check-gdb.base2] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.ada --outdir=gdb.ada -Test Run By thomas on Mon May 27 12:21:36 2013 +Test Run By thomas on Thu Jun 13 21:32:33 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -797,11 +797,11 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.ada/win_fu_syms.exp ... # of expected failures 1 # of known failures 1 # of unsupported tests 2 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: *** [check-gdb.ada] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.arch --outdir=gdb.arch -Test Run By thomas on Mon May 27 12:26:28 2013 +Test Run By thomas on Thu Jun 13 21:37:19 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -858,7 +858,6 @@ FAIL: gdb.arch/i386-dr3-watch.exp: continue to i3 watchpoint FAIL: gdb.arch/i386-dr3-watch.exp: continue to i4 watchpoint FAIL: gdb.arch/i386-dr3-watch.exp: set watchpoint occuping one debug register Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-float.exp ... -FAIL: gdb.arch/i386-float.exp: info float Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-gnu-cfi.exp ... FAIL: gdb.arch/i386-gnu-cfi.exp: shift up to the modified frame FAIL: gdb.arch/i386-gnu-cfi.exp: Existence of the CFI inserted register @@ -916,14 +915,14 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/vsx-regs.exp ... === gdb Summary === -# of expected passes 143 -# of unexpected failures 42 +# of expected passes 144 +# of unexpected failures 41 # of known failures 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: *** [check-gdb.arch] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.asm --outdir=gdb.asm -Test Run By thomas on Mon May 27 12:27:03 2013 +Test Run By thomas on Thu Jun 13 21:37:55 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -966,11 +965,11 @@ 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.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: *** [check-gdb.asm] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.btrace --outdir=gdb.btrace -Test Run By thomas on Mon May 27 12:31:17 2013 +Test Run By thomas on Thu Jun 13 21:42:10 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -988,10 +987,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.btrace/instruction_history.e === gdb Summary === -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.cell --outdir=gdb.cell -Test Run By thomas on Mon May 27 12:31:22 2013 +Test Run By thomas on Thu Jun 13 21:42:13 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1024,10 +1023,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cell/solib.exp ... === gdb Summary === -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.cp --outdir=gdb.cp -Test Run By thomas on Mon May 27 12:31:24 2013 +Test Run By thomas on Thu Jun 13 21:42:15 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1042,8 +1041,6 @@ Using ../../../Ferry_Tagscherer/gdb/testsuite/config/unix.exp as tool-and-target Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/abstract-origin.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/ambiguous.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/annota2.exp ... -FAIL: gdb.cp/annota2.exp: watch triggered on a.x (timeout) -FAIL: gdb.cp/annota2.exp: annotate-quit Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/annota3.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/anon-ns.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/anon-struct.exp ... @@ -1167,17 +1164,17 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/virtfunc2.exp ... === gdb Summary === -# of expected passes 4003 -# of unexpected failures 12 +# of expected passes 4023 +# of unexpected failures 10 # of expected failures 6 # of known failures 20 # of untested testcases 1 # of unsupported tests 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: *** [check-gdb.cp] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.disasm --outdir=gdb.disasm -Test Run By thomas on Mon May 27 12:39:20 2013 +Test Run By thomas on Thu Jun 13 21:49:45 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1210,10 +1207,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.disasm/t13_otr.exp ... === gdb Summary === -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.dwarf2 --outdir=gdb.dwarf2 -Test Run By thomas on Mon May 27 12:39:22 2013 +Test Run By thomas on Thu Jun 13 21:49:47 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1311,10 +1308,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.dwarf2/watch-notconst.exp .. # of known failures 1 # of untested testcases 9 # of unsupported tests 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.fortran --outdir=gdb.fortran -Test Run By thomas on Mon May 27 12:41:35 2013 +Test Run By thomas on Thu Jun 13 21:51:59 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1345,11 +1342,11 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.fortran/types.exp ... # of expected passes 243 # of unexpected failures 2 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: *** [check-gdb.fortran] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.gdb --outdir=gdb.gdb -Test Run By thomas on Mon May 27 12:42:08 2013 +Test Run By thomas on Thu Jun 13 21:52:31 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1366,17 +1363,18 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.gdb/observer.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.gdb/python-selftest.exp ... FAIL: gdb.gdb/python-selftest.exp: call catch_command_errors(execute_command, "python print 5", 0, RETURN_MASK_ALL) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.gdb/selftest.exp ... +FAIL: gdb.gdb/selftest.exp: backtrace through signal handler Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.gdb/xfullpath.exp ... === gdb Summary === -# of expected passes 169 -# of unexpected failures 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +# of expected passes 168 +# of unexpected failures 2 +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: *** [check-gdb.gdb] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.go --outdir=gdb.go -Test Run By thomas on Mon May 27 12:43:28 2013 +Test Run By thomas on Thu Jun 13 21:53:46 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1414,10 +1412,10 @@ gdb compile failed, default_target_compile: Can't find gccgo. # of expected passes 44 # of expected failures 4 # of untested testcases 9 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.java --outdir=gdb.java -Test Run By thomas on Mon May 27 12:43:33 2013 +Test Run By thomas on Thu Jun 13 21:53:52 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1446,11 +1444,11 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.java/jv-print.exp ... # of unknown successes 1 # of known failures 2 # of unsupported tests 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: *** [check-gdb.java] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.linespec --outdir=gdb.linespec -Test Run By thomas on Mon May 27 12:44:21 2013 +Test Run By thomas on Thu Jun 13 21:54:41 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1473,10 +1471,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.linespec/thread.exp ... === gdb Summary === # of expected passes 204 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.mi --outdir=gdb.mi -Test Run By thomas on Mon May 27 12:44:43 2013 +Test Run By thomas on Thu Jun 13 21:55:04 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1578,17 +1576,17 @@ FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2 (unkno === gdb Summary === -# of expected passes 1652 +# of expected passes 1653 # of unexpected failures 25 # of unexpected successes 1 # of expected failures 8 # of known failures 6 # of unsupported tests 10 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: *** [check-gdb.mi] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.modula2 --outdir=gdb.modula2 -Test Run By thomas on Mon May 27 12:47:20 2013 +Test Run By thomas on Thu Jun 13 21:57:46 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1605,10 +1603,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.modula2/unbounded-array.exp === gdb Summary === # of expected passes 8 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.multi --outdir=gdb.multi -Test Run By thomas on Mon May 27 12:47:24 2013 +Test Run By thomas on Thu Jun 13 21:57:49 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1643,11 +1641,11 @@ FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 1 # of expected passes 31 # of unexpected failures 10 # of untested testcases 2 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: *** [check-gdb.multi] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.objc --outdir=gdb.objc -Test Run By thomas on Mon May 27 12:47:32 2013 +Test Run By thomas on Thu Jun 13 21:57:58 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1668,10 +1666,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.objc/print.exp ... # of expected passes 13 # of unsupported tests 3 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.opencl --outdir=gdb.opencl -Test Run By thomas on Mon May 27 12:47:43 2013 +Test Run By thomas on Thu Jun 13 21:58:10 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1691,10 +1689,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.opencl/vec_comps.exp ... === gdb Summary === -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.opt --outdir=gdb.opt -Test Run By thomas on Mon May 27 12:47:46 2013 +Test Run By thomas on Thu Jun 13 21:58:13 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1717,10 +1715,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.opt/inline-locals.exp ... # of expected passes 95 # of expected failures 1 # of known failures 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.pascal --outdir=gdb.pascal -Test Run By thomas on Mon May 27 12:48:01 2013 +Test Run By thomas on Thu Jun 13 21:58:29 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1745,10 +1743,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.pascal/types.exp ... # of known failures 1 # of untested testcases 2 # of unsupported tests 4 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.python --outdir=gdb.python -Test Run By thomas on Mon May 27 12:48:05 2013 +Test Run By thomas on Thu Jun 13 21:58:32 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1774,7 +1772,6 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-evthreads.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-explore-cc.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-explore.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-finish-breakpoint.exp ... -FAIL: gdb.python/py-finish-breakpoint.exp: catch out of scope after exec Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-finish-breakpoint2.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-frame-inline.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-frame.exp ... @@ -1808,18 +1805,49 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-typeprint.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-value-cc.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-value.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/python.exp ... +ERROR: Process no longer exists +ERROR: Couldn't send python print (someVal) to GDB. +ERROR: Couldn't send python gdb.post_event(str(1)) to GDB. +ERROR: Couldn't send show height to GDB. +ERROR: Couldn't send set height 10 to GDB. +ERROR: Couldn't send python print ("\n" * 10) to GDB. +ERROR: Couldn't send q to GDB. +ERROR: Couldn't send python if gdb.execute('python print ("\\n" * 10)', to_string=True) == "\n" * 11: print ("yes") to GDB. +ERROR: Couldn't send python print ("\n" * 10) to GDB. +ERROR: Couldn't send q to GDB. +ERROR: Couldn't send set height 0 to GDB. +ERROR: Couldn't send python a = gdb.execute('help', to_string=True) to GDB. +ERROR: Couldn't send python print (a) to GDB. +ERROR: Couldn't send python nothread = gdb.selected_thread() to GDB. +ERROR: Couldn't send python print (nothread == None) to GDB. +ERROR: Couldn't send python to GDB. +ERROR OCCURED: : spawn id exp8 not open + while executing +"expect { +-i exp8 -timeout 10 + -re "good bye world" { + pass "atexit handling" + } + default { + fail "atexit handling" + } +}" + ("uplevel" body line 1) + invoked from within +"uplevel $body" NONE : spawn id exp8 not openFAIL: gdb.python/python.exp: atexit handling === gdb Summary === -# of expected passes 1527 +# of expected passes 1506 # of unexpected failures 9 +# of unresolved testcases 16 # of untested testcases 1 # of unsupported tests 3 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: *** [check-gdb.python] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.reverse --outdir=gdb.reverse -Test Run By thomas on Mon May 27 12:51:00 2013 +Test Run By thomas on Thu Jun 13 22:01:17 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1861,10 +1889,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.reverse/watch-reverse.exp .. === gdb Summary === -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.server --outdir=gdb.server -Test Run By thomas on Mon May 27 12:51:02 2013 +Test Run By thomas on Thu Jun 13 22:01:20 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1888,10 +1916,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.server/solib-list.exp ... === gdb Summary === -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.stabs --outdir=gdb.stabs -Test Run By thomas on Mon May 27 12:51:04 2013 +Test Run By thomas on Thu Jun 13 22:01:21 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1911,10 +1939,10 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.stabs/weird.exp ... # of expected passes 212 # of expected failures 7 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.threads --outdir=gdb.threads -Test Run By thomas on Mon May 27 12:51:19 2013 +Test Run By thomas on Thu Jun 13 22:01:35 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -1934,6 +1962,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/clone-new-thread-eve Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/corethreads.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/create-fail.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/current-lwp-dead.exp ... +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/dlopen-libpthread.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/execl.exp ... FAIL: gdb.threads/execl.exp: info threads before exec FAIL: gdb.threads/execl.exp: continue across exec @@ -1982,22 +2011,18 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/linux-dp.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/local-watch-wrong-thread.exp ... FAIL: gdb.threads/local-watch-wrong-thread.exp: continue to thread_function0 FAIL: gdb.threads/local-watch-wrong-thread.exp: set local watchpoint on *myp -FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint triggers (timeout) -ERROR: Delete all breakpoints in delete_breakpoints (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: breakpoint on the other thread (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: the other thread stopped on breakpoint (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: delete 5 (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint is still in breakpoint list (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: let local watchpoint trigger (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint still triggers (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: let thread_function0 return (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: breakpoint on thread_function0's caller (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint automatically deleted (timeout) +FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint triggers +FAIL: gdb.threads/local-watch-wrong-thread.exp: set local watchpoint on *myp, with false conditional +FAIL: gdb.threads/local-watch-wrong-thread.exp: breakpoint on the other thread +FAIL: gdb.threads/local-watch-wrong-thread.exp: the other thread stopped on breakpoint +FAIL: gdb.threads/local-watch-wrong-thread.exp: delete 5 +FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint is still in breakpoint list +FAIL: gdb.threads/local-watch-wrong-thread.exp: let local watchpoint trigger +FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint still triggers (the program is no longer running) +FAIL: gdb.threads/local-watch-wrong-thread.exp: let thread_function0 return +FAIL: gdb.threads/local-watch-wrong-thread.exp: breakpoint on thread_function0's caller +FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint automatically deleted (the program is no longer running) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/manythreads.exp ... -FAIL: gdb.threads/manythreads.exp: stop threads 1 -FAIL: gdb.threads/manythreads.exp: info threads -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 ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/no-unwaited-for-left.exp ... FAIL: gdb.threads/no-unwaited-for-left.exp: continue to breakpoint: break-here @@ -2180,16 +2205,15 @@ FAIL: gdb.threads/wp-replication.exp: No hardware watchpoints available === gdb Summary === -# of expected passes 182 -# of unexpected failures 167 -# of unresolved testcases 1 -# of untested testcases 3 +# of expected passes 175 +# of unexpected failures 164 +# of untested testcases 4 # of unsupported tests 9 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: *** [check-gdb.threads] Error 1 rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.trace --outdir=gdb.trace -Test Run By thomas on Mon May 27 13:02:53 2013 +Test Run By thomas on Thu Jun 13 22:09:05 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -2212,6 +2236,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/deltrace.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/disconnected-tracing.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/ftrace.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/infotrace.exp ... +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/mi-trace-unavailable.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/mi-traceframe-changed.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/mi-tracepoint-changed.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/mi-tsv-changed.exp ... @@ -2246,11 +2271,11 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/while-stepping.exp ... # of expected passes 241 # of untested testcases 3 -# of unsupported tests 28 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +# of unsupported tests 29 +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory rootme=`pwd`; export rootme; srcdir=../../../Ferry_Tagscherer/gdb/testsuite ; export srcdir ; EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; EXEEXT= ; export EXEEXT ; LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; if [ -f ${rootme}/../../expect/expect ] ; then TCL_LIBRARY=${srcdir}/../../tcl/library ; export TCL_LIBRARY ; fi ; runtest --directory=gdb.xml --outdir=gdb.xml -Test Run By thomas on Mon May 27 13:04:12 2013 +Test Run By thomas on Thu Jun 13 22:10:23 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -2272,7 +2297,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.xml/tdesc-xinclude.exp ... # of expected passes 26 # of known failures 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory make[4]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite' make[3]: Leaving directory `[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite' 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 adda8bd9..aa92adf3 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 Mon May 27 12:21:36 2013 +Test Run By thomas on Thu Jun 13 21:32:33 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -557,5 +557,5 @@ PASS: gdb.ada/win_fu_syms.exp: info line on Do_Nothing call # of expected failures 1 # of known failures 1 # of unsupported tests 2 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 651ba5e5..5ce6c95a 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 Mon May 27 12:26:28 2013 +Test Run By thomas on Thu Jun 13 21:37:19 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -109,7 +109,7 @@ FAIL: gdb.arch/i386-dr3-watch.exp: set watchpoint occuping one debug register PASS: gdb.arch/i386-dr3-watch.exp: watchpoint on gap1 does not fit debug registers (gdb figured out itself the watchpoint does not fit) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-float.exp ... PASS: gdb.arch/i386-float.exp: first stepi -FAIL: gdb.arch/i386-float.exp: info float +PASS: gdb.arch/i386-float.exp: info float PASS: gdb.arch/i386-float.exp: second stepi PASS: gdb.arch/i386-float.exp: info float Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/i386-gnu-cfi.exp ... @@ -254,8 +254,8 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.arch/vsx-regs.exp ... === gdb Summary === -# of expected passes 143 -# of unexpected failures 42 +# of expected passes 144 +# of unexpected failures 41 # of known failures 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 92549000..d39e0968 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 Mon May 27 12:27:03 2013 +Test Run By thomas on Thu Jun 13 21:37:55 2013 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.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 39f89522..13533b10 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 Mon May 27 11:58:15 2013 +Test Run By thomas on Thu Jun 13 21:09:15 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -693,14 +693,14 @@ PASS: gdb.base/call-signal-resume.exp: set confirm off PASS: gdb.base/call-signal-resume.exp: return PASS: gdb.base/call-signal-resume.exp: break handle_signal PASS: gdb.base/call-signal-resume.exp: continue to breakpoint at handle_signal -PASS: gdb.base/call-signal-resume.exp: continue to program exit +FAIL: gdb.base/call-signal-resume.exp: continue to program exit Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/hashline2.exp ... PASS: gdb.base/hashline2.exp: set breakpoint Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/async.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/callexit.exp ... PASS: gdb.base/callexit.exp: inferior function call terminated program Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/break-on-linker-gcd-function.exp ... -PASS: gdb.base/break-on-linker-gcd-function.exp: b 25 +PASS: gdb.base/break-on-linker-gcd-function.exp: b 24 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/freebpcmd.exp ... PASS: gdb.base/freebpcmd.exp: set breakpoint PASS: gdb.base/freebpcmd.exp: send breakpoint commands @@ -1037,6 +1037,26 @@ PASS: gdb.base/call-sc.exp: value foo finished; return call-sc-te PASS: gdb.base/call-sc.exp: return and finish use same convention; return call-sc-te Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/info-target.exp ... PASS: gdb.base/info-target.exp: info target +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/info-shared.exp ... +PASS: gdb.base/info-shared.exp: info sharedlibrary #1 +PASS: gdb.base/info-shared.exp: continue to breakpoint: library load #1 +PASS: gdb.base/info-shared.exp: info sharedlibrary #2 +PASS: gdb.base/info-shared.exp: continue to breakpoint: library load #2 +PASS: gdb.base/info-shared.exp: info sharedlibrary #3 +PASS: gdb.base/info-shared.exp: continue to breakpoint: library function #1 +PASS: gdb.base/info-shared.exp: continue to breakpoint: library function #2 +PASS: gdb.base/info-shared.exp: restart +PASS: gdb.base/info-shared.exp: info sharedlibrary #4 +PASS: gdb.base/info-shared.exp: continue to breakpoint: library load #3 +PASS: gdb.base/info-shared.exp: info sharedlibrary #5 +PASS: gdb.base/info-shared.exp: continue to breakpoint: library load #4 +PASS: gdb.base/info-shared.exp: info sharedlibrary #6 +PASS: gdb.base/info-shared.exp: continue to breakpoint: library function #3 +PASS: gdb.base/info-shared.exp: continue to breakpoint: library function #4 +PASS: gdb.base/info-shared.exp: continue to breakpoint: library unload #1 +PASS: gdb.base/info-shared.exp: info sharedlibrary #7 +PASS: gdb.base/info-shared.exp: continue to breakpoint: library unload #2 +PASS: gdb.base/info-shared.exp: info sharedlibrary #8 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/expand-psymtabs.exp ... PASS: gdb.base/expand-psymtabs.exp: Expand psymtabs Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/consecutive.exp ... @@ -1876,7 +1896,7 @@ PASS: gdb.base/long_long.exp: p/d *(int *)i PASS: gdb.base/long_long.exp: p/u *(int *)i PASS: gdb.base/long_long.exp: p/o *(int *)i PASS: gdb.base/long_long.exp: p/t *(int *)i -FAIL: gdb.base/long_long.exp: p/a *(int *)i +PASS: gdb.base/long_long.exp: p/a *(int *)i PASS: gdb.base/long_long.exp: p/f *(int *)i PASS: gdb.base/long_long.exp: p/c *(int *)i PASS: gdb.base/long_long.exp: p/x *(long *)l @@ -1884,7 +1904,7 @@ PASS: gdb.base/long_long.exp: p/d *(long *)l PASS: gdb.base/long_long.exp: p/u *(long *)l PASS: gdb.base/long_long.exp: p/o *(long *)l PASS: gdb.base/long_long.exp: p/t *(long *)l -FAIL: gdb.base/long_long.exp: p/a *(long *)l +PASS: gdb.base/long_long.exp: p/a *(long *)l PASS: gdb.base/long_long.exp: p/f *(long *)l PASS: gdb.base/long_long.exp: p/c *(long *)l PASS: gdb.base/long_long.exp: p/x *(long long *)ll @@ -1901,7 +1921,7 @@ PASS: gdb.base/long_long.exp: x/d w PASS: gdb.base/long_long.exp: x/u w PASS: gdb.base/long_long.exp: x/o w PASS: gdb.base/long_long.exp: x/t w -FAIL: gdb.base/long_long.exp: x/a +PASS: gdb.base/long_long.exp: x/a PASS: gdb.base/long_long.exp: x/c b PASS: gdb.base/long_long.exp: x/f &val.oct PASS: gdb.base/long_long.exp: set examine size to g @@ -2883,59 +2903,59 @@ PASS: gdb.base/dump.exp: dump struct as memory, tekhex PASS: gdb.base/dump.exp: dump array as mem, srec, expressions PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array as value, srec; file restored ok -PASS: gdb.base/dump.exp: array as value, srec; capture intarray +PASS: gdb.base/dump.exp: array as value, srec; capture PASS: gdb.base/dump.exp: array as value, srec; value restored ok PASS: gdb.base/dump.exp: struct as value, srec; file restored ok -PASS: gdb.base/dump.exp: struct as value, srec; capture intstruct +PASS: gdb.base/dump.exp: struct as value, srec; capture PASS: gdb.base/dump.exp: struct as value, srec; value restored ok PASS: gdb.base/dump.exp: zero all PASS: gdb.base/dump.exp: array as memory, srec; file restored ok -PASS: gdb.base/dump.exp: array as memory, srec; capture intarray +PASS: gdb.base/dump.exp: array as memory, srec; capture PASS: gdb.base/dump.exp: array as memory, srec; value restored ok PASS: gdb.base/dump.exp: struct as memory, srec; file restored ok -PASS: gdb.base/dump.exp: struct as memory, srec; capture intstruct +PASS: gdb.base/dump.exp: struct as memory, srec; capture PASS: gdb.base/dump.exp: struct as memory, srec; value restored ok PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array as value, ihex; file restored ok -PASS: gdb.base/dump.exp: array as value, ihex; capture intarray +PASS: gdb.base/dump.exp: array as value, ihex; capture PASS: gdb.base/dump.exp: array as value, ihex; value restored ok PASS: gdb.base/dump.exp: struct as value, ihex; file restored ok -PASS: gdb.base/dump.exp: struct as value, ihex; capture intstruct +PASS: gdb.base/dump.exp: struct as value, ihex; capture PASS: gdb.base/dump.exp: struct as value, ihex; value restored ok PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array as memory, ihex; file restored ok -PASS: gdb.base/dump.exp: array as memory, ihex; capture intarray +PASS: gdb.base/dump.exp: array as memory, ihex; capture PASS: gdb.base/dump.exp: array as memory, ihex; value restored ok PASS: gdb.base/dump.exp: struct as memory, ihex; file restored ok -PASS: gdb.base/dump.exp: struct as memory, ihex; capture intstruct +PASS: gdb.base/dump.exp: struct as memory, ihex; capture PASS: gdb.base/dump.exp: struct as memory, ihex; value restored ok PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array as value, tekhex; file restored ok -PASS: gdb.base/dump.exp: array as value, tekhex; capture intarray +PASS: gdb.base/dump.exp: array as value, tekhex; capture PASS: gdb.base/dump.exp: array as value, tekhex; value restored ok PASS: gdb.base/dump.exp: struct as value, tekhex; file restored ok -PASS: gdb.base/dump.exp: struct as value, tekhex; capture intstruct +PASS: gdb.base/dump.exp: struct as value, tekhex; capture PASS: gdb.base/dump.exp: struct as value, tekhex; value restored ok PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array as memory, tekhex; file restored ok -PASS: gdb.base/dump.exp: array as memory, tekhex; capture intarray +PASS: gdb.base/dump.exp: array as memory, tekhex; capture PASS: gdb.base/dump.exp: array as memory, tekhex; value restored ok PASS: gdb.base/dump.exp: struct as memory, tekhex; file restored ok -PASS: gdb.base/dump.exp: struct as memory, tekhex; capture intstruct +PASS: gdb.base/dump.exp: struct as memory, tekhex; capture PASS: gdb.base/dump.exp: struct as memory, tekhex; value restored ok PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array as value, binary; file restored ok -PASS: gdb.base/dump.exp: array as value, binary; capture intarray +PASS: gdb.base/dump.exp: array as value, binary; capture PASS: gdb.base/dump.exp: array as value, binary; value restored ok PASS: gdb.base/dump.exp: struct as value, binary; file restored ok -PASS: gdb.base/dump.exp: struct as value, binary; capture intstruct +PASS: gdb.base/dump.exp: struct as value, binary; capture PASS: gdb.base/dump.exp: struct as value, binary; value restored ok PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array as memory, binary; file restored ok -PASS: gdb.base/dump.exp: array as memory, binary; capture intarray +PASS: gdb.base/dump.exp: array as memory, binary; capture PASS: gdb.base/dump.exp: array as memory, binary; value restored ok PASS: gdb.base/dump.exp: struct as memory, binary; file restored ok -PASS: gdb.base/dump.exp: struct as memory, binary; capture intstruct +PASS: gdb.base/dump.exp: struct as memory, binary; capture PASS: gdb.base/dump.exp: struct as memory, binary; value restored ok PASS: gdb.base/dump.exp: capture /x &intarray2[0] PASS: gdb.base/dump.exp: capture /x &intstruct2 @@ -2943,31 +2963,31 @@ PASS: gdb.base/dump.exp: capture (char *) &intarray2 - (char *) &intarray PASS: gdb.base/dump.exp: capture (char *) &intstruct2 - (char *) &intstruct PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array copy, srec; file restored ok -PASS: gdb.base/dump.exp: array copy, srec; capture intarray2 +PASS: gdb.base/dump.exp: array copy, srec; capture PASS: gdb.base/dump.exp: array copy, srec; value restored ok PASS: gdb.base/dump.exp: struct copy, srec; file restored ok -PASS: gdb.base/dump.exp: struct copy, srec; capture intstruct2 +PASS: gdb.base/dump.exp: struct copy, srec; capture PASS: gdb.base/dump.exp: struct copy, srec; value restored ok PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array copy, ihex; file restored ok -PASS: gdb.base/dump.exp: array copy, ihex; capture intarray2 +PASS: gdb.base/dump.exp: array copy, ihex; capture PASS: gdb.base/dump.exp: array copy, ihex; value restored ok PASS: gdb.base/dump.exp: struct copy, ihex; file restored ok -PASS: gdb.base/dump.exp: struct copy, ihex; capture intstruct2 +PASS: gdb.base/dump.exp: struct copy, ihex; capture PASS: gdb.base/dump.exp: struct copy, ihex; value restored ok PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array copy, tekhex; file restored ok -PASS: gdb.base/dump.exp: array copy, tekhex; capture intarray2 +PASS: gdb.base/dump.exp: array copy, tekhex; capture PASS: gdb.base/dump.exp: array copy, tekhex; value restored ok PASS: gdb.base/dump.exp: struct copy, tekhex; file restored ok -PASS: gdb.base/dump.exp: struct copy, tekhex; capture intstruct2 +PASS: gdb.base/dump.exp: struct copy, tekhex; capture PASS: gdb.base/dump.exp: struct copy, tekhex; value restored ok PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array copy, binary; file restored ok -PASS: gdb.base/dump.exp: array copy, binary; capture intarray2 +PASS: gdb.base/dump.exp: array copy, binary; capture PASS: gdb.base/dump.exp: array copy, binary; value restored ok PASS: gdb.base/dump.exp: struct copy, binary; file restored ok -PASS: gdb.base/dump.exp: struct copy, binary; capture intstruct2 +PASS: gdb.base/dump.exp: struct copy, binary; capture PASS: gdb.base/dump.exp: struct copy, binary; value restored ok PASS: gdb.base/dump.exp: capture /x &intarray[3] PASS: gdb.base/dump.exp: capture /x &intarray[4] @@ -2975,61 +2995,61 @@ PASS: gdb.base/dump.exp: capture /x (char *) &intarray[3] - (char *) &intarray[0 PASS: gdb.base/dump.exp: capture /x (char *) &intarray[4] - (char *) &intarray[0] PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array partial, srec; file restored ok -PASS: gdb.base/dump.exp: array partial, srec; capture intarray[3] +PASS: gdb.base/dump.exp: array partial, srec; capture PASS: gdb.base/dump.exp: array partial, srec; value restored ok PASS: gdb.base/dump.exp: element 2 not changed - 1 PASS: gdb.base/dump.exp: element 4 not changed - 1 PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array partial, ihex; file restored ok -PASS: gdb.base/dump.exp: array partial, ihex; capture intarray[3] +PASS: gdb.base/dump.exp: array partial, ihex; capture PASS: gdb.base/dump.exp: array partial, ihex; value restored ok PASS: gdb.base/dump.exp: element 2 not changed - 2 PASS: gdb.base/dump.exp: element 4 not changed - 2 PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array partial, tekhex; file restored ok -PASS: gdb.base/dump.exp: array partial, tekhex; capture intarray[3] +PASS: gdb.base/dump.exp: array partial, tekhex; capture PASS: gdb.base/dump.exp: array partial, tekhex; value restored ok PASS: gdb.base/dump.exp: element 2 not changed - 3 PASS: gdb.base/dump.exp: element 4 not changed - 3 PASS: gdb.base/dump.exp: print zero_all () PASS: gdb.base/dump.exp: array partial, binary; file restored ok -PASS: gdb.base/dump.exp: array partial, binary; capture intarray[3] +PASS: gdb.base/dump.exp: array partial, binary; capture PASS: gdb.base/dump.exp: array partial, binary; value restored ok PASS: gdb.base/dump.exp: element 2 not changed - 4 PASS: gdb.base/dump.exp: element 4 not changed - 4 PASS: gdb.base/dump.exp: array partial with expressions; file restored ok -PASS: gdb.base/dump.exp: array partial with expressions; capture intarray2[3] +PASS: gdb.base/dump.exp: array partial with expressions; capture PASS: gdb.base/dump.exp: array partial with expressions; value restored ok PASS: gdb.base/dump.exp: element 2 not changed, == 4 PASS: gdb.base/dump.exp: element 4 not changed, == 4 PASS: gdb.base/dump.exp: setting little endianness -PASS: gdb.base/dump.exp: file binfile; capture intarray +PASS: gdb.base/dump.exp: file binfile; intarray; capture PASS: gdb.base/dump.exp: start with intarray un-initialized -PASS: gdb.base/dump.exp: file binfile; capture intstruct +PASS: gdb.base/dump.exp: file binfile; intstruct; capture PASS: gdb.base/dump.exp: start with intstruct un-initialized -PASS: gdb.base/dump.exp: reload array as value, srec; capture * (int (*)[32]) 0x8049960 +PASS: gdb.base/dump.exp: reload array as value, srec; capture PASS: gdb.base/dump.exp: reload array as value, srec; value restored ok -PASS: gdb.base/dump.exp: reload struct as value, srec; capture * (struct teststruct *) 0x80498a0 +PASS: gdb.base/dump.exp: reload struct as value, srec; capture PASS: gdb.base/dump.exp: reload struct as value, srec; value restored ok -PASS: gdb.base/dump.exp: reload array as memory, srec; capture * (int (*)[32]) 0x8049960 +PASS: gdb.base/dump.exp: reload array as memory, srec; capture PASS: gdb.base/dump.exp: reload array as memory, srec; value restored ok -PASS: gdb.base/dump.exp: reload struct as memory, srec; capture * (struct teststruct *) 0x80498a0 +PASS: gdb.base/dump.exp: reload struct as memory, srec; capture PASS: gdb.base/dump.exp: reload struct as memory, srec; value restored ok -PASS: gdb.base/dump.exp: reload array as value, intel hex; capture * (int (*)[32]) 0x8049960 +PASS: gdb.base/dump.exp: reload array as value, intel hex; capture PASS: gdb.base/dump.exp: reload array as value, intel hex; value restored ok -PASS: gdb.base/dump.exp: reload struct as value, intel hex; capture * (struct teststruct *) 0x80498a0 +PASS: gdb.base/dump.exp: reload struct as value, intel hex; capture PASS: gdb.base/dump.exp: reload struct as value, intel hex; value restored ok -PASS: gdb.base/dump.exp: reload array as memory, intel hex; capture * (int (*)[32]) 0x8049960 +PASS: gdb.base/dump.exp: reload array as memory, intel hex; capture PASS: gdb.base/dump.exp: reload array as memory, intel hex; value restored ok -PASS: gdb.base/dump.exp: reload struct as memory, intel hex; capture * (struct teststruct *) 0x80498a0 +PASS: gdb.base/dump.exp: reload struct as memory, intel hex; capture PASS: gdb.base/dump.exp: reload struct as memory, intel hex; value restored ok -PASS: gdb.base/dump.exp: reload array as value, tekhex; capture * (int (*)[32]) 0x8049960 +PASS: gdb.base/dump.exp: reload array as value, tekhex; capture PASS: gdb.base/dump.exp: reload array as value, tekhex; value restored ok -PASS: gdb.base/dump.exp: reload struct as value, tekhex; capture * (struct teststruct *) 0x80498a0 +PASS: gdb.base/dump.exp: reload struct as value, tekhex; capture PASS: gdb.base/dump.exp: reload struct as value, tekhex; value restored ok -PASS: gdb.base/dump.exp: reload array as memory, tekhex; capture * (int (*)[32]) 0x8049960 +PASS: gdb.base/dump.exp: reload array as memory, tekhex; capture PASS: gdb.base/dump.exp: reload array as memory, tekhex; value restored ok -PASS: gdb.base/dump.exp: reload struct as memory, tekhex; capture * (struct teststruct *) 0x80498a0 +PASS: gdb.base/dump.exp: reload struct as memory, tekhex; capture PASS: gdb.base/dump.exp: reload struct as memory, tekhex; value restored ok Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/hashline3.exp ... PASS: gdb.base/hashline3.exp: set breakpoint @@ -4278,7 +4298,7 @@ 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: restore the original contents 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 @@ -4431,33 +4451,36 @@ PASS: gdb.base/bfp-test.exp: set variable b32 = 100.5a 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/break-probes.exp ... +PASS: gdb.base/break-probes.exp: set stop-on-solib-events 1 +UNTESTED: gdb.base/break-probes.exp: probes not present on this system Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/jit-so.exp ... 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: setting breakpoint at jit-main.c:130 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: setting breakpoint at jit-main.c:193 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: setting breakpoint at jit-main.c:218 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: setting breakpoint at jit-main.c:130 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: setting breakpoint at jit-main.c:193 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: setting breakpoint at jit-main.c:218 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 ... @@ -4841,11 +4864,11 @@ PASS: gdb.base/gdb1090.exp: print s24 === gdb Summary === -# of expected passes 4531 -# of unexpected failures 92 +# of expected passes 4553 +# of unexpected failures 90 # of expected failures 5 # of known failures 20 -# of untested testcases 2 +# of untested testcases 3 # of unsupported tests 12 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 e658a8c1..1cae877a 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 Mon May 27 12:08:49 2013 +Test Run By thomas on Thu Jun 13 21:20:00 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -3465,7 +3465,7 @@ PASS: gdb.base/realname-expand.exp: set basenames-may-differ on PASS: gdb.base/realname-expand.exp: break realname-expand-real.c:func Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/relativedebug.exp ... PASS: gdb.base/relativedebug.exp: continue -PASS: gdb.base/relativedebug.exp: pause found in backtrace +FAIL: gdb.base/relativedebug.exp: pause found in backtrace Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/remotetimeout.exp ... PASS: gdb.base/remotetimeout.exp: correct remotetimeout printed Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/until.exp ... @@ -4057,16 +4057,16 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/overlays.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/prelink.exp ... PASS: gdb.base/prelink.exp: ldd prelinkt PASS: gdb.base/prelink.exp: ldd prelinkt output contains libs -PASS: gdb.base/prelink.exp: copy ld-2.13.so to ld.so +PASS: gdb.base/prelink.exp: copy ld-2.17.so to ld.so PASS: gdb.base/prelink.exp: copy prelink.so to prelink.so -PASS: gdb.base/prelink.exp: copy libm-2.13.so to libm.so.6 -PASS: gdb.base/prelink.exp: copy libc-2.13.so to libc.so.0.3 -PASS: gdb.base/prelink.exp: copy ld-2.13.so to ld.so.1 -PASS: gdb.base/prelink.exp: copy libmachuser-2.13.so to libmachuser.so.1 -PASS: gdb.base/prelink.exp: copy libhurduser-2.13.so to libhurduser.so.0.3 +PASS: gdb.base/prelink.exp: copy libm-2.17.so to libm.so.6 +PASS: gdb.base/prelink.exp: copy libc-2.17.so to libc.so.0.3 +PASS: gdb.base/prelink.exp: copy ld-2.17.so to ld.so.1 +PASS: gdb.base/prelink.exp: copy libmachuser-2.17.so to libmachuser.so.1 +PASS: gdb.base/prelink.exp: copy libhurduser-2.17.so to libhurduser.so.0.3 PASS: gdb.base/prelink.exp: split debug of executable -PASS: gdb.base/prelink.exp: unprelink libhurduser.so.0.3 pre-unprelink (missing /usr/sbin/prelink) -XFAIL: gdb.base/prelink.exp: prelink libhurduser.so.0.3 (missing /usr/sbin/prelink) +PASS: gdb.base/prelink.exp: unprelink ld.so pre-unprelink (missing /usr/sbin/prelink) +XFAIL: gdb.base/prelink.exp: prelink ld.so (missing /usr/sbin/prelink) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.base/step-break.exp ... PASS: gdb.base/step-break.exp: breakpoint line number PASS: gdb.base/step-break.exp: run until breakpoint set at a line number @@ -4225,11 +4225,11 @@ PASS: gdb.base/nostdlib.exp: continue to marker === gdb Summary === -# of expected passes 3925 -# of unexpected failures 143 +# of expected passes 3924 +# of unexpected failures 144 # of expected failures 2 # of known failures 2 # of untested testcases 7 # of unsupported tests 4 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum index ab6b219c..997b6049 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.btrace/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Mon May 27 12:31:17 2013 +Test Run By thomas on Thu Jun 13 21:42:10 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -13,5 +13,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.btrace/instruction_history.e === gdb Summary === -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 9e2c034e..7178efe5 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 Mon May 27 12:31:22 2013 +Test Run By thomas on Thu Jun 13 21:42:13 2013 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.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 702984e5..a3a789f9 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 Mon May 27 12:31:24 2013 +Test Run By thomas on Thu Jun 13 21:42:15 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -22,8 +22,8 @@ PASS: gdb.cp/annota2.exp: delete bps PASS: gdb.cp/annota2.exp: breakpoint at main PASS: gdb.cp/annota2.exp: run until main breakpoint PASS: gdb.cp/annota2.exp: set watch on a.x -FAIL: gdb.cp/annota2.exp: watch triggered on a.x (timeout) -FAIL: gdb.cp/annota2.exp: annotate-quit +PASS: gdb.cp/annota2.exp: watch triggered on a.x +PASS: gdb.cp/annota2.exp: annotate-quit Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/annota3.exp ... PASS: gdb.cp/annota3.exp: set height 0 PASS: gdb.cp/annota3.exp: breakpoint main @@ -185,7 +185,7 @@ PASS: gdb.cp/bs15503.exp: print (const char *) s PASS: gdb.cp/bs15503.exp: print (const char *) s.substr(0,4) PASS: gdb.cp/bs15503.exp: print (const char *) (s=s.substr(0,4)) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/call-c.exp ... -PASS: gdb.cp/call-c.exp: b 43 +PASS: gdb.cp/call-c.exp: b 42 PASS: gdb.cp/call-c.exp: print foo(1) PASS: gdb.cp/call-c.exp: continue to bp PASS: gdb.cp/call-c.exp: print rf->func() @@ -1842,24 +1842,42 @@ PASS: gdb.cp/demangle.exp: hp: add__XTPfTFPd_f_FcT1 PASS: gdb.cp/demangle.exp: hp: unLink__12basic_stringXTcT18string_char_traitsXTc_T9allocator_Fv PASS: gdb.cp/demangle.exp: hp: _Utf390_1__1_9223372036854775807__9223372036854775 Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.cp/derivation.exp ... -PASS: gdb.cp/derivation.exp: ptype A::value_type -PASS: gdb.cp/derivation.exp: whatis A::value_type -PASS: gdb.cp/derivation.exp: p (A::value_type) 0 -PASS: gdb.cp/derivation.exp: ptype D::value_type -PASS: gdb.cp/derivation.exp: whatis D::value_type -PASS: gdb.cp/derivation.exp: p (D::value_type) 0 -PASS: gdb.cp/derivation.exp: ptype E::value_type -PASS: gdb.cp/derivation.exp: whatis E::value_type -PASS: gdb.cp/derivation.exp: p (E::value_type) 0 -PASS: gdb.cp/derivation.exp: ptype F::value_type -PASS: gdb.cp/derivation.exp: whatis F::value_type -PASS: gdb.cp/derivation.exp: p (F::value_type) 0 -PASS: gdb.cp/derivation.exp: ptype Z::value_type -PASS: gdb.cp/derivation.exp: whatis Z::value_type -PASS: gdb.cp/derivation.exp: p (Z::value_type) 0 -PASS: gdb.cp/derivation.exp: ptype ZZ::value_type -PASS: gdb.cp/derivation.exp: whatis ZZ::value_type -PASS: gdb.cp/derivation.exp: p (ZZ::value_type) 0 +PASS: gdb.cp/derivation.exp: before run: ptype A::value_type +PASS: gdb.cp/derivation.exp: before run: whatis A::value_type +PASS: gdb.cp/derivation.exp: before run: p (A::value_type) 0 +PASS: gdb.cp/derivation.exp: before run: ptype D::value_type +PASS: gdb.cp/derivation.exp: before run: whatis D::value_type +PASS: gdb.cp/derivation.exp: before run: p (D::value_type) 0 +PASS: gdb.cp/derivation.exp: before run: ptype E::value_type +PASS: gdb.cp/derivation.exp: before run: whatis E::value_type +PASS: gdb.cp/derivation.exp: before run: p (E::value_type) 0 +PASS: gdb.cp/derivation.exp: before run: ptype F::value_type +PASS: gdb.cp/derivation.exp: before run: whatis F::value_type +PASS: gdb.cp/derivation.exp: before run: p (F::value_type) 0 +PASS: gdb.cp/derivation.exp: before run: ptype A2::value_type +PASS: gdb.cp/derivation.exp: before run: whatis A2::value_type +PASS: gdb.cp/derivation.exp: before run: p (A2::value_type) 0 +PASS: gdb.cp/derivation.exp: before run: ptype D2::value_type +PASS: gdb.cp/derivation.exp: before run: whatis D2::value_type +PASS: gdb.cp/derivation.exp: before run: p (D2::value_type) 0 +PASS: gdb.cp/derivation.exp: before run: ptype Z::value_type +PASS: gdb.cp/derivation.exp: before run: whatis Z::value_type +PASS: gdb.cp/derivation.exp: before run: p (Z::value_type) 0 +PASS: gdb.cp/derivation.exp: before run: ptype ZZ::value_type +PASS: gdb.cp/derivation.exp: before run: whatis ZZ::value_type +PASS: gdb.cp/derivation.exp: before run: p (ZZ::value_type) 0 +PASS: gdb.cp/derivation.exp: at marker1: ptype A::value_type +PASS: gdb.cp/derivation.exp: at marker1: whatis A::value_type +PASS: gdb.cp/derivation.exp: at marker1: p (A::value_type) 0 +PASS: gdb.cp/derivation.exp: at marker1: ptype D::value_type +PASS: gdb.cp/derivation.exp: at marker1: whatis D::value_type +PASS: gdb.cp/derivation.exp: at marker1: p (D::value_type) 0 +PASS: gdb.cp/derivation.exp: at marker1: ptype A2::value_type +PASS: gdb.cp/derivation.exp: at marker1: whatis A2::value_type +PASS: gdb.cp/derivation.exp: at marker1: p (A2::value_type) 0 +PASS: gdb.cp/derivation.exp: at marker1: ptype D2::value_type +PASS: gdb.cp/derivation.exp: at marker1: whatis D2::value_type +PASS: gdb.cp/derivation.exp: at marker1: p (D2::value_type) 0 PASS: gdb.cp/derivation.exp: up from marker1 PASS: gdb.cp/derivation.exp: print value of a_instance PASS: gdb.cp/derivation.exp: ptype a_instance @@ -4166,11 +4184,11 @@ PASS: gdb.cp/virtfunc2.exp: print o === gdb Summary === -# of expected passes 4003 -# of unexpected failures 12 +# of expected passes 4023 +# of unexpected failures 10 # of expected failures 6 # of known failures 20 # of untested testcases 1 # of unsupported tests 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 8070e9df..5f2bec87 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 Mon May 27 12:39:20 2013 +Test Run By thomas on Thu Jun 13 21:49:45 2013 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.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 4665660b..21532539 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 Mon May 27 12:39:22 2013 +Test Run By thomas on Thu Jun 13 21:49:47 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -624,5 +624,5 @@ PASS: gdb.dwarf2/watch-notconst.exp: watch x # of known failures 1 # of untested testcases 9 # of unsupported tests 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 8a9adc4d..3e760279 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 Mon May 27 12:41:35 2013 +Test Run By thomas on Thu Jun 13 21:51:59 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -269,5 +269,5 @@ PASS: gdb.fortran/types.exp: pt 10e20 # of expected passes 243 # of unexpected failures 2 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 2441e430..a0005166 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 Mon May 27 12:42:08 2013 +Test Run By thomas on Thu Jun 13 21:52:31 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -171,7 +171,7 @@ PASS: gdb.gdb/selftest.exp: xgdb is at prompt PASS: gdb.gdb/selftest.exp: Set xgdb prompt PASS: gdb.gdb/selftest.exp: send ^C to child process PASS: gdb.gdb/selftest.exp: send SIGINT signal to child process -PASS: gdb.gdb/selftest.exp: backtrace through signal handler +FAIL: gdb.gdb/selftest.exp: backtrace through signal handler Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.gdb/xfullpath.exp ... PASS: gdb.gdb/xfullpath.exp: breakpoint in captured_main PASS: gdb.gdb/xfullpath.exp: run until breakpoint at captured_main @@ -185,7 +185,7 @@ PASS: gdb.gdb/xfullpath.exp: An empty filename === gdb Summary === -# of expected passes 169 -# of unexpected failures 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +# of expected passes 168 +# of unexpected failures 2 +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum index e5c43c3b..2eb1f0dc 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.go/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Mon May 27 12:43:28 2013 +Test Run By thomas on Thu Jun 13 21:53:46 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -90,5 +90,5 @@ UNTESTED: gdb.go/unsafe.exp: unsafe.exp # of expected passes 44 # of expected failures 4 # of untested testcases 9 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 fd077df5..ea68222e 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 Mon May 27 12:43:33 2013 +Test Run By thomas on Thu Jun 13 21:53:52 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -116,5 +116,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.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory diff --git a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum index f1318b31..dcecc00e 100644 --- a/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum +++ b/gdb/coulomb.SCHWINGE/test/gdb/testsuite/gdb.linespec/gdb.sum @@ -1,4 +1,4 @@ -Test Run By thomas on Mon May 27 12:44:21 2013 +Test Run By thomas on Thu Jun 13 21:54:41 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -222,5 +222,5 @@ PASS: gdb.linespec/thread.exp: continue to breakpoint: thread function === gdb Summary === # of expected passes 204 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 86e4db6c..9ad1278f 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 Mon May 27 12:44:43 2013 +Test Run By thomas on Thu Jun 13 21:55:04 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -247,6 +247,7 @@ FAIL: gdb.mi/mi-cmd-param-changed.exp: cmd param: interpreter-exec "set schedule FAIL: gdb.mi/mi-cmd-param-changed.exp: cmd param: interpreter-exec "set scheduler-locking off" FAIL: gdb.mi/mi-cmd-param-changed.exp: cmd param: interpreter-exec "set scheduler-locking step" FAIL: gdb.mi/mi-cmd-param-changed.exp: cmd param: "set scheduler-locking on" no event (requested by MI) +PASS: gdb.mi/mi-cmd-param-changed.exp: cmd param: "-exec-arguments foo" no event FAIL: gdb.mi/mi-cmd-param-changed.exp: cmd param: "set scheduler-locking step" no event (requested by MI interp) FAIL: gdb.mi/mi-cmd-param-changed.exp: cmd param: "set scheduler-locking stepr" no event PASS: gdb.mi/mi-cmd-param-changed.exp: cmd param: "set remotecache" warmup @@ -950,7 +951,7 @@ 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 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: run to mi-var-cp.cc:19 (set breakpoint) PASS: gdb.mi/mi-var-cp.exp: create varobj for rx PASS: gdb.mi/mi-var-cp.exp: update RX (1) PASS: gdb.mi/mi-var-cp.exp: check RX: expect 167 @@ -958,7 +959,7 @@ PASS: gdb.mi/mi-var-cp.exp: update RX (2) PASS: gdb.mi/mi-var-cp.exp: check RX: expect 567 PASS: gdb.mi/mi-var-cp.exp: update RX (3) PASS: gdb.mi/mi-var-cp.exp: delete RX -PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:46 (set breakpoint) +PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:45 (set breakpoint) PASS: gdb.mi/mi-var-cp.exp: create varobj for s2 PASS: gdb.mi/mi-var-cp.exp: list children of s2 PASS: gdb.mi/mi-var-cp.exp: list children of s2.s @@ -966,20 +967,20 @@ PASS: gdb.mi/mi-var-cp.exp: list children of s2.s.public PASS: gdb.mi/mi-var-cp.exp: check S2.S.public.i PASS: gdb.mi/mi-var-cp.exp: check S2.S.public.j PASS: gdb.mi/mi-var-cp.exp: delete S2 -PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:82 (set breakpoint) +PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:81 (set breakpoint) PASS: gdb.mi/mi-var-cp.exp: create varobj for rptr_s PASS: gdb.mi/mi-var-cp.exp: list public child of RPTR PASS: gdb.mi/mi-var-cp.exp: list children of reference to pointer PASS: gdb.mi/mi-var-cp.exp: check i member PASS: gdb.mi/mi-var-cp.exp: check j member PASS: gdb.mi/mi-var-cp.exp: delete RPTR -PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:105 (set breakpoint) +PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:104 (set breakpoint) PASS: gdb.mi/mi-var-cp.exp: create varobj for s PASS: gdb.mi/mi-var-cp.exp: create varobj for s PASS: gdb.mi/mi-var-cp.exp: check attributes of S PASS: gdb.mi/mi-var-cp.exp: check attributes of R PASS: gdb.mi/mi-var-cp.exp: -var-update should not list structure varobjs -PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:145 (set breakpoint) +PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:144 (set breakpoint) PASS: gdb.mi/mi-var-cp.exp: create varobj for ip PASS: gdb.mi/mi-var-cp.exp: list children of IP PASS: gdb.mi/mi-var-cp.exp: -var-info-path-expression IP.*ip @@ -995,7 +996,7 @@ PASS: gdb.mi/mi-var-cp.exp: -var-info-path-expression DP.public PASS: gdb.mi/mi-var-cp.exp: create varobj for d PASS: gdb.mi/mi-var-cp.exp: list children of D PASS: gdb.mi/mi-var-cp.exp: -var-info-path-expression D.Base1 -PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:192 (set breakpoint) +PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:191 (set breakpoint) PASS: gdb.mi/mi-var-cp.exp: create varobj for array PASS: gdb.mi/mi-var-cp.exp: list children of A PASS: gdb.mi/mi-var-cp.exp: -var-info-path-expression A.2 @@ -1187,7 +1188,7 @@ PASS: gdb.mi/mi-var-invalidate.exp: no type for invalid variable linteger (2) PASS: gdb.mi/mi-var-invalidate.exp: global_simple not anymore in scope due to binary changes PASS: gdb.mi/mi-var-invalidate.exp: no type for invalid variable global_simple Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.mi/mi-var-rtti.exp ... -PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:37 (set breakpoint) +PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:36 (set breakpoint) PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object off" in use_rtti_for_ptr PASS: gdb.mi/mi-var-rtti.exp: create varobj for ptr (without RTTI) in use_rtti_for_ptr PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (without RTTI) in use_rtti_for_ptr @@ -1246,7 +1247,7 @@ PASS: gdb.mi/mi-var-rtti.exp: check constPtrConst->A (with RTTI) in use_rtti_for PASS: gdb.mi/mi-var-rtti.exp: check constPtrConst->B (with RTTI) in use_rtti_for_ptr PASS: gdb.mi/mi-var-rtti.exp: check constPtrConst->C (with RTTI) in use_rtti_for_ptr PASS: gdb.mi/mi-var-rtti.exp: delete varobj for constPtrConst (with RTTI) in use_rtti_for_ptr -PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:64 (set breakpoint) +PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:63 (set breakpoint) PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object off" in use_rtti_for_ref PASS: gdb.mi/mi-var-rtti.exp: create varobj for ref (without RTTI) in use_rtti_for_ref PASS: gdb.mi/mi-var-rtti.exp: list children of ref (without RTTI) in use_rtti_for_ref @@ -1277,7 +1278,7 @@ PASS: gdb.mi/mi-var-rtti.exp: check constRef->A (with RTTI) in use_rtti_for_ref PASS: gdb.mi/mi-var-rtti.exp: check constRef->B (with RTTI) in use_rtti_for_ref PASS: gdb.mi/mi-var-rtti.exp: check constRef->C (with RTTI) in use_rtti_for_ref PASS: gdb.mi/mi-var-rtti.exp: delete varobj for constRef (with RTTI) in use_rtti_for_ref -PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:94 (set breakpoint) +PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:93 (set breakpoint) PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object off" in use_rtti_for_ptr_child PASS: gdb.mi/mi-var-rtti.exp: create varobj for s (without RTTI) in use_rtti_for_ptr_child PASS: gdb.mi/mi-var-rtti.exp: list children of s (without RTTI) in use_rtti_for_ptr_child @@ -1328,7 +1329,7 @@ PASS: gdb.mi/mi-var-rtti.exp: check s.constPtrConst->A (with RTTI) in use_rtti_f PASS: gdb.mi/mi-var-rtti.exp: check s.constPtrConst->B (with RTTI) in use_rtti_for_ptr_child PASS: gdb.mi/mi-var-rtti.exp: check s.constPtrConst->C (with RTTI) in use_rtti_for_ptr_child PASS: gdb.mi/mi-var-rtti.exp: delete varobj for s (with RTTI) in use_rtti_for_ptr_child -PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:149 (set breakpoint) +PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:148 (set breakpoint) PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object off" in use_rtti_for_ref_child PASS: gdb.mi/mi-var-rtti.exp: create varobj for s (without RTTI) in use_rtti_for_ref_child PASS: gdb.mi/mi-var-rtti.exp: list children of s (without RTTI) in use_rtti_for_ref_child @@ -1359,7 +1360,7 @@ PASS: gdb.mi/mi-var-rtti.exp: check s.constRef->A (with RTTI) in use_rtti_for_re PASS: gdb.mi/mi-var-rtti.exp: check s.constRef->B (with RTTI) in use_rtti_for_ref_child PASS: gdb.mi/mi-var-rtti.exp: check s.constRef->C (with RTTI) in use_rtti_for_ref_child PASS: gdb.mi/mi-var-rtti.exp: delete varobj for s (with RTTI) in use_rtti_for_ref_child -PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:202 (set breakpoint) +PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:201 (set breakpoint) PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object off" in use_rtti_with_multiple_inheritence PASS: gdb.mi/mi-var-rtti.exp: create varobj for ptr (without RTTI) in use_rtti_with_multiple_inheritence PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (without RTTI) in use_rtti_with_multiple_inheritence @@ -1380,7 +1381,7 @@ PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base (with RTTI) in use_rtti_ PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base.public (with RTTI) in use_rtti_with_multiple_inheritence PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.public (with RTTI) in use_rtti_with_multiple_inheritence PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ptr (with RTTI) in use_rtti_with_multiple_inheritence -PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:245 (set breakpoint) +PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:244 (set breakpoint) PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object on" in type_update_when_use_rtti PASS: gdb.mi/mi-var-rtti.exp: create varobj for ptr in type_update_when_use_rtti PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (without RTTI) in type_update_when_use_rtti @@ -1390,7 +1391,7 @@ PASS: gdb.mi/mi-var-rtti.exp: list children of s in type_update_when_use_rtti PASS: gdb.mi/mi-var-rtti.exp: list children of s.public in type_update_when_use_rtti PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr (without RTTI) in type_update_when_use_rtti PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.public (without RTTI) in type_update_when_use_rtti -PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:269 (set breakpoint) +PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:268 (set breakpoint) PASS: gdb.mi/mi-var-rtti.exp: update ptr to derived in type_update_when_use_rtti PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (with RTTI) in type_update_when_use_rtti PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.Base (with RTTI) in type_update_when_use_rtti @@ -1407,12 +1408,12 @@ PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.public (with RTTI) in type_ PASS: gdb.mi/mi-var-rtti.exp: check s.ptr->A (with RTTI) in type_update_when_use_rtti PASS: gdb.mi/mi-var-rtti.exp: check s.ptr->B (with RTTI) in type_update_when_use_rtti PASS: gdb.mi/mi-var-rtti.exp: check s.ptr->C (with RTTI) in type_update_when_use_rtti -PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:281 (set breakpoint) +PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:280 (set breakpoint) PASS: gdb.mi/mi-var-rtti.exp: update ptr back to base type in type_update_when_use_rtti PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ptr in type_update_when_use_rtti PASS: gdb.mi/mi-var-rtti.exp: update s.ptr back to base type in type_update_when_use_rtti PASS: gdb.mi/mi-var-rtti.exp: delete varobj for s in type_update_when_use_rtti -PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:299 (set breakpoint) +PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:298 (set breakpoint) PASS: gdb.mi/mi-var-rtti.exp: -interpreter-exec console "set print object off" in skip_type_update_when_not_use_rtti PASS: gdb.mi/mi-var-rtti.exp: create varobj for ptr in skip_type_update_when_not_use_rtti PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (without RTTI) in skip_type_update_when_not_use_rtti @@ -1422,7 +1423,7 @@ PASS: gdb.mi/mi-var-rtti.exp: list children of s in skip_type_update_when_not_us PASS: gdb.mi/mi-var-rtti.exp: list children of s.public in skip_type_update_when_not_use_rtti PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr (without RTTI) in skip_type_update_when_not_use_rtti PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.public (without RTTI) in skip_type_update_when_not_use_rtti -PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:323 (set breakpoint) +PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:322 (set breakpoint) PASS: gdb.mi/mi-var-rtti.exp: update ptr to derived type in skip_type_update_when_not_use_rtti PASS: gdb.mi/mi-var-rtti.exp: list children of ptr (without RTTI) in skip_type_update_when_not_use_rtti PASS: gdb.mi/mi-var-rtti.exp: list children of ptr.public (without RTTI) in skip_type_update_when_not_use_rtti @@ -1431,7 +1432,7 @@ PASS: gdb.mi/mi-var-rtti.exp: update s to derived type in skip_type_update_when_ PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr (without RTTI) in skip_type_update_when_not_use_rtti PASS: gdb.mi/mi-var-rtti.exp: list children of s.ptr.public (without RTTI) in skip_type_update_when_not_use_rtti PASS: gdb.mi/mi-var-rtti.exp: check s.ptr->A (without RTTI) in skip_type_update_when_not_use_rtti -PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:335 (set breakpoint) +PASS: gdb.mi/mi-var-rtti.exp: run to mi-var-rtti.cc:334 (set breakpoint) PASS: gdb.mi/mi-var-rtti.exp: update ptr back to base type in skip_type_update_when_not_use_rtti PASS: gdb.mi/mi-var-rtti.exp: delete varobj for ptr in skip_type_update_when_not_use_rtti PASS: gdb.mi/mi-var-rtti.exp: update s back to base type in skip_type_update_when_not_use_rtti @@ -1773,11 +1774,11 @@ FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2 (unkno === gdb Summary === -# of expected passes 1652 +# of expected passes 1653 # of unexpected failures 25 # of unexpected successes 1 # of expected failures 8 # of known failures 6 # of unsupported tests 10 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 4ef166d5..69a80a09 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 Mon May 27 12:47:20 2013 +Test Run By thomas on Thu Jun 13 21:57:46 2013 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.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 3af1acfc..7e3a7b3d 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 Mon May 27 12:47:24 2013 +Test Run By thomas on Thu Jun 13 21:57:49 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -63,5 +63,5 @@ FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 1 # of expected passes 31 # of unexpected failures 10 # of untested testcases 2 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 5c502ee1..960d50b2 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 Mon May 27 12:47:32 2013 +Test Run By thomas on Thu Jun 13 21:57:58 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -32,5 +32,5 @@ PASS: gdb.objc/print.exp: reject p 1.1ll # of expected passes 13 # of unsupported tests 3 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 3ca70f71..0952c779 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 Mon May 27 12:47:43 2013 +Test Run By thomas on Thu Jun 13 21:58:10 2013 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.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 422f847a..ccf9d5d0 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 Mon May 27 12:47:46 2013 +Test Run By thomas on Thu Jun 13 21:58:13 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -115,5 +115,5 @@ PASS: gdb.opt/inline-locals.exp: print local (3) # of expected passes 95 # of expected failures 1 # of known failures 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 e543351a..c2652dc1 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 Mon May 27 12:48:01 2013 +Test Run By thomas on Thu Jun 13 21:58:29 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -50,5 +50,5 @@ PASS: gdb.pascal/types.exp: pt 10E20 # of known failures 1 # of untested testcases 2 # of unsupported tests 4 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 9bd8b36f..dbbb8277 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 Mon May 27 12:48:05 2013 +Test Run By thomas on Thu Jun 13 21:58:32 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -423,7 +423,7 @@ PASS: gdb.python/py-finish-breakpoint.exp: set FinishBP after the exit() PASS: gdb.python/py-finish-breakpoint.exp: catch out of scope after exit PASS: gdb.python/py-finish-breakpoint.exp: set FinishBP after the exec PASS: gdb.python/py-finish-breakpoint.exp: catch exec -FAIL: gdb.python/py-finish-breakpoint.exp: catch out of scope after exec +PASS: gdb.python/py-finish-breakpoint.exp: catch out of scope after exec Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.python/py-finish-breakpoint2.exp ... PASS: gdb.python/py-finish-breakpoint2.exp: import python scripts PASS: gdb.python/py-finish-breakpoint2.exp: run to exception 1 @@ -1480,28 +1480,39 @@ PASS: gdb.python/python.exp: post event insertion - def __call__(self): PASS: gdb.python/python.exp: post event insertion - global someVal PASS: gdb.python/python.exp: post event insertion - someVal += 1 PASS: gdb.python/python.exp: post event insertion - gdb.post_event(Foo()) -PASS: gdb.python/python.exp: post event insertion - end -PASS: gdb.python/python.exp: test post event execution -PASS: gdb.python/python.exp: Test non callable class -PASS: gdb.python/python.exp: show height -PASS: gdb.python/python.exp: set height 10 -PASS: gdb.python/python.exp: verify pagination beforehand -PASS: gdb.python/python.exp: verify pagination beforehand: q -PASS: gdb.python/python.exp: gdb.execute does not page -PASS: gdb.python/python.exp: verify pagination afterwards -PASS: gdb.python/python.exp: verify pagination afterwards: q -PASS: gdb.python/python.exp: set height 0 -PASS: gdb.python/python.exp: collect help from uiout -PASS: gdb.python/python.exp: verify help to uiout -PASS: gdb.python/python.exp: Attempt to aquire thread with no inferior -PASS: gdb.python/python.exp: Ensure that no threads are returned -PASS: gdb.python/python.exp: register atexit function - python -PASS: gdb.python/python.exp: register atexit function - import atexit -PASS: gdb.python/python.exp: register atexit function - def printit(arg): -PASS: gdb.python/python.exp: register atexit function - print (arg) -PASS: gdb.python/python.exp: register atexit function - atexit.register(printit, 'good bye world') -PASS: gdb.python/python.exp: register atexit function - end -PASS: gdb.python/python.exp: atexit handling +ERROR: Process no longer exists +UNRESOLVED: gdb.python/python.exp: post event insertion - end +ERROR: Couldn't send python print (someVal) to GDB. +UNRESOLVED: gdb.python/python.exp: test post event execution +ERROR: Couldn't send python gdb.post_event(str(1)) to GDB. +UNRESOLVED: gdb.python/python.exp: Test non callable class +ERROR: Couldn't send show height to GDB. +UNRESOLVED: gdb.python/python.exp: show height +ERROR: Couldn't send set height 10 to GDB. +UNRESOLVED: gdb.python/python.exp: set height 10 +ERROR: Couldn't send python print ("\n" * 10) to GDB. +UNRESOLVED: gdb.python/python.exp: verify pagination beforehand +ERROR: Couldn't send q to GDB. +UNRESOLVED: gdb.python/python.exp: verify pagination beforehand: q +ERROR: Couldn't send python if gdb.execute('python print ("\\n" * 10)', to_string=True) == "\n" * 11: print ("yes") to GDB. +UNRESOLVED: gdb.python/python.exp: gdb.execute does not page +ERROR: Couldn't send python print ("\n" * 10) to GDB. +UNRESOLVED: gdb.python/python.exp: verify pagination afterwards +ERROR: Couldn't send q to GDB. +UNRESOLVED: gdb.python/python.exp: verify pagination afterwards: q +ERROR: Couldn't send set height 0 to GDB. +UNRESOLVED: gdb.python/python.exp: set height 0 +ERROR: Couldn't send python a = gdb.execute('help', to_string=True) to GDB. +UNRESOLVED: gdb.python/python.exp: collect help from uiout +ERROR: Couldn't send python print (a) to GDB. +UNRESOLVED: gdb.python/python.exp: verify help to uiout +ERROR: Couldn't send python nothread = gdb.selected_thread() to GDB. +UNRESOLVED: gdb.python/python.exp: Attempt to aquire thread with no inferior +ERROR: Couldn't send python print (nothread == None) to GDB. +UNRESOLVED: gdb.python/python.exp: Ensure that no threads are returned +ERROR: Couldn't send python to GDB. +UNRESOLVED: gdb.python/python.exp: register atexit function - python +FAIL: gdb.python/python.exp: atexit handling PASS: gdb.python/python.exp: test decode_line no source named main PASS: gdb.python/python.exp: test decode_line current location PASS: gdb.python/python.exp: Test decode_line current location @@ -1589,9 +1600,10 @@ PASS: gdb.python/python.exp: Test find_pc_line with resume address === gdb Summary === -# of expected passes 1527 +# of expected passes 1506 # of unexpected failures 9 +# of unresolved testcases 16 # of untested testcases 1 # of unsupported tests 3 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 8e2863c2..c36792a3 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 Mon May 27 12:51:00 2013 +Test Run By thomas on Thu Jun 13 22:01:17 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -37,5 +37,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.reverse/watch-reverse.exp .. === gdb Summary === -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 2e2c1d7f..84a1e9fd 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 Mon May 27 12:51:02 2013 +Test Run By thomas on Thu Jun 13 22:01:20 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -19,5 +19,5 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.server/solib-list.exp ... === gdb Summary === -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 e9650460..a6c768bb 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 Mon May 27 12:51:04 2013 +Test Run By thomas on Thu Jun 13 22:01:21 2013 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.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 e541c7c4..8fe33285 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 Mon May 27 12:51:19 2013 +Test Run By thomas on Thu Jun 13 22:01:35 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -18,6 +18,7 @@ Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/corethreads.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/create-fail.exp ... UNSUPPORTED: gdb.threads/create-fail.exp: Couldn't compile ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/create-fail.c: unrecognized error Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/current-lwp-dead.exp ... +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/dlopen-libpthread.exp ... Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/execl.exp ... PASS: gdb.threads/execl.exp: successfully compiled posix threads test case PASS: gdb.threads/execl.exp: set breakpoint at execl @@ -102,31 +103,20 @@ PASS: gdb.threads/local-watch-wrong-thread.exp: successfully compiled posix thre PASS: gdb.threads/local-watch-wrong-thread.exp: breakpoint on thread_function0 FAIL: gdb.threads/local-watch-wrong-thread.exp: continue to thread_function0 FAIL: gdb.threads/local-watch-wrong-thread.exp: set local watchpoint on *myp -FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint triggers (timeout) -ERROR: Delete all breakpoints in delete_breakpoints (timeout) -UNRESOLVED: gdb.threads/local-watch-wrong-thread.exp: set local watchpoint on *myp, with false conditional (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: breakpoint on the other thread (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: the other thread stopped on breakpoint (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: delete 5 (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint is still in breakpoint list (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: let local watchpoint trigger (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint still triggers (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: let thread_function0 return (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: breakpoint on thread_function0's caller (timeout) -FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint automatically deleted (timeout) +FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint triggers +FAIL: gdb.threads/local-watch-wrong-thread.exp: set local watchpoint on *myp, with false conditional +FAIL: gdb.threads/local-watch-wrong-thread.exp: breakpoint on the other thread +FAIL: gdb.threads/local-watch-wrong-thread.exp: the other thread stopped on breakpoint +FAIL: gdb.threads/local-watch-wrong-thread.exp: delete 5 +FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint is still in breakpoint list +FAIL: gdb.threads/local-watch-wrong-thread.exp: let local watchpoint trigger +FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint still triggers (the program is no longer running) +FAIL: gdb.threads/local-watch-wrong-thread.exp: let thread_function0 return +FAIL: gdb.threads/local-watch-wrong-thread.exp: breakpoint on thread_function0's caller +FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint automatically deleted (the program is no longer running) Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.threads/manythreads.exp ... PASS: gdb.threads/manythreads.exp: successfully compiled posix threads test case -PASS: gdb.threads/manythreads.exp: set print sevenbit-strings -PASS: gdb.threads/manythreads.exp: shell stty intr '^C' -PASS: gdb.threads/manythreads.exp: first continue -FAIL: gdb.threads/manythreads.exp: stop threads 1 -FAIL: gdb.threads/manythreads.exp: info threads -PASS: gdb.threads/manythreads.exp: give a name to the thread -PASS: gdb.threads/manythreads.exp: check thread name -PASS: gdb.threads/manythreads.exp: second continue -PASS: gdb.threads/manythreads.exp: check for duplicate SIGINT -FAIL: gdb.threads/manythreads.exp: stop threads 2 (timeout) -FAIL: gdb.threads/manythreads.exp: GDB exits after stopping multithreaded program (timeout) +UNTESTED: gdb.threads/manythreads.exp: sometimes hangs; probably libpthread issue 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 ... @@ -456,10 +446,9 @@ FAIL: gdb.threads/wp-replication.exp: No hardware watchpoints available === gdb Summary === -# of expected passes 182 -# of unexpected failures 167 -# of unresolved testcases 1 -# of untested testcases 3 +# of expected passes 175 +# of unexpected failures 164 +# of untested testcases 4 # of unsupported tests 9 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 6aba472b..7f3cfa14 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 Mon May 27 13:02:53 2013 +Test Run By thomas on Thu Jun 13 22:09:05 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -124,6 +124,8 @@ PASS: gdb.trace/infotrace.exp: 2.4: info trace rejects multiple tracepoint numbe PASS: gdb.trace/infotrace.exp: 2.5: help info tracepoints PASS: gdb.trace/infotrace.exp: collect on tracepoint 1 UNSUPPORTED: gdb.trace/infotrace.exp: Current target does not support trace +Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/mi-trace-unavailable.exp ... +UNSUPPORTED: gdb.trace/mi-trace-unavailable.exp: Current target does not support trace Running ../../../Ferry_Tagscherer/gdb/testsuite/gdb.trace/mi-traceframe-changed.exp ... PASS: gdb.trace/mi-traceframe-changed.exp: tfile: select trace file PASS: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 @@ -324,6 +326,6 @@ UNSUPPORTED: gdb.trace/while-stepping.exp: target does not support trace # of expected passes 241 # of untested testcases 3 -# of unsupported tests 28 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +# of unsupported tests 29 +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-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 cac4e70d..cac40974 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 Mon May 27 13:04:12 2013 +Test Run By thomas on Thu Jun 13 22:10:23 2013 Native configuration is i686-unknown-gnu0.3 === gdb tests === @@ -44,5 +44,5 @@ PASS: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/loop.xml # of expected passes 26 # of known failures 1 -[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130527-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory +[...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../../gdb/gdb version 7.6.50.20130613-cvs -nw -nx -data-directory [...]/tschwinge/Ferry_Tagscherer.build/gdb/testsuite/../data-directory |