From e9f9beff8e278c30c2fb1a7367f3aea9e89991f4 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 28 Nov 2016 09:11:56 +0100 Subject: binutils-gdb: Re-run after laplace.SCHWINGE system updates --- .../laplace.SCHWINGE/test/gdb/testsuite/gdb.sum | 267 ++++++++------------- 1 file changed, 94 insertions(+), 173 deletions(-) (limited to 'binutils-gdb/laplace.SCHWINGE/test/gdb/testsuite') diff --git a/binutils-gdb/laplace.SCHWINGE/test/gdb/testsuite/gdb.sum b/binutils-gdb/laplace.SCHWINGE/test/gdb/testsuite/gdb.sum index f3cf2a1b..bcb877be 100644 --- a/binutils-gdb/laplace.SCHWINGE/test/gdb/testsuite/gdb.sum +++ b/binutils-gdb/laplace.SCHWINGE/test/gdb/testsuite/gdb.sum @@ -1,5 +1,5 @@ -Test Run By thomas on Sat Nov 26 19:32:07 2016 -Native configuration is i686-unknown-gnu0.7 +Test Run By thomas on Sat Nov 26 21:43:31 2016 +Native configuration is i686-unknown-gnu0.8 === gdb tests === @@ -333,8 +333,8 @@ Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb PASS: gdb.ada/fun_renaming.exp: compilation fun_renaming.adb PASS: gdb.ada/fun_renaming.exp: print next(1) FAIL: gdb.ada/fun_renaming.exp: print n(1) -XFAIL: gdb.ada/fun_renaming.exp: print renamed_next(1) -XFAIL: gdb.ada/fun_renaming.exp: print pack.renamed_next(1) +FAIL: gdb.ada/fun_renaming.exp: print renamed_next(1) +FAIL: gdb.ada/fun_renaming.exp: print pack.renamed_next(1) Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.ada/funcall_char.exp ... PASS: gdb.ada/funcall_char.exp: compilation foo.adb PASS: gdb.ada/funcall_char.exp: print f('A') @@ -1876,8 +1876,8 @@ PASS: gdb.base/branch-to-self.exp: single-step: set breakpoint PASS: gdb.base/branch-to-self.exp: single-step: continue to breakpoint: hit breakpoint PASS: gdb.base/branch-to-self.exp: single-step: si PASS: gdb.base/branch-to-self.exp: break-cond: side=host: set breakpoint with condition -PASS: gdb.base/branch-to-self.exp: break-cond: side=host: continue to breakpoint: continue to break -PASS: gdb.base/branch-to-self.exp: break-cond: side=host: p counter +FAIL: gdb.base/branch-to-self.exp: break-cond: side=host: continue to breakpoint: continue to break (timeout) +FAIL: gdb.base/branch-to-self.exp: break-cond: side=host: p counter (timeout) Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/break-always.exp ... PASS: gdb.base/break-always.exp: set breakpoint always-inserted on PASS: gdb.base/break-always.exp: confirm breakpoint always-inserted @@ -2491,7 +2491,7 @@ 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 -FAIL: gdb.base/call-signal-resume.exp: continue to program exit +PASS: gdb.base/call-signal-resume.exp: continue to program exit Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/call-strs.exp ... PASS: gdb.base/call-strs.exp: set print sevenbit-strings PASS: gdb.base/call-strs.exp: set print address off @@ -3019,23 +3019,23 @@ PASS: gdb.base/catch-signal.exp: 2nd line of save breakpoints for 'all' PASS: gdb.base/catch-signal.exp: Trailing newline of save breakpoints for 'all' Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/catch-syscall.exp ... gdb compile failed, [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/catch-syscall.c:18:21: error: 'SYS_close' undeclared here (not in a function) - int close_syscall = SYS_close; - ^ + int close_syscall = SYS_close; + ^~~~~~~~~ [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/catch-syscall.c:19:22: error: 'SYS_chroot' undeclared here (not in a function) - int chroot_syscall = SYS_chroot; - ^ + int chroot_syscall = SYS_chroot; + ^~~~~~~~~~ [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/catch-syscall.c:24:20: error: 'SYS_read' undeclared here (not in a function) - int read_syscall = SYS_read; - ^ + int read_syscall = SYS_read; + ^~~~~~~~ [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/catch-syscall.c:28:21: error: 'SYS_pipe2' undeclared here (not in a function) - int pipe2_syscall = SYS_pipe2; - ^ + int pipe2_syscall = SYS_pipe2; + ^~~~~~~~~ [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/catch-syscall.c:30:21: error: 'SYS_write' undeclared here (not in a function) - int write_syscall = SYS_write; - ^ + int write_syscall = SYS_write; + ^~~~~~~~~ [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/catch-syscall.c:40:26: error: 'SYS_exit_group' undeclared here (not in a function) - int exit_group_syscall = SYS_exit_group; - ^ + int exit_group_syscall = SYS_exit_group; + ^~~~~~~~~~~~~~ UNTESTED: gdb.base/catch-syscall.exp: catch-syscall.exp UNTESTED: gdb.base/catch-syscall.exp: catch-syscall.exp Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/charset.exp ... @@ -7610,9 +7610,6 @@ PASS: gdb.base/miscexprs.exp: print value of ibig.i[100] << 2 PASS: gdb.base/miscexprs.exp: print value of sbig.s[90] >> 4 PASS: gdb.base/miscexprs.exp: print value of lbig.l[333] >> 6 Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/morestack.exp ... -gdb compile failed, cc1: error: '-fsplit-stack' currently only supported on GNU/Linux -cc1: error: '-fsplit-stack' is not supported by this compiler configuration -UNTESTED: gdb.base/morestack.exp: morestack.exp Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/moribund-step.exp ... UNSUPPORTED: gdb.base/moribund-step.exp: displaced stepping Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/multi-forks.exp ... @@ -7716,7 +7713,7 @@ Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb PASS: gdb.base/nostdlib.exp: stop at run PASS: gdb.base/nostdlib.exp: continue to marker Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/offsets.exp ... -PASS: gdb.base/offsets.exp: print &big_struct test (0x80497a0) +PASS: gdb.base/offsets.exp: print &big_struct test (0x8049720) PASS: gdb.base/offsets.exp: big offsets Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/opaque.exp ... PASS: gdb.base/opaque.exp: whatis on opaque struct pointer (statically) @@ -7927,19 +7924,6 @@ PASS: gdb.base/pr11022.exp: breakpoint hit 2 PASS: gdb.base/pr11022.exp: set var x = 1 PASS: gdb.base/pr11022.exp: watchpoint hit 2 Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/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.22.so to ld.so -PASS: gdb.base/prelink.exp: copy prelink.so to prelink.so -PASS: gdb.base/prelink.exp: copy libm-2.22.so to libm.so.6 -PASS: gdb.base/prelink.exp: copy libc-2.22.so to libc.so.0.3 -PASS: gdb.base/prelink.exp: copy libdl-2.22.so to libdl.so.2 -PASS: gdb.base/prelink.exp: copy ld-2.22.so to ld.so.1 -PASS: gdb.base/prelink.exp: copy libmachuser-2.22.so to libmachuser.so.1 -PASS: gdb.base/prelink.exp: copy libhurduser-2.22.so to libhurduser.so.0.3 -PASS: gdb.base/prelink.exp: split debug of executable -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 [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/print-file-var.exp ... PASS: gdb.base/print-file-var.exp: breapoint past v1 & v2 initialization PASS: gdb.base/print-file-var.exp: continue to STOP marker @@ -9790,16 +9774,6 @@ PASS: gdb.base/setvar.exp: set print structure #1 PASS: gdb.base/setvar.exp: set print structure #2 PASS: gdb.base/setvar.exp: set print structure #3 PASS: gdb.base/setvar.exp: set print structure #4 -PASS: gdb.base/setvar.exp: print sef.field=sm1 -PASS: gdb.base/setvar.exp: print sef.field (sm1) -PASS: gdb.base/setvar.exp: print sef.field=s1 -PASS: gdb.base/setvar.exp: print sef.field (s1) -PASS: gdb.base/setvar.exp: print uef.field=u2 -PASS: gdb.base/setvar.exp: print uef.field (u2) -PASS: gdb.base/setvar.exp: print uef.field=u1 -PASS: gdb.base/setvar.exp: print uef.field (u1) -PASS: gdb.base/setvar.exp: print sef.field=7 -PASS: gdb.base/setvar.exp: print uef.field=6 Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/shell.exp ... PASS: gdb.base/shell.exp: shell echo foo PASS: gdb.base/shell.exp: ! echo foo @@ -9868,7 +9842,7 @@ PASS: gdb.base/sigbpt.exp: display/i $pc PASS: gdb.base/sigbpt.exp: advance to the bowler FAIL: gdb.base/sigbpt.exp: stepping to fault FAIL: gdb.base/sigbpt.exp: get insn after fault -FAIL: gdb.base/sigbpt.exp: Verify that SIGSEGV occurs at the last STEPI insn (none 0x8048558) +FAIL: gdb.base/sigbpt.exp: Verify that SIGSEGV occurs at the last STEPI insn (none 0x80484d8) PASS: gdb.base/sigbpt.exp: rerun to main PASS: gdb.base/sigbpt.exp: stepi; pass SIGSEGV PASS: gdb.base/sigbpt.exp: stepi; continue to keeper @@ -10271,7 +10245,7 @@ UNSUPPORTED: gdb.base/sss-bp-on-user-bp-2.exp: target doesn't use software singl Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/sss-bp-on-user-bp.exp ... PASS: gdb.base/sss-bp-on-user-bp.exp: continue to breakpoint: first breakpoint PASS: gdb.base/sss-bp-on-user-bp.exp: disassemble main -PASS: gdb.base/sss-bp-on-user-bp.exp: b *0x080484ef +PASS: gdb.base/sss-bp-on-user-bp.exp: b *0x0804846f PASS: gdb.base/sss-bp-on-user-bp.exp: set breakpoint always-inserted on PASS: gdb.base/sss-bp-on-user-bp.exp: si PASS: gdb.base/sss-bp-on-user-bp.exp: jump *$pc @@ -11398,8 +11372,8 @@ PASS: gdb.base/subst.exp: show substitute-path after all remaining rules removed Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/sym-file.exp ... gdb compile failed, [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/sym-file-loader.c: In function 'get_origin': [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/sym-file-loader.c:154:25: error: 'PATH_MAX' undeclared (first use in this function) - static char self_path[PATH_MAX]; - ^ + static char self_path[PATH_MAX]; + ^~~~~~~~ [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/sym-file-loader.c:154:25: note: each undeclared identifier is reported only once for each function it appears in UNTESTED: gdb.base/sym-file.exp: sym-file Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.base/symbol-without-target_section.exp ... @@ -14724,42 +14698,18 @@ PASS: gdb.cp/call-c.exp: continue to bp PASS: gdb.cp/call-c.exp: print rf->func() PASS: gdb.cp/call-c.exp: print handle->func() Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.cp/casts.exp ... -PASS: gdb.cp/casts.exp: set print symbol off -PASS: gdb.cp/casts.exp: cast base class pointer to derived class pointer -PASS: gdb.cp/casts.exp: let compiler cast base class pointer to derived class pointer -PASS: gdb.cp/casts.exp: cast derived class pointer to base class pointer -PASS: gdb.cp/casts.exp: cast derived class reference to base class reference -PASS: gdb.cp/casts.exp: cast base class reference to derived class reference -PASS: gdb.cp/casts.exp: let compiler cast base class reference to derived class reference -PASS: gdb.cp/casts.exp: basic test of const_cast -PASS: gdb.cp/casts.exp: const_cast of 0 -PASS: gdb.cp/casts.exp: basic test of static_cast -PASS: gdb.cp/casts.exp: static_cast to reference type -PASS: gdb.cp/casts.exp: basic test of reinterpret_cast -PASS: gdb.cp/casts.exp: test invalid reinterpret_cast -PASS: gdb.cp/casts.exp: reinterpret_cast to reference type -PASS: gdb.cp/casts.exp: whatis decltype(5) -PASS: gdb.cp/casts.exp: old-style cast using __typeof__ -PASS: gdb.cp/casts.exp: static_cast using __typeof__ -PASS: gdb.cp/casts.exp: reinterpret_cast using __typeof__ -PASS: gdb.cp/casts.exp: old-style cast using __typeof -PASS: gdb.cp/casts.exp: static_cast using __typeof -PASS: gdb.cp/casts.exp: reinterpret_cast using __typeof -PASS: gdb.cp/casts.exp: old-style cast using __decltype -PASS: gdb.cp/casts.exp: static_cast using __decltype -PASS: gdb.cp/casts.exp: reinterpret_cast using __decltype -PASS: gdb.cp/casts.exp: whatis __decltype(*a) -PASS: gdb.cp/casts.exp: invalid dynamic_cast -PASS: gdb.cp/casts.exp: dynamic_cast of 0 to void* -PASS: gdb.cp/casts.exp: dynamic_cast simple upcast -PASS: gdb.cp/casts.exp: dynamic_cast upcast to unique base -PASS: gdb.cp/casts.exp: dynamic_cast simple upcast to reference -PASS: gdb.cp/casts.exp: dynamic_cast simple downcast -PASS: gdb.cp/casts.exp: dynamic_cast simple downcast to intermediate class -PASS: gdb.cp/casts.exp: dynamic_cast to non-existing base -PASS: gdb.cp/casts.exp: dynamic_cast to reference to non-existing base -PASS: gdb.cp/casts.exp: dynamic_cast unique downcast -PASS: gdb.cp/casts.exp: dynamic_cast to sibling +gdb compile failed, [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.cp/casts.cc:40:10: error: expected primary-expression before 'int' + decltype(int x) + ^~~ +[...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.cp/casts.cc:40:10: error: expected ')' before 'int' +[...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.cp/casts.cc:40:1: error: expected unqualified-id before 'decltype' + decltype(int x) + ^~~~~~~~ +[...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.cp/casts.cc: In function 'int main(int, char**)': +[...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.cp/casts.cc:59:14: error: expected primary-expression before 'decltype' + double y = decltype(2); + ^~~~~~~~ +UNTESTED: gdb.cp/casts.exp: casts.exp Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.cp/chained-calls.exp ... PASS: gdb.cp/chained-calls.exp: continue to breakpoint: Break here PASS: gdb.cp/chained-calls.exp: g(f()) @@ -17174,37 +17124,11 @@ PASS: gdb.cp/m-data.exp: continue to breakpoint: continue to shadow breakpoint PASS: gdb.cp/m-data.exp: shadowing member PASS: gdb.cp/m-data.exp: shadowed global variable Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.cp/m-static.exp ... -PASS: gdb.cp/m-static.exp: continue to breakpoint: end of constructors -PASS: gdb.cp/m-static.exp: simple object, static const int, accessing via 'class::method::variable -PASS: gdb.cp/m-static.exp: simple object, static const bool -PASS: gdb.cp/m-static.exp: simple object, static const int -PASS: gdb.cp/m-static.exp: simple object, static long -PASS: gdb.cp/m-static.exp: simple object, static enum -PASS: gdb.cp/m-static.exp: simple object instance, print constructor -PASS: gdb.cp/m-static.exp: simple object instance, ptype constructor -PASS: gdb.cp/m-static.exp: simple object class, ptype constructor -PASS: gdb.cp/m-static.exp: simple object instance, print destructor -PASS: gdb.cp/m-static.exp: simple object instance, ptype destructor -PASS: gdb.cp/m-static.exp: simple object instance, print quoted destructor -PASS: gdb.cp/m-static.exp: simple object class, ptype quoted destructor -PASS: gdb.cp/m-static.exp: derived template object, base static const bool -PASS: gdb.cp/m-static.exp: derived template object, base static const int -PASS: gdb.cp/m-static.exp: derived template object, base static long -PASS: gdb.cp/m-static.exp: derived template object, base static enum -PASS: gdb.cp/m-static.exp: derived template object, static enum -PASS: gdb.cp/m-static.exp: template object, static const bool -PASS: gdb.cp/m-static.exp: template object, static const int -PASS: gdb.cp/m-static.exp: template object, static long -PASS: gdb.cp/m-static.exp: template object, static enum -PASS: gdb.cp/m-static.exp: template object, static derived enum -PASS: gdb.cp/m-static.exp: static const int initialized elsewhere -PASS: gdb.cp/m-static.exp: static const int initialized nowhere (print field) -PASS: gdb.cp/m-static.exp: static const int initialized nowhere (whole struct) -PASS: gdb.cp/m-static.exp: static const int initialized in class definition -PASS: gdb.cp/m-static.exp: static const float initialized in class definition -PASS: gdb.cp/m-static.exp: info variable everywhere -PASS: gdb.cp/m-static.exp: step -PASS: gdb.cp/m-static.exp: print svar +gdb compile failed, In file included from [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.cp/m-static.cc:79:0: +[...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.cp/m-static.h:9:34: error: 'constexpr' needed for in-class initialization of static data member 'const float gnu_obj_4::somewhere' of non-integral type [-fpermissive] + static const float somewhere = 3.14159; + ^~~~~~~ +UNTESTED: gdb.cp/m-static.exp: m-static.exp Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.cp/maint.exp ... PASS: gdb.cp/maint.exp: help maintenance cplus PASS: gdb.cp/maint.exp: help maint cp @@ -18485,7 +18409,7 @@ KFAIL: gdb.cp/oranking.exp: p foo2(b) (PRMS: gdb/12098) PASS: gdb.cp/oranking.exp: p test3() PASS: gdb.cp/oranking.exp: p foo3(1.0f) PASS: gdb.cp/oranking.exp: p test4() -KFAIL: gdb.cp/oranking.exp: p foo4(&a) (PRMS: gdb/12098) +KPASS: gdb.cp/oranking.exp: p foo4(&a) (PRMS gdb/12098) PASS: gdb.cp/oranking.exp: p test5() PASS: gdb.cp/oranking.exp: p foo5(c) PASS: gdb.cp/oranking.exp: p test6() @@ -18499,7 +18423,7 @@ PASS: gdb.cp/oranking.exp: p foo9(co) PASS: gdb.cp/oranking.exp: p test10() KFAIL: gdb.cp/oranking.exp: p foo10(amp) (PRMS: gdb/12098) PASS: gdb.cp/oranking.exp: p test101() -KFAIL: gdb.cp/oranking.exp: p foo101("abc") (PRMS: gdb/12098) +KPASS: gdb.cp/oranking.exp: p foo101("abc") (PRMS gdb/12098) PASS: gdb.cp/oranking.exp: p test11() KFAIL: gdb.cp/oranking.exp: p foo11(d) (PRMS: gdb/12096) PASS: gdb.cp/oranking.exp: p test12() @@ -20281,15 +20205,7 @@ PASS: gdb.dwarf2/dw2-producer.exp: set listsize 1 PASS: gdb.dwarf2/dw2-producer.exp: list func_cu1 PASS: gdb.dwarf2/dw2-producer.exp: ptype func_cu1 Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp ... -PASS: gdb.dwarf2/dw2-ranges-base.exp: info line main -PASS: gdb.dwarf2/dw2-ranges-base.exp: info line frame2 -PASS: gdb.dwarf2/dw2-ranges-base.exp: info line frame3 Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-ranges.exp ... -PASS: gdb.dwarf2/dw2-ranges.exp: info line main -PASS: gdb.dwarf2/dw2-ranges.exp: info line func -PASS: gdb.dwarf2/dw2-ranges.exp: info line main2 -PASS: gdb.dwarf2/dw2-ranges.exp: info line func2 -PASS: gdb.dwarf2/dw2-ranges.exp: info line main3 Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp ... PASS: gdb.dwarf2/dw2-ref-missing-frame.exp: func_nofb print PASS: gdb.dwarf2/dw2-ref-missing-frame.exp: func_nofb backtrace @@ -22320,7 +22236,7 @@ PASS: gdb.guile/scm-ports.exp: basic r+0 tests: test port-closed? after it's clo PASS: gdb.guile/scm-ports.exp: buffered: create r/w memory port PASS: gdb.guile/scm-ports.exp: buffered: guile (print rw-mem-port) PASS: gdb.guile/scm-ports.exp: buffered: get sp reg -PASS: gdb.guile/scm-ports.exp: buffered: get integer valueof "$sp" (16960216) +PASS: gdb.guile/scm-ports.exp: buffered: get integer valueof "$sp" (16960184) PASS: gdb.guile/scm-ports.exp: buffered: save current value at sp PASS: gdb.guile/scm-ports.exp: buffered: un-lazyify byte-at-sp PASS: gdb.guile/scm-ports.exp: buffered: seek to $sp @@ -22337,7 +22253,7 @@ PASS: gdb.guile/scm-ports.exp: buffered: test byte at sp, after close PASS: gdb.guile/scm-ports.exp: unbuffered: create r/w memory port PASS: gdb.guile/scm-ports.exp: unbuffered: guile (print rw-mem-port) PASS: gdb.guile/scm-ports.exp: unbuffered: get sp reg -PASS: gdb.guile/scm-ports.exp: unbuffered: get integer valueof "$sp" (16960216) +PASS: gdb.guile/scm-ports.exp: unbuffered: get integer valueof "$sp" (16960184) PASS: gdb.guile/scm-ports.exp: unbuffered: save current value at sp PASS: gdb.guile/scm-ports.exp: unbuffered: un-lazyify byte-at-sp PASS: gdb.guile/scm-ports.exp: unbuffered: seek to $sp @@ -25741,12 +25657,12 @@ UNTESTED: gdb.multi/info-threads.exp: failed to prepare Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.multi/multi-arch-exec.exp ... gdb compile failed, [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.multi/multi-arch-exec.c:1:0: sorry, unimplemented: 64-bit mode not compiled in /* This testcase is part of GDB, the GNU debugger. - ^ + UNTESTED: gdb.multi/multi-arch-exec.exp: multi-arch-exec.exp Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.multi/multi-arch.exp ... gdb compile failed, [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.multi/hello.c:1:0: sorry, unimplemented: 64-bit mode not compiled in /* This testcase is part of GDB, the GNU debugger. - ^ + UNTESTED: gdb.multi/multi-arch.exp: multi-arch.exp Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.multi/multi-attach.exp ... FAIL: gdb.multi/multi-attach.exp: attach to program 1 @@ -26946,7 +26862,7 @@ PASS: gdb.python/py-objfile.exp: Get separate debug info objfile PASS: gdb.python/py-objfile.exp: Test owner of separate debug file PASS: gdb.python/py-objfile.exp: Test user-name of owner of separate debug file PASS: gdb.python/py-objfile.exp: print main with debug info -PASS: gdb.python/py-objfile.exp: get python valueof "sep_objfile.build_id" (75d11311e4caa1ad5cfe8e844bd714d8c2404354) +PASS: gdb.python/py-objfile.exp: get python valueof "sep_objfile.build_id" (ab2f0438dc2f35d0751c3a463d26a165a06b81b8) PASS: gdb.python/py-objfile.exp: print lookup_objfile of separate debug file PASS: gdb.python/py-objfile.exp: gdb.lookup_objfile of symlinked binary Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.python/py-parameter.exp ... @@ -28751,13 +28667,13 @@ UNTESTED: gdb.threads/manythreads.exp: sometimes hangs; probably libpthread issu Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/multi-create-ns-info-thr.exp ... gdb compile failed, [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/multi-create.c: In function 'create_function': [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/multi-create.c:46:39: error: 'PTHREAD_STACK_MIN' undeclared (first use in this function) - pthread_attr_setstacksize (&attr, 2*PTHREAD_STACK_MIN); - ^ + pthread_attr_setstacksize (&attr, 2*PTHREAD_STACK_MIN); + ^~~~~~~~~~~~~~~~~ [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/multi-create.c:46:39: note: each undeclared identifier is reported only once for each function it appears in [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/multi-create.c: In function 'main': [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/multi-create.c:73:39: error: 'PTHREAD_STACK_MIN' undeclared (first use in this function) - pthread_attr_setstacksize (&attr, 2*PTHREAD_STACK_MIN); - ^ + pthread_attr_setstacksize (&attr, 2*PTHREAD_STACK_MIN); + ^~~~~~~~~~~~~~~~~ UNTESTED: gdb.threads/multi-create-ns-info-thr.exp: failed to prepare Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/multi-create.exp ... UNSUPPORTED: gdb.threads/multi-create.exp: Couldn't compile multi-create.c: unrecognized error @@ -28765,9 +28681,9 @@ Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb UNTESTED: gdb.threads/multiple-step-overs.exp: aborted; in the following, GDB will get stuck Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/names.exp ... gdb compile failed, [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/names.c: In function 'thread_func': -[...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/names.c:38:9: warning: implicit declaration of function 'pthread_setname_np' [-Wimplicit-function-declaration] - res = pthread_setname_np (pthread_self (), arg->name); - ^ +[...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/names.c:38:9: warning: implicit declaration of function 'pthread_setname_np' [-Wimplicit-function-declaration] + res = pthread_setname_np (pthread_self (), arg->name); + ^~~~~~~~~~~~~~~~~~ UNTESTED: gdb.threads/names.exp: failed to prepare Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/next-bp-other-thread.exp ... PASS: gdb.threads/next-bp-other-thread.exp: successfully compiled posix threads test case @@ -28883,32 +28799,32 @@ PASS: gdb.threads/print-threads.exp: set var slow = 1 (2) FAIL: gdb.threads/print-threads.exp: all threads ran once Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/process-dies-while-detaching.exp ... PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: successfully compiled posix threads test case -FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach (timeout) +FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: continue to breakpoint: _exit +FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: detach: detach PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: watch globalvar -FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: detach (timeout) +FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit +FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: detach PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: set breakpoint always-inserted on -FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: get integer valueof "mypid" (timeout) -UNTESTED: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: failed to extract child pid +FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: continue to breakpoint: _exit +PASS: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: get integer valueof "mypid" (8365) +FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: killed outside: detach PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: successfully compiled posix threads test case -FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue (timeout) +FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue to breakpoint: _exit +FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: detach: continue PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: watch globalvar -FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue to breakpoint: _exit (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue (timeout) +FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue to breakpoint: _exit +FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: set breakpoint always-inserted on -FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: get integer valueof "mypid" (timeout) -UNTESTED: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: failed to extract child pid +FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue to breakpoint: _exit +PASS: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: get integer valueof "mypid" (8429) +FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: successfully compiled posix threads test case PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: set detach-on-fork off PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: set follow-fork-mode child -FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach child (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: switch to parent (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach parent (timeout) +PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: continue to breakpoint: _exit +FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach child +FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: switch to parent +FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: detach: detach parent (the program is no longer running) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: set detach-on-fork off PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: set follow-fork-mode child FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: continue to breakpoint: child_function (the program exited) @@ -28920,16 +28836,18 @@ FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watch PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: set breakpoint always-inserted on PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: set detach-on-fork off PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: set follow-fork-mode child -FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: get integer valueof "mypid" (timeout) -UNTESTED: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: failed to extract child pid +PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: continue to breakpoint: _exit +PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: get integer valueof "mypid" (8493) +FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: detach child +FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: switch to parent +FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: killed outside: detach parent (the program is no longer running) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: successfully compiled posix threads test case PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: set detach-on-fork off PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: set follow-fork-mode child -FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue (timeout) +PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue to breakpoint: _exit +FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: detach child +FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: switch to parent +FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: detach: continue (the program is no longer running) PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: set detach-on-fork off PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: set follow-fork-mode child FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: child_function (the program exited) @@ -28941,9 +28859,11 @@ FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: wat PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: set breakpoint always-inserted on PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: set detach-on-fork off PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: set follow-fork-mode child -FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit (timeout) -FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: get integer valueof "mypid" (timeout) -UNTESTED: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: failed to extract child pid +PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue to breakpoint: _exit +PASS: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: get integer valueof "mypid" (8558) +FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: detach child +FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: switch to parent +FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: killed outside: continue (the program is no longer running) Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/process-dies-while-handling-bp.exp ... PASS: gdb.threads/process-dies-while-handling-bp.exp: successfully compiled posix threads test case FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: Can't run to main @@ -29203,6 +29123,7 @@ PASS: gdb.threads/threadapply.exp: run a simple print command on all threads PASS: gdb.threads/threadapply.exp: go down and check selected frame PASS: gdb.threads/threadapply.exp: thread apply all detach Running [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../../W._C._Handy/gdb/testsuite/gdb.threads/threxit-hop-specific.exp ... +WARNING: program timed out. PASS: gdb.threads/threxit-hop-specific.exp: successfully compiled posix threads test case FAIL: gdb.threads/threxit-hop-specific.exp: continue to thread start PASS: gdb.threads/threxit-hop-specific.exp: set thread specific breakpoint @@ -29802,14 +29723,14 @@ PASS: gdb.xml/tdesc-xinclude.exp: set tdesc filename gdb.xml/loop.xml === gdb Summary === -# of expected passes 26742 -# of unexpected failures 1258 +# of expected passes 26652 +# of unexpected failures 1261 # of unexpected successes 1 -# of expected failures 37 -# of unknown successes 1 -# of known failures 53 +# of expected failures 34 +# of unknown successes 3 +# of known failures 51 # of unresolved testcases 1 -# of untested testcases 80 +# of untested testcases 77 # of unsupported tests 113 [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../../gdb/gdb version 7.12.50.20160905-git -nw -nx -data-directory [...]/tschwinge/W._C._Handy.build/gdb/testsuite/../data-directory -- cgit v1.2.3