public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* Failures on Fedora-ppc64be-m64, branch gdb-7.9-branch
  2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
@ 2015-05-02 22:52 ` sergiodj+buildbot
  2015-05-02 23:01 ` Failures on Fedora-i686, " sergiodj+buildbot
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-02 22:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-m64/builds/936>

Commit(s) tested:
	6ed34db8858cc18a5a941f32f22bb250017c3d48

Author(s) (in the same order as the commits):
	Pierre Muller <muller@ics.u-strasbg.fr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-m64/.git/tree/?h=gdb-7.9-branch&id=847b9f9a27bc82d35bc226d6e603bf2d254a860b>

*** Regressions found ***
============================
new FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread (timeout)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.base/auxv.exp: continue (timeout)
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase
@ 2015-05-02 22:52 sergiodj+buildbot
  2015-05-02 22:52 ` Failures on Fedora-ppc64be-m64, branch gdb-7.9-branch sergiodj+buildbot
                   ` (12 more replies)
  0 siblings, 13 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-02 22:52 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 6ed34db8858cc18a5a941f32f22bb250017c3d48 ***

Author: Pierre Muller <muller@ics.u-strasbg.fr>
Branch: gdb-7.9-branch
Commit: 6ed34db8858cc18a5a941f32f22bb250017c3d48

Subject: [PATCH] Fix pascal behavior for class fields with testcase
  Problem reported as PR pascal/17815

Part 1/3: Remember the case pattern that allowed finding a field of this.
File gdb/p-exp.y modified

  This is the fix in the pascal parser (p-exp.y),
to avoid the error that GDB does find normal variables
case insensitively, but not fields of this,
inside a class or object method.

Part 2/3: Add "class" option for pascal compiler
File gdb/testsuite/lib/pascal.exp

This part of the patch series is unchanged.
It adds class option to pascal compiler
which adds the required command line option to
accept pascal class types.

Part 3/3:
New file: gdb/testsuite/gdb.pascal/case-insensitive-symbols.exp
New file: gdb/testsuite/gdb.pascal/case-insensitive-symbols.pas

  Here is an updated version of this test, using Pedro's suggestions.
Test to check that PR 17815 is fixed.


^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-i686, branch gdb-7.9-branch
  2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
  2015-05-02 22:52 ` Failures on Fedora-ppc64be-m64, branch gdb-7.9-branch sergiodj+buildbot
@ 2015-05-02 23:01 ` sergiodj+buildbot
  2015-05-02 23:05 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-02 23:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/1002>

Commit(s) tested:
	6ed34db8858cc18a5a941f32f22bb250017c3d48

Author(s) (in the same order as the commits):
	Pierre Muller <muller@ics.u-strasbg.fr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-i686/.git/tree/?h=gdb-7.9-branch&id=676fa8ef097da17e0e8fe683152bbf447ad316cf>

*** Regressions found ***
============================
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #36 (stepping inside range 201 times)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #36 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #39 (stepping inside range 201 times)
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.ada/interface.exp: print s
FAIL: gdb.ada/iwide.exp: print My_Drawable
FAIL: gdb.ada/iwide.exp: print d_access.all
FAIL: gdb.ada/iwide.exp: print dp_access.all
FAIL: gdb.ada/iwide.exp: print s_access.all
FAIL: gdb.ada/iwide.exp: print sp_access.all
FAIL: gdb.ada/mi_interface.exp: Create ggg1 varobj
FAIL: gdb.ada/mi_interface.exp: list ggg1's children
FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
FAIL: gdb.ada/str_uninit.exp: print my_str
FAIL: gdb.ada/tagged.exp: print obj
FAIL: gdb.ada/tagged.exp: ptype obj
FAIL: gdb.ada/tagged_access.exp: ptype c.all
FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (got interactive prompt)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (got interactive prompt)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (got interactive prompt)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (got interactive prompt)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (got interactive prompt)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (got interactive prompt)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (got interactive prompt)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (got interactive prompt)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (GDB internal error)
FAIL: gdb.base/auxv.exp: continue (timeout)
FAIL: gdb.threads/thread-specific-bp.exp: non-stop: continue to end (timeout)
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-s390x-m64, branch gdb-7.9-branch
  2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
  2015-05-02 22:52 ` Failures on Fedora-ppc64be-m64, branch gdb-7.9-branch sergiodj+buildbot
  2015-05-02 23:01 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2015-05-02 23:05 ` sergiodj+buildbot
  2015-05-02 23:07 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-02 23:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/554>

Commit(s) tested:
	6ed34db8858cc18a5a941f32f22bb250017c3d48

Author(s) (in the same order as the commits):
	Pierre Muller <muller@ics.u-strasbg.fr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-s390x-m64/.git/tree/?h=gdb-7.9-branch&id=1e6295b8ddc51885d124645d76231708834dd797>

*** Regressions found ***
============================
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #0 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #4 (stepping inside range 201 times)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted off: auto-hw off: step in ro region
new FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw off: step in ro region
new FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw on: step in ro region
PASS -> FAIL: gdb.base/catch-syscall.exp: multiple targets: insert catch syscall on syscall 142 -- select on s390:64-bit
new FAIL: gdb.base/catch-syscall.exp: multiple targets: set arch to
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #0 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #4 (stepping inside range 201 times)
PASS -> FAIL: gdb.linespec/break-asm-file.exp: set a break-point at function in all instances for a selected ASM file.
PASS -> FAIL: gdb.mi/mi-watch-nonstop.exp: delete watchpoint
PASS -> FAIL: gdb.multi/multi-attach.exp: backtrace 1
PASS -> FAIL: gdb.multi/multi-attach.exp: backtrace 2
new FAIL: gdb.threads/attach-into-signal.exp: threaded: process is still running on the attempt # 3 of 100
new FAIL: gdb.threads/attach-into-signal.exp: threaded: thread apply 2 print $_siginfo.si_signo <<2>>
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (GDB internal error)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-x86_64-m32, branch gdb-7.9-branch
  2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2015-05-02 23:05 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
@ 2015-05-02 23:07 ` sergiodj+buildbot
  2015-05-02 23:13 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-02 23:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m32/builds/994>

Commit(s) tested:
	6ed34db8858cc18a5a941f32f22bb250017c3d48

Author(s) (in the same order as the commits):
	Pierre Muller <muller@ics.u-strasbg.fr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-m32/.git/tree/?h=gdb-7.9-branch&id=86897d00903f3dbe10003dfe4d8316389078e25b>

*** Regressions found ***
============================
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #2 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #44 (stepping inside range 201 times)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.base/corefile.exp: core-file warning-free
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #2 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #44 (stepping inside range 201 times)
new FAIL: gdb.base/interrupt.exp: Send Control-C, second time
new FAIL: gdb.base/interrupt.exp: echo more data (timeout)
new FAIL: gdb.base/interrupt.exp: send end of file
new FAIL: gdb.base/interrupt.exp: signal SIGINT (the program is no longer running)
new FAIL: gdb.base/restore.exp: caller3 calls callee1; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller3 calls callee2; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller3 calls callee3; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller3 calls callee4; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller3 calls callee5; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller4 calls callee1; return restored l2 to 32493
new FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller4 calls callee2; return restored l2 to 32493
new FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller4 calls callee3; return restored l2 to 32493
new FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller4 calls callee4; return restored l2 to 32493
new FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller4 calls callee5; return restored l2 to 32493
new FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l2 to 32493
new FAIL: gdb.base/restore.exp: caller5 calls callee1; return restored l3 to 32494
new FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l2 to 32493
new FAIL: gdb.base/restore.exp: caller5 calls callee2; return restored l3 to 32494
new FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l2 to 32493
new FAIL: gdb.base/restore.exp: caller5 calls callee3; return restored l3 to 32494
new FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l2 to 32493
new FAIL: gdb.base/restore.exp: caller5 calls callee4; return restored l3 to 32494
new FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l1 to 32492
new FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l2 to 32493
new FAIL: gdb.base/restore.exp: caller5 calls callee5; return restored l3 to 32494
new FAIL: gdb.base/store.exp: upvar double l; print new l, expecting 4
new FAIL: gdb.base/store.exp: upvar double l; print old l, expecting -1
new FAIL: gdb.base/store.exp: upvar double l; print old r, expecting -2
new FAIL: gdb.base/store.exp: upvar double l; set l to 4
new FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4
new FAIL: gdb.base/store.exp: upvar doublest l; print old l, expecting -1
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: upvar doublest l; set l to 4
new FAIL: gdb.base/store.exp: upvar float l; print new l, expecting 4
new FAIL: gdb.base/store.exp: upvar float l; print old l, expecting -1
new FAIL: gdb.base/store.exp: upvar float l; print old r, expecting -2
new FAIL: gdb.base/store.exp: upvar float l; set l to 4
new FAIL: gdb.base/store.exp: upvar longest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var double l; print incremented l, expecting 2
new FAIL: gdb.base/store.exp: var double l; print new l, expecting 4
new FAIL: gdb.base/store.exp: var double l; print old l, expecting -1
new FAIL: gdb.base/store.exp: var double l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var double l; setting l to 4
new FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2
new FAIL: gdb.base/store.exp: var doublest l; print new l, expecting 4
new FAIL: gdb.base/store.exp: var doublest l; print old l, expecting -1
new FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var doublest l; setting l to 4
new FAIL: gdb.base/store.exp: var float l; print incremented l, expecting 2
new FAIL: gdb.base/store.exp: var float l; print new l, expecting 4
new FAIL: gdb.base/store.exp: var float l; print old l, expecting -1
new FAIL: gdb.base/store.exp: var float l; print old r, expecting -2
new FAIL: gdb.base/store.exp: var float l; setting l to 4
new FAIL: gdb.base/store.exp: var longest l; print old r, expecting -2
new FAIL: gdb.python/py-finish-breakpoint2.exp: check FinishBreakpoint in catch()
new FAIL: gdb.python/py-finish-breakpoint2.exp: check finish BP removal
new FAIL: gdb.python/py-finish-breakpoint2.exp: continue to second exception
new FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception <<2>>
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.ada/interface.exp: print s
FAIL: gdb.ada/iwide.exp: print My_Drawable
FAIL: gdb.ada/iwide.exp: print d_access.all
FAIL: gdb.ada/iwide.exp: print dp_access.all
FAIL: gdb.ada/iwide.exp: print s_access.all
FAIL: gdb.ada/iwide.exp: print sp_access.all
FAIL: gdb.ada/mi_interface.exp: Create ggg1 varobj
FAIL: gdb.ada/mi_interface.exp: list ggg1's children
FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
FAIL: gdb.ada/str_uninit.exp: print my_str
FAIL: gdb.ada/tagged.exp: print obj
FAIL: gdb.ada/tagged.exp: ptype obj
FAIL: gdb.ada/tagged_access.exp: ptype c.all
FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
FAIL: gdb.base/interrupt.exp: continue
FAIL: gdb.base/interrupt.exp: echo data
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2015-05-02 23:07 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2015-05-02 23:13 ` sergiodj+buildbot
  2015-05-02 23:33 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-02 23:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/932>

Commit(s) tested:
	6ed34db8858cc18a5a941f32f22bb250017c3d48

Author(s) (in the same order as the commits):
	Pierre Muller <muller@ics.u-strasbg.fr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=a38029fe503aa2d25627ab97a5a651c29b7b7917>

*** Regressions found ***
============================
new FAIL: gdb.base/valgrind-db-attach.exp: bt
new FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit (timeout)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.base/valgrind-db-attach.exp: bt
new FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit (timeout)
new FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread (timeout)
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-x86_64-cc-with-index, branch gdb-7.9-branch
  2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2015-05-02 23:13 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
@ 2015-05-02 23:33 ` sergiodj+buildbot
  2015-05-02 23:36 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-02 23:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cc-with-index/builds/963>

Commit(s) tested:
	6ed34db8858cc18a5a941f32f22bb250017c3d48

Author(s) (in the same order as the commits):
	Pierre Muller <muller@ics.u-strasbg.fr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=70df080d9704b63dd8de89a0fa1a903f7566be19>

*** Regressions found ***
============================
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #29 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #31 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #45 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #47 (stepping inside range 201 times)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #29 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #31 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #45 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #47 (stepping inside range 201 times)
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Debian-x86_64-native-extended-gdbserver-m64, branch gdb-7.9-branch
  2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2015-05-02 23:33 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2015-05-02 23:36 ` sergiodj+buildbot
  2015-05-02 23:45 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-02 23:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-wheezy-x86_64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-x86_64-native-extended-gdbserver-m64/builds/941>

Commit(s) tested:
	6ed34db8858cc18a5a941f32f22bb250017c3d48

Author(s) (in the same order as the commits):
	Pierre Muller <muller@ics.u-strasbg.fr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Debian-x86_64-native-extended-gdbserver-m64/.git/tree/?h=gdb-7.9-branch&id=4159d76dc01b628f92769b59dcece6d691f91336>

*** Regressions found ***
============================
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on (timeout)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.base/random-signal.exp: stop with control-c (timeout)
FAIL: gdb.dwarf2/gdb-index.exp: touch binary
FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=off: next over function call============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch gdb-7.9-branch
  2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2015-05-02 23:36 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2015-05-02 23:45 ` sergiodj+buildbot
  2015-05-02 23:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-02 23:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-native-extended-gdbserver-m64/builds/932>

Commit(s) tested:
	6ed34db8858cc18a5a941f32f22bb250017c3d48

Author(s) (in the same order as the commits):
	Pierre Muller <muller@ics.u-strasbg.fr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-native-extended-gdbserver-m64/.git/tree/?h=gdb-7.9-branch&id=97eedc28c2aa929eeef0241a3c6d28335c5e6b8a>

*** Regressions found ***
============================
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.ada/array_return.exp: value printed by finish of Create_Large
new FAIL: gdb.ada/array_return.exp: value printed by finish of Create_Small
new FAIL: gdb.ada/array_return.exp: value printed by finish of Create_Small_Float_Vector
new FAIL: gdb.ada/call_pn.exp: print last_node_id after calling pn
new FAIL: gdb.ada/call_pn.exp: print pn (4321)
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: Create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new FAIL: gdb.ada/watch_arg.exp: Continuing to second breakpoint
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/async-shell.exp: interrupt
new FAIL: gdb.base/async-shell.exp: process stopped (timeout)
new FAIL: gdb.base/async-shell.exp: run &
new FAIL: gdb.base/attach-pie-noexec.exp: attach
new FAIL: gdb.base/attach.exp: attach when process' a.out not in cwd
new FAIL: gdb.base/attach.exp: attach2, with no file
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: stepi signal with handler: mainline pc points at permanent breakpoint
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: stepi signal with handler: single-step to handler (GDB internal error)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: stepi signal with handler: up to mainline code
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: stepi signal with no handler: continue to breakpoint: test_signal_no_handler (the program exited)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: stepi signal with no handler: single-step past permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: stepi signal with no handler: stop at permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1: stepi signal with handler: mainline pc points at permanent breakpoint
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1: stepi signal with handler: single-step to handler (GDB internal error)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1: stepi signal with handler: up to mainline code
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1: stepi signal with no handler: continue to breakpoint: test_signal_no_handler (the program exited)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1: stepi signal with no handler: single-step past permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1: stepi signal with no handler: stop at permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0: stepi signal with handler: mainline pc points at permanent breakpoint
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0: stepi signal with handler: single-step to handler (GDB internal error)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0: stepi signal with handler: up to mainline code
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0: stepi signal with no handler: continue to breakpoint: test_signal_no_handler (the program exited)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0: stepi signal with no handler: single-step past permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0: stepi signal with no handler: stop at permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi signal with handler: mainline pc points at permanent breakpoint
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi signal with handler: single-step to handler (GDB internal error)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi signal with handler: up to mainline code
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi signal with no handler: continue to breakpoint: test_signal_no_handler (the program exited)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi signal with no handler: single-step past permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi signal with no handler: stop at permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached (the program is no longer running)
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieNO: symbol-less: reach-(_dl_debug_state|dl_main): reach
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached (the program is no longer running)
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: reach-(_dl_debug_state|dl_main): reach
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkNOdebugNOpieYES: symbol-less: reach-(_dl_debug_state|dl_main): seen displacement message as NONZERO
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: entry point reached (the program is no longer running)
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: symbol-less: reach-(_dl_debug_state|dl_main): reach
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: entry point reached (the program is no longer running)
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: reach-(_dl_debug_state|dl_main): reach
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: symbol-less: reach-(_dl_debug_state|dl_main): seen displacement message as NONZERO
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: ld.so exit
new FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: symbol-less: seen displacement message as NONZERO
new FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted off: auto-hw off: step in ro region
new FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted off: auto-hw on: step in ro region
new FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw on: step in ro region
new FAIL: gdb.base/callfuncs.exp: noproto: print *((int *(*) (void)) voidfunc)()
new FAIL: gdb.base/callfuncs.exp: print *((int *(*) (void)) voidfunc)()
new FAIL: gdb.base/catch-syscall.exp: restarting inferior: entry/return: continue until exit (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: restarting inferior: entry/return: program has called chroot (the program exited)
new FAIL: gdb.base/catch-syscall.exp: restarting inferior: entry/return: syscall chroot has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: restarting inferior: entry: program has called chroot (the program exited)
new FAIL: gdb.base/catch-syscall.exp: set tdesc filename /home/gdb-buildbot/fedora-21-ppc64be-2/fedora-ppc64be-native-extended-gdbserver/build/gdb/testsuite/outputs/gdb.base/catch-syscall/trivial.xml (got interactive prompt)
new FAIL: gdb.base/catch-syscall.exp: with args noxml: program has called 3 (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with args noxml: program has called 4 (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with args noxml: program has called 42 (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with args noxml: program has called 6 (the program exited)
new FAIL: gdb.base/catch-syscall.exp: with args noxml: program has called 61 (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with args noxml: syscall 3 has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with args noxml: syscall 4 has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with args noxml: syscall 42 has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with args noxml: syscall 6 has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with args noxml: syscall 61 has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with arguments: continue until exit (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with arguments: program has called close (the program exited)
new FAIL: gdb.base/catch-syscall.exp: with arguments: syscall close has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with many arguments: continue until exit (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with many arguments: program has called chroot (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with many arguments: program has called close (the program exited)
new FAIL: gdb.base/catch-syscall.exp: with many arguments: program has called pipe (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with many arguments: program has called read (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with many arguments: program has called write (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with many arguments: syscall chroot has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with many arguments: syscall close has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with many arguments: syscall pipe has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with many arguments: syscall read has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: with many arguments: syscall write has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without args noxml: chroot: program has called 61 (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without args noxml: chroot: syscall 61 has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without args noxml: close: program has called 6 (the program exited)
new FAIL: gdb.base/catch-syscall.exp: without args noxml: close: syscall 6 has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without args noxml: pipe: program has called 42 (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without args noxml: pipe: syscall 42 has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without args noxml: program has called 234 (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without args noxml: read: program has called 3 (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without args noxml: read: syscall 3 has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without args noxml: write: program has called 4 (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without args noxml: write: syscall 4 has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without arguments: continue until exit (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without arguments: program has called chroot (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without arguments: program has called close (the program exited)
new FAIL: gdb.base/catch-syscall.exp: without arguments: program has called exit_group (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without arguments: program has called pipe (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without arguments: program has called read (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without arguments: program has called write (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without arguments: syscall chroot has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without arguments: syscall close has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without arguments: syscall pipe has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without arguments: syscall read has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: without arguments: syscall write has returned (the program is no longer running)
new FAIL: gdb.base/catch-syscall.exp: wrong args: continue until exit at catch syscall with unused syscall (mlock) (the program exited)
new FAIL: gdb.base/checkpoint.exp: Diff input and output one
new FAIL: gdb.base/checkpoint.exp: Diff input and output two
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork five (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork four (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork three (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: Exit, dropped into next fork two (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: break2 1 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: break2 10 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: break2 2 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: break2 3 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: break2 4 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: break2 5 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: break2 6 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: break2 7 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: break2 8 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: break2 9 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: break2 with many checkpoints
new FAIL: gdb.base/checkpoint.exp: break3 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: break4 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 1 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 2 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 3 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 4 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 5 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 6 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: breakpoint 1 7 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: info checkpoints one
new FAIL: gdb.base/checkpoint.exp: info checkpoints two
new FAIL: gdb.base/checkpoint.exp: info checkpoints with at least 600 checkpoints
new FAIL: gdb.base/checkpoint.exp: outfile still open 1
new FAIL: gdb.base/checkpoint.exp: outfile still open 10
new FAIL: gdb.base/checkpoint.exp: outfile still open 2
new FAIL: gdb.base/checkpoint.exp: outfile still open 3
new FAIL: gdb.base/checkpoint.exp: outfile still open 4
new FAIL: gdb.base/checkpoint.exp: outfile still open 5
new FAIL: gdb.base/checkpoint.exp: outfile still open 6
new FAIL: gdb.base/checkpoint.exp: outfile still open 7
new FAIL: gdb.base/checkpoint.exp: outfile still open 8
new FAIL: gdb.base/checkpoint.exp: outfile still open 9
new FAIL: gdb.base/checkpoint.exp: restart 0 one
new FAIL: gdb.base/checkpoint.exp: restart 0 one <<2>>
new FAIL: gdb.base/checkpoint.exp: restart 1 one
new FAIL: gdb.base/checkpoint.exp: restart 1 three
new FAIL: gdb.base/checkpoint.exp: restart 1 two
new FAIL: gdb.base/checkpoint.exp: restart 10 one
new FAIL: gdb.base/checkpoint.exp: restart 10 three
new FAIL: gdb.base/checkpoint.exp: restart 2 one
new FAIL: gdb.base/checkpoint.exp: restart 2 three
new FAIL: gdb.base/checkpoint.exp: restart 2 two
new FAIL: gdb.base/checkpoint.exp: restart 3 one
new FAIL: gdb.base/checkpoint.exp: restart 3 three
new FAIL: gdb.base/checkpoint.exp: restart 3 two
new FAIL: gdb.base/checkpoint.exp: restart 4 one
new FAIL: gdb.base/checkpoint.exp: restart 4 three
new FAIL: gdb.base/checkpoint.exp: restart 4 two
new FAIL: gdb.base/checkpoint.exp: restart 5 one
new FAIL: gdb.base/checkpoint.exp: restart 5 three
new FAIL: gdb.base/checkpoint.exp: restart 5 two
new FAIL: gdb.base/checkpoint.exp: restart 6 one
new FAIL: gdb.base/checkpoint.exp: restart 6 three
new FAIL: gdb.base/checkpoint.exp: restart 6 two
new FAIL: gdb.base/checkpoint.exp: restart 7 one
new FAIL: gdb.base/checkpoint.exp: restart 7 three
new FAIL: gdb.base/checkpoint.exp: restart 7 two
new FAIL: gdb.base/checkpoint.exp: restart 8 one
new FAIL: gdb.base/checkpoint.exp: restart 8 three
new FAIL: gdb.base/checkpoint.exp: restart 9 one
new FAIL: gdb.base/checkpoint.exp: restart 9 three
new FAIL: gdb.base/checkpoint.exp: step in 1 one
new FAIL: gdb.base/checkpoint.exp: step in 1 two (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: step in 10 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: step in 2 one
new FAIL: gdb.base/checkpoint.exp: step in 2 two (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: step in 3 one
new FAIL: gdb.base/checkpoint.exp: step in 3 two (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: step in 4 one
new FAIL: gdb.base/checkpoint.exp: step in 4 two (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: step in 5 one
new FAIL: gdb.base/checkpoint.exp: step in 5 two (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: step in 6 one
new FAIL: gdb.base/checkpoint.exp: step in 6 two (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: step in 7 one
new FAIL: gdb.base/checkpoint.exp: step in 7 two (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: step in 8 one (the program exited)
new FAIL: gdb.base/checkpoint.exp: step in 9 one (the program is no longer running)
new FAIL: gdb.base/checkpoint.exp: verify i 1 one
new FAIL: gdb.base/checkpoint.exp: verify i 10 one
new FAIL: gdb.base/checkpoint.exp: verify i 2 one
new FAIL: gdb.base/checkpoint.exp: verify i 3 one
new FAIL: gdb.base/checkpoint.exp: verify i 4 one
new FAIL: gdb.base/checkpoint.exp: verify i 5 one
new FAIL: gdb.base/checkpoint.exp: verify i 6 one
new FAIL: gdb.base/checkpoint.exp: verify i 7 one
new FAIL: gdb.base/checkpoint.exp: verify i 8 one
new FAIL: gdb.base/checkpoint.exp: verify i 9 one
new FAIL: gdb.base/checkpoint.exp: verify lines 1 two
new FAIL: gdb.base/checkpoint.exp: verify lines 10 one
new FAIL: gdb.base/checkpoint.exp: verify lines 2 one
new FAIL: gdb.base/checkpoint.exp: verify lines 2 two
new FAIL: gdb.base/checkpoint.exp: verify lines 3 one
new FAIL: gdb.base/checkpoint.exp: verify lines 3 two
new FAIL: gdb.base/checkpoint.exp: verify lines 4 one
new FAIL: gdb.base/checkpoint.exp: verify lines 4 two
new FAIL: gdb.base/checkpoint.exp: verify lines 5 one
new FAIL: gdb.base/checkpoint.exp: verify lines 5 two
new FAIL: gdb.base/checkpoint.exp: verify lines 5 two <<2>>
new FAIL: gdb.base/checkpoint.exp: verify lines 6 one
new FAIL: gdb.base/checkpoint.exp: verify lines 7 one
new FAIL: gdb.base/checkpoint.exp: verify lines 7 two
new FAIL: gdb.base/checkpoint.exp: verify lines 8 one
new FAIL: gdb.base/checkpoint.exp: verify lines 9 one
new FAIL: gdb.base/commands.exp: continue with watch
new FAIL: gdb.base/corefile.exp: attach: core file is cleared
new FAIL: gdb.base/corefile.exp: attach: with core
new FAIL: gdb.base/corefile.exp: run: core file is cleared
new FAIL: gdb.base/corefile.exp: run: with core
new FAIL: gdb.base/display.exp: first disp
new FAIL: gdb.base/display.exp: next hit
new FAIL: gdb.base/display.exp: second disp
new FAIL: gdb.base/dprintf-non-stop.exp: Can't run to main
new FAIL: gdb.base/execl-update-breakpoints.exp: always-inserted off: continue across exec
new FAIL: gdb.base/execl-update-breakpoints.exp: always-inserted on: continue across exec
new FAIL: gdb.base/find-unmapped.exp: find global_var_0, global_var_2, 0xff
new FAIL: gdb.base/find-unmapped.exp: find global_var_1, global_var_2, 0xff
new FAIL: gdb.base/find-unmapped.exp: find global_var_2, (global_var_2 + 16), 0xff
new FAIL: gdb.base/func-ptrs.exp: continue to decr
new FAIL: gdb.base/func-ptrs.exp: continue to incr, second time (the program is no longer running)
new FAIL: gdb.base/func-ptrs.exp: go back to main from decr (the program is no longer running)
new FAIL: gdb.base/func-ptrs.exp: go back to main from incr, second time (the program is no longer running)
new FAIL: gdb.base/func-ptrs.exp: move up to decr
new FAIL: gdb.base/func-ptrs.exp: set calc to incr
new FAIL: gdb.base/func-ptrs.exp: stop in sentinel
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at continue
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at next
new FAIL: gdb.base/gdbindex-stabs.exp: list stabs_function
new FAIL: gdb.base/gnu-debugdata.exp: have symtab
new FAIL: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 1
new FAIL: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 2
new FAIL: gdb.base/jit-so.exp: one_jit_test-1: info function jit_function
new FAIL: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 1
new FAIL: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 2
new FAIL: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function
new FAIL: gdb.base/jit.exp: PIE: one_jit_test-1: info function ^jit_function
new FAIL: gdb.base/jit.exp: one_jit_test-1: info function ^jit_function
new FAIL: gdb.base/jit.exp: one_jit_test-2: info function ^jit_function
new FAIL: gdb.base/longjmp.exp: next over call_longjmp (2)
new FAIL: gdb.base/longjmp.exp: next over longjmp(1)
new FAIL: gdb.base/multi-forks.exp: Detach 2
new FAIL: gdb.base/multi-forks.exp: Detach 3
new FAIL: gdb.base/multi-forks.exp: Detach 4
new FAIL: gdb.base/multi-forks.exp: Detach 5
new FAIL: gdb.base/multi-forks.exp: Did kill 10
new FAIL: gdb.base/multi-forks.exp: Did kill 11
new FAIL: gdb.base/multi-forks.exp: Did kill 12
new FAIL: gdb.base/multi-forks.exp: Did kill 13
new FAIL: gdb.base/multi-forks.exp: Did kill 14
new FAIL: gdb.base/multi-forks.exp: Did kill 15
new FAIL: gdb.base/multi-forks.exp: Did kill 16
new FAIL: gdb.base/multi-forks.exp: Did kill 6
new FAIL: gdb.base/multi-forks.exp: Did kill 7
new FAIL: gdb.base/multi-forks.exp: Did kill 8
new FAIL: gdb.base/multi-forks.exp: Did kill 9
new FAIL: gdb.base/multi-forks.exp: Kill 10
new FAIL: gdb.base/multi-forks.exp: Kill 11
new FAIL: gdb.base/multi-forks.exp: Kill 12
new FAIL: gdb.base/multi-forks.exp: Kill 13
new FAIL: gdb.base/multi-forks.exp: Kill 14
new FAIL: gdb.base/multi-forks.exp: Kill 15
new FAIL: gdb.base/multi-forks.exp: Kill 16
new FAIL: gdb.base/multi-forks.exp: Kill 6
new FAIL: gdb.base/multi-forks.exp: Kill 7
new FAIL: gdb.base/multi-forks.exp: Kill 8
new FAIL: gdb.base/multi-forks.exp: Kill 9
new FAIL: gdb.base/multi-forks.exp: Run to exit 10 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: Run to exit 11 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: Run to exit 12 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: Run to exit 13 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: Run to exit 14 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: Run to exit 15 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: Run to exit 16 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: Run to exit 2 (the program exited)
new FAIL: gdb.base/multi-forks.exp: Run to exit 3 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: Run to exit 4 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: Run to exit 5 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: Run to exit 6 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: Run to exit 7 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: Run to exit 8 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: Run to exit 9 (the program is no longer running)
new FAIL: gdb.base/multi-forks.exp: follow child, print pids
new FAIL: gdb.base/multi-forks.exp: inferior 1
new FAIL: gdb.base/multi-forks.exp: inferior 10
new FAIL: gdb.base/multi-forks.exp: inferior 11
new FAIL: gdb.base/multi-forks.exp: inferior 12
new FAIL: gdb.base/multi-forks.exp: inferior 13
new FAIL: gdb.base/multi-forks.exp: inferior 14
new FAIL: gdb.base/multi-forks.exp: inferior 15
new FAIL: gdb.base/multi-forks.exp: inferior 2
new FAIL: gdb.base/multi-forks.exp: inferior 3
new FAIL: gdb.base/multi-forks.exp: inferior 4
new FAIL: gdb.base/multi-forks.exp: inferior 5
new FAIL: gdb.base/multi-forks.exp: inferior 6
new FAIL: gdb.base/multi-forks.exp: inferior 7
new FAIL: gdb.base/multi-forks.exp: inferior 8
new FAIL: gdb.base/multi-forks.exp: inferior 9
new FAIL: gdb.base/multi-forks.exp: info inferior 1
new FAIL: gdb.base/multi-forks.exp: info inferior 10
new FAIL: gdb.base/multi-forks.exp: info inferior 11
new FAIL: gdb.base/multi-forks.exp: info inferior 12
new FAIL: gdb.base/multi-forks.exp: info inferior 13
new FAIL: gdb.base/multi-forks.exp: info inferior 14
new FAIL: gdb.base/multi-forks.exp: info inferior 15
new FAIL: gdb.base/multi-forks.exp: info inferior 16
new FAIL: gdb.base/multi-forks.exp: info inferior 2
new FAIL: gdb.base/multi-forks.exp: info inferior 3
new FAIL: gdb.base/multi-forks.exp: info inferior 4
new FAIL: gdb.base/multi-forks.exp: info inferior 5
new FAIL: gdb.base/multi-forks.exp: info inferior 6
new FAIL: gdb.base/multi-forks.exp: info inferior 7
new FAIL: gdb.base/multi-forks.exp: info inferior 8
new FAIL: gdb.base/multi-forks.exp: info inferior 9
new FAIL: gdb.base/multi-forks.exp: restart final
new FAIL: gdb.base/multi-forks.exp: run to exit 2 (timeout)
new FAIL: gdb.base/multi-forks.exp: run to exit 2 (timeout) <<2>>
new FAIL: gdb.base/pc-fp.exp: info register pc fp
new FAIL: gdb.base/pie-execl.exp: continue
new FAIL: gdb.base/pie-execl.exp: pie_execl_marker address has changed
new FAIL: gdb.base/pr11022.exp: breakpoint hit
new FAIL: gdb.base/pr11022.exp: breakpoint hit 2
new FAIL: gdb.base/pr11022.exp: watchpoint hit
new FAIL: gdb.base/pr11022.exp: watchpoint hit 2
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 1)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 2)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 3)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 4)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 5)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 6)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 7)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 8)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 9)
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: first instance watchpoint deleted when leaving scope
new FAIL: gdb.base/recurse.exp: next over b = 0 in second instance
new FAIL: gdb.base/recurse.exp: second instance watchpoint deleted when leaving scope
new FAIL: gdb.base/solib-nodir.exp: library loaded
new FAIL: gdb.base/solib-search.exp: backtrace (with wrong libs)
new FAIL: gdb.base/sym-file.exp: breakpoint at bar is pending
new FAIL: gdb.base/sym-file.exp: breakpoint at foo is pending
new FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar (the program exited)
new FAIL: gdb.base/sym-file.exp: continue to breakpoint: foo (the program is no longer running)
new FAIL: gdb.base/sym-file.exp: continue to breakpoint: gdb_remove_symbol_file (the program is no longer running)
new FAIL: gdb.base/sym-file.exp: continue to breakpoint: reload (the program is no longer running)
new FAIL: gdb.base/sym-file.exp: info files must not display sym-file-lib
new FAIL: gdb.base/sym-file.exp: stale bkpts: add-symbol-file sym-file-lib.so addr
new FAIL: gdb.base/sym-file.exp: stale bkpts: breakpoint at baz is pending
new FAIL: gdb.base/sym-file.exp: stale bkpts: continue to breakpoint: end here (the program is no longer running)
new FAIL: gdb.base/sym-file.exp: stale bkpts: continue to breakpoint: gdb_add_symbol_file (the program is no longer running)
new FAIL: gdb.base/term.exp: info terminal at breakpoint
new FAIL: gdb.base/testenv.exp: Test no TEST_GDB var
new FAIL: gdb.base/testenv.exp: Test with TEST_GDB_GLOBAL
new FAIL: gdb.base/testenv.exp: Test with TEST_GDB_GLOBAL unset
new FAIL: gdb.base/testenv.exp: Test with one TEST_GDB var
new FAIL: gdb.base/testenv.exp: Test with one TEST_GDB var, after unset
new FAIL: gdb.base/testenv.exp: Test with two TEST_GDB var
new FAIL: gdb.base/until-nodebug.exp: until 1
new FAIL: gdb.base/until-nodebug.exp: until 2
new FAIL: gdb.base/value-double-free.exp: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: continue until exit
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 0->1: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 0->1: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: print expression before
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: continue until exit
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 0->4: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 0->4: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 1->0: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 1->0: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: print expression before
new FAIL: gdb.base/watch-cond-infcall.exp: hw: continue
new FAIL: gdb.base/watch-cond.exp: condition of watchpoint 2 changes
new FAIL: gdb.base/watch-cond.exp: watchpoint on global2 variable triggers
new FAIL: gdb.base/watch-cond.exp: watchpoint stops with untestable local expression
new FAIL: gdb.base/watch-cond.exp: watchpoint with global expression, local condition evaluates in correct frame
new FAIL: gdb.base/watch-cond.exp: watchpoint with local expression, local condition evaluates in correct frame
new FAIL: gdb.base/watch-read.exp: only read watchpoint triggers when value doesn't change
new FAIL: gdb.base/watch-read.exp: only write watchpoint triggers when value changes
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers on first read
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers on read after value changed
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers when value doesn't change, trapping reads and writes
new FAIL: gdb.base/watch-read.exp: write watchpoint triggers
new FAIL: gdb.base/watch-vfork.exp: Watchpoint triggers after vfork (hw)
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 1
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 2
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 3
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 4
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 5
new FAIL: gdb.base/watchpoint-hw-hit-once.exp: continue
new FAIL: gdb.base/watchpoint-hw-hit-once.exp: continue to break-at-exit
new FAIL: gdb.base/watchpoint-hw.exp: start
new FAIL: gdb.base/watchpoint-solib.exp: continue to foo again
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit again
new FAIL: gdb.base/watchpoint.exp: Test complex watchpoint
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 1
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 2
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 3
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 4
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 5
new FAIL: gdb.base/watchpoint.exp: back at main from marker1
new FAIL: gdb.base/watchpoint.exp: cont
new FAIL: gdb.base/watchpoint.exp: cont <<2>>
new FAIL: gdb.base/watchpoint.exp: cont <<3>>
new FAIL: gdb.base/watchpoint.exp: continue after trigger static local watch
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint at func1
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here <<2>>
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here <<3>>
new FAIL: gdb.base/watchpoint.exp: continue to marker2
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_complex_watchpoint (the program exited)
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_simple_watchpoint
new FAIL: gdb.base/watchpoint.exp: continue with watch -location
new FAIL: gdb.base/watchpoint.exp: continue with watch foo2
new FAIL: gdb.base/watchpoint.exp: did not trigger wrong watchpoint
new FAIL: gdb.base/watchpoint.exp: global_ptr next
new FAIL: gdb.base/watchpoint.exp: global_ptr_ptr next
new FAIL: gdb.base/watchpoint.exp: next after watch x
new FAIL: gdb.base/watchpoint.exp: next over buffer set
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr buffer set
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr init
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr pointer advance
new FAIL: gdb.base/watchpoint.exp: next over ptr init
new FAIL: gdb.base/watchpoint.exp: next past local_x initialization
new FAIL: gdb.base/watchpoint.exp: next past local_x initialization <<2>>
new FAIL: gdb.base/watchpoint.exp: next to `for' in watchpoint.exp
new FAIL: gdb.base/watchpoint.exp: self-delete local watch
new FAIL: gdb.base/watchpoint.exp: self-delete local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: self-delete local watch with explicit scope in recursive call (2)
new FAIL: gdb.base/watchpoint.exp: self-delete partially local watch
new FAIL: gdb.base/watchpoint.exp: set local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: set local watch in recursive call with explicit scope
new FAIL: gdb.base/watchpoint.exp: step to ival2 assignment
new FAIL: gdb.base/watchpoint.exp: trigger local watch
new FAIL: gdb.base/watchpoint.exp: trigger local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: trigger local watch with explicit scope in recursive call
new FAIL: gdb.base/watchpoint.exp: trigger static local watch
new FAIL: gdb.base/watchpoint.exp: trigger1 partially local watch
new FAIL: gdb.base/watchpoint.exp: trigger2 partially local watch
new FAIL: gdb.base/watchpoint.exp: until out of loop
new FAIL: gdb.base/watchpoint.exp: until to ival1 assignment
new FAIL: gdb.base/watchpoint.exp: until to ival3 assignment
new FAIL: gdb.base/watchpoint.exp: watchpoint disabled in table
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, first time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, second time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 1
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 2
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 3
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 4
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 5
new FAIL: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 2
new FAIL: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, first time <<2>>
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, second time
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, third time
new FAIL: gdb.cp/annota2.exp: annotate-quit
new FAIL: gdb.cp/annota2.exp: break at main (got interactive prompt)
new FAIL: gdb.cp/annota2.exp: continue until exit (timeout)
new FAIL: gdb.cp/annota2.exp: delete bps
new FAIL: gdb.cp/annota2.exp: set watch on a.x (timeout)
new FAIL: gdb.cp/annota2.exp: watch triggered on a.x (timeout)
new FAIL: gdb.cp/annota3.exp: annotate-quit (pattern 2)
new FAIL: gdb.cp/annota3.exp: continue to exit (pattern 4)
new FAIL: gdb.cp/annota3.exp: watch triggered on a.x (timeout)
new FAIL: gdb.cp/gdb2495.exp: Call a function that raises an exception without a handler.
new FAIL: gdb.cp/gdb2495.exp: bt after returning from a popped frame
new FAIL: gdb.cp/inherit.exp: print g_vD
new FAIL: gdb.cp/inherit.exp: print g_vE
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid(ccp)
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid(ccp) == &typeid(typeof(ccp))
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid(cp)
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid(cp) == &typeid(typeof(cp))
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid(i)
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid(i) == &typeid(typeof(i))
new FAIL: gdb.cp/virtbase.exp: print *(D *) e
new FAIL: gdb.cp/virtbase.exp: print *this
new FAIL: gdb.dwarf2/dw2-case-insensitive.exp: p fuNC_symtab
new FAIL: gdb.dwarf2/implptrpiece.exp: print/d p[-1]
new FAIL: gdb.gdb/python-interrupts.exp: signal SIGINT
new FAIL: gdb.gdb/python-selftest.exp: call catch_command_errors(execute_command, "python print(5)", 0, RETURN_MASK_ALL)
new FAIL: gdb.linespec/break-asm-file.exp: set a break-point at a function only for a selected ASM file.
new FAIL: gdb.linespec/break-asm-file.exp: set a break-point at a global function only for a selected ASM file.
new FAIL: gdb.mi/mi-dprintf.exp: mi set dprintf style to an unrecognized type (timeout)
new FAIL: gdb.mi/mi-pending.exp: MI pending breakpoint on mi-pendshr.c:pendfunc2 if x==4
new FAIL: gdb.mi/mi-var-child.exp: listing of children, simple types: names, type and values, complex types: names and types
new FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in natural
new FAIL: gdb.mi/mi-watch.exp: hw: watchpoint trigger (MI error)
new FAIL: gdb.mi/mi-watch.exp: hw: watchpoint trigger (MI error) <<2>>
new FAIL: gdb.mi/mi-watch.exp: hw: watchpoint trigger (timeout)
new FAIL: gdb.mi/mi-watch.exp: hw: watchpoint trigger (timeout) <<2>>
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit 2 (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit 2 (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2 (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2 (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit 2 (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit 2 (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit 2 (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit 2 (timeout)
new FAIL: gdb.modula2/unbounded-array.exp: print unbounded array contents
new FAIL: gdb.multi/bkpt-multi-exec.exp: continue
new FAIL: gdb.multi/bkpt-multi-exec.exp: run
new FAIL: gdb.multi/watchpoint-multi.exp: awatch c on inferior 2
new FAIL: gdb.multi/watchpoint-multi.exp: catch marker_exit in inferior 1
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_eval_funcs: Test watchpoint write
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_internal: Test watchpoint write
new FAIL: gdb.python/py-breakpoint.exp: test_watchpoints: Test watchpoint write
new FAIL: gdb.python/py-events.exp: get current thread
new FAIL: gdb.python/py-evsignal.exp: Signal Thread 3
new FAIL: gdb.python/py-evthreads.exp: Run to breakpoint 1
new FAIL: gdb.python/py-evthreads.exp: continue thread 1
new FAIL: gdb.python/py-evthreads.exp: reached breakpoint 2
new FAIL: gdb.python/py-evthreads.exp: reached breakpoint 3
new FAIL: gdb.python/py-evthreads.exp: thread 2
new FAIL: gdb.python/py-evthreads.exp: thread 3
new FAIL: gdb.python/py-evthreads.exp: thread 3 was signaled (timeout)
new FAIL: gdb.python/py-framefilter.exp: bt for no debuginfo
new FAIL: gdb.python/py-framefilter.exp: bt full for no debuginfo
new FAIL: gdb.python/py-framefilter.exp: bt no filters for no debuginfo
new FAIL: gdb.python/py-framefilter.exp: bt no-filters full no debuginfo
new FAIL: gdb.python/py-objfile.exp: print main without debug info
new FAIL: gdb.python/py-value-cc.exp: u's second field via field
new FAIL: gdb.python/python.exp: Test find_pc_line with resume address
new FAIL: gdb.reverse/until-precsave.exp: Kill process, prepare to debug log file (timeout)
new FAIL: gdb.reverse/until-precsave.exp: advance to factorial
new FAIL: gdb.reverse/until-precsave.exp: advance to marker2 (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: finish to main (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: reload core file (timeout)
new FAIL: gdb.reverse/until-precsave.exp: reverse-advance to final return of factorial (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: reverse-advance to marker2 (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: reverse-finish from marker2 (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: reverse-until to entry of factorial (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: save process recfile (timeout)
PASS -> FAIL: gdb.reverse/until-precsave.exp: set reverse execution
new FAIL: gdb.reverse/until-precsave.exp: until factorial, recursive function (got interactive prompt)
new FAIL: gdb.reverse/until-precsave.exp: until func, not called by current frame (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: until line number (got interactive prompt)
new FAIL: gdb.server/server-exec-info.exp: info files
new FAIL: gdb.server/server-exec-info.exp: set sysroot remote: (got interactive prompt)
new FAIL: gdb.stabs/gdb11479.exp: Can't run to main forced_stabs
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/execl.exp: continue across exec
new FAIL: gdb.threads/fork-child-threads.exp: get to the spawned thread (the program exited)
new FAIL: gdb.threads/fork-child-threads.exp: next over fork
new FAIL: gdb.threads/fork-child-threads.exp: two threads found
new FAIL: gdb.threads/fork-thread-pending.exp: 1, followed to the child, found one thread (unknown output)
new FAIL: gdb.threads/fork-thread-pending.exp: 1, followed to the child, found two threads (unknown output)
new FAIL: gdb.threads/fork-thread-pending.exp: 1, get to the fork event (the program exited)
new FAIL: gdb.threads/fork-thread-pending.exp: 1, get to the spawned thread in fork child (the program is no longer running)
new FAIL: gdb.threads/fork-thread-pending.exp: 1, multiple threads found
new FAIL: gdb.threads/fork-thread-pending.exp: 1, refused to resume (the program is no longer running)
new FAIL: gdb.threads/fork-thread-pending.exp: 2, followed to the child, found two threads (unknown output)
new FAIL: gdb.threads/fork-thread-pending.exp: 2, get to the fork event (the program exited)
new FAIL: gdb.threads/fork-thread-pending.exp: 2, get to the spawned thread in fork child (the program is no longer running)
new FAIL: gdb.threads/fork-thread-pending.exp: 2, multiple threads found
new FAIL: gdb.threads/linux-dp.exp: info threads after: 0
new FAIL: gdb.threads/linux-dp.exp: info threads after: 1
new FAIL: gdb.threads/linux-dp.exp: info threads after: 2
new FAIL: gdb.threads/linux-dp.exp: info threads after: 3
new FAIL: gdb.threads/linux-dp.exp: info threads after: 4
new FAIL: gdb.threads/no-unwaited-for-left.exp: continue stops when the main thread exits
new FAIL: gdb.threads/no-unwaited-for-left.exp: continue stops when thread 2 exits
new FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched0: continue over exec (timeout)
new FAIL: gdb.threads/non-ldr-exc-1.exp: lock-sched1: continue over exec (timeout)
new FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched0: continue over exec (timeout)
new FAIL: gdb.threads/non-ldr-exc-2.exp: lock-sched1: continue over exec (timeout)
new FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched0: continue over exec (timeout)
new FAIL: gdb.threads/non-ldr-exc-3.exp: lock-sched1: continue over exec (timeout)
new FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched0: continue over exec (timeout)
new FAIL: gdb.threads/non-ldr-exc-4.exp: lock-sched1: continue over exec (timeout)
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
new FAIL: gdb.threads/thread-execl.exp: schedlock off: get to main in new image (timeout)
new FAIL: gdb.threads/thread-execl.exp: schedlock on: get to main in new image (timeout)
new FAIL: gdb.threads/thread-execl.exp: schedlock step: get to main in new image (timeout)
new FAIL: gdb.threads/thread_events.exp: continue to after_join_func with messages enabled (saw 0, expected 1)
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint (A) after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint (A) after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at A
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at B
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: singlethread watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: breakpoint (A) after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: breakpoint (A) after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at A
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at B
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: singlethread watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoints work
new FAIL: gdb.threads/watchthreads2.exp: x watch loop
new FAIL: gdb.threads/wp-replication.exp: No hardware watchpoints available
new FAIL: gdb.trace/entry-values.exp: Find the call or branch instruction offset in bar
new FAIL: gdb.trace/entry-values.exp: disassemble bar
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.base/random-signal.exp: stop with control-c (timeout)
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch gdb-7.9-branch
  2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2015-05-02 23:45 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2015-05-02 23:50 ` sergiodj+buildbot
  2015-05-03  0:03 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-02 23:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-native-extended-gdbserver-m64/builds/855>

Commit(s) tested:
	6ed34db8858cc18a5a941f32f22bb250017c3d48

Author(s) (in the same order as the commits):
	Pierre Muller <muller@ics.u-strasbg.fr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-native-extended-gdbserver-m64/.git/tree/?h=gdb-7.9-branch&id=c7f27ab3597c8cdebfd8bfcb1e87fb57b514e5b1>

*** Regressions found ***
============================
new FAIL: gdb.gdb/selftest.exp: send ^C to child process (timeout)
new FAIL: gdb.reverse/until-precsave.exp: advance to factorial
new FAIL: gdb.reverse/until-precsave.exp: reload core file (timeout)
new FAIL: gdb.reverse/until-precsave.exp: until factorial, recursive function (got interactive prompt)
new FAIL: gdb.reverse/until-precsave.exp: until line number (got interactive prompt)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.gdb/selftest.exp: backtrace through signal handler (timeout)
new FAIL: gdb.gdb/selftest.exp: send SIGINT signal to child process (timeout)
new FAIL: gdb.gdb/selftest.exp: send ^C to child process (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2 (timeout)
new FAIL: gdb.reverse/until-precsave.exp: Kill process, prepare to debug log file (timeout)
PASS -> FAIL: gdb.reverse/until-precsave.exp: advance to factorial
new FAIL: gdb.reverse/until-precsave.exp: advance to marker2 (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: finish to main (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: reload core file (timeout)
new FAIL: gdb.reverse/until-precsave.exp: reverse-advance to final return of factorial (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: reverse-advance to marker2 (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: reverse-finish from marker2 (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: reverse-until to entry of factorial (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: save process recfile (timeout)
PASS -> FAIL: gdb.reverse/until-precsave.exp: set reverse execution
new FAIL: gdb.reverse/until-precsave.exp: until factorial, recursive function (got interactive prompt)
new FAIL: gdb.reverse/until-precsave.exp: until func, not called by current frame (the program is no longer running)
new FAIL: gdb.reverse/until-precsave.exp: until line number (got interactive prompt)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on (timeout)
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch gdb-7.9-branch
  2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2015-05-02 23:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2015-05-03  0:03 ` sergiodj+buildbot
  2015-05-03  0:06 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-03  0:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m64/builds/1007>

Commit(s) tested:
	6ed34db8858cc18a5a941f32f22bb250017c3d48

Author(s) (in the same order as the commits):
	Pierre Muller <muller@ics.u-strasbg.fr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-native-extended-gdbserver-m64/.git/tree/?h=gdb-7.9-branch&id=23848bfdcf74614d342d161a75fd2a8cd09901f6>

*** Regressions found ***
============================
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #43 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #49 (stepping inside range 201 times)
new FAIL: gdb.threads/fork-thread-pending.exp: 1, get to the fork event (timeout)
new FAIL: gdb.threads/fork-thread-pending.exp: 1, multiple threads found (timeout)
new FAIL: gdb.threads/fork-thread-pending.exp: 1, refused to resume (the program exited)
new FAIL: gdb.threads/fork-thread-pending.exp: 1, switched away from event thread (timeout)
PASS -> FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=step: next over function call
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #43 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #49 (stepping inside range 201 times)
new FAIL: gdb.threads/fork-thread-pending.exp: 1, get to the fork event (timeout)
new FAIL: gdb.threads/fork-thread-pending.exp: 1, multiple threads found (timeout)
new FAIL: gdb.threads/fork-thread-pending.exp: 1, refused to resume (the program exited)
new FAIL: gdb.threads/fork-thread-pending.exp: 1, switched away from event thread (timeout)
PASS -> FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=step: next over function call
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (got interactive prompt)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on (got interactive prompt)
FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=off: next over function call
FAIL: gdb.base/random-signal.exp: stop with control-c (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn (GDB internal error)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads (GDB internal error)
FAIL: gdb.gdb/selftest.exp: printed version
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (timeout)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (the program is no longer running)
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-x86_64-native-gdbserver-m64, branch gdb-7.9-branch
  2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2015-05-03  0:03 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2015-05-03  0:06 ` sergiodj+buildbot
  2015-05-03  0:26 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
  2015-05-03  0:29 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
  12 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-03  0:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m64/builds/983>

Commit(s) tested:
	6ed34db8858cc18a5a941f32f22bb250017c3d48

Author(s) (in the same order as the commits):
	Pierre Muller <muller@ics.u-strasbg.fr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-native-gdbserver-m64/.git/tree/?h=gdb-7.9-branch&id=2f6aea6a1079d0ad83d027bd7871ffdcc22e1e5c>

*** Regressions found ***
============================
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #40 (stepping inside range 201 times)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #40 (stepping inside range 201 times)
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=off: next over function call
FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=step: next over function call
FAIL: gdb.base/random-signal.exp: stop with control-c (timeout)
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64le-cc-with-index, branch gdb-7.9-branch
  2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2015-05-03  0:06 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2015-05-03  0:26 ` sergiodj+buildbot
  2015-05-03  0:29 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
  12 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-03  0:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64le-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64le-cc-with-index/builds/852>

Commit(s) tested:
	6ed34db8858cc18a5a941f32f22bb250017c3d48

Author(s) (in the same order as the commits):
	Pierre Muller <muller@ics.u-strasbg.fr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=cd71973028e0c6ab8e7e5bc57e3f145b56a75850>

*** Regressions found ***
============================
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-x86_64-m64, branch gdb-7.9-branch
  2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
                   ` (11 preceding siblings ...)
  2015-05-03  0:26 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
@ 2015-05-03  0:29 ` sergiodj+buildbot
  12 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-05-03  0:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m64/builds/995>

Commit(s) tested:
	6ed34db8858cc18a5a941f32f22bb250017c3d48

Author(s) (in the same order as the commits):
	Pierre Muller <muller@ics.u-strasbg.fr>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-x86_64-m64/.git/tree/?h=gdb-7.9-branch&id=b28c8d8650683e9f5251903f460440488ca39d09>

*** Regressions found ***
============================
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #19 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #21 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #22 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #27 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #29 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #47 (stepping inside range 201 times)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #19 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #21 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #22 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #27 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #29 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #47 (stepping inside range 201 times)
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.base/gdb-sigterm.exp: expect eof #0 (stepping inside range 201 times)
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-03-31 15:30 [binutils-gdb/gdb-7.9-branch] Fix the triplet regexp to recognize triplets, not only quadruplets sergiodj+buildbot
@ 2015-03-31 15:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-03-31 15:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/653>

Commit(s) tested:
	2e9f68f0cf32bad824100dfb5d05c4235cf59ff3

Author(s) (in the same order as the commits):
	Matthias Klose <doko@ubuntu.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=9007b5668e5d7117de82f82cc0294ccd4720ce94>

*** Regressions found ***
============================
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread (timeout)
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-03-21 11:59 [binutils-gdb/gdb-7.9-branch] Fix undefined behavior in TUI's TAB expansion sergiodj+buildbot
@ 2015-03-21 13:56 ` sergiodj+buildbot
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj+buildbot @ 2015-03-21 13:56 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/494>

Commit(s) tested:
	4fa4c2f7bed85f7cb116466d3cf194cdb6271c60

Author(s) (in the same order as the commits):
	Eli Zaretskii <eliz@gnu.org>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=2309e6c8f81d7c3adcb8d824fc6e755eabe32bce>

*** Regressions found ***
============================
new FAIL: gdb.base/valgrind-db-attach.exp: bt
new FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit (timeout)
new FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.base/valgrind-db-attach.exp: bt
new FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit (timeout)
new FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread (timeout)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (got interactive prompt)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-20 19:31 Test results for commit c9ae55c9597064a8fe9a20899a17a394ac4ee3f8 on " sergiodj
@ 2015-02-20 19:48 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-20 19:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/209>

Commit(s) tested:
	c9ae55c9597064a8fe9a20899a17a394ac4ee3f8

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=11b8ce3decd25906eee87f3999ee04fedea2b676>

*** Regressions found ***
============================
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: matching auxv data from live and core
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and core
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-20 18:08 Test results for commit 1435f081d10098b0bff7e30273c1c2611c35c4f9 on " sergiodj
@ 2015-02-20 18:45 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-20 18:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/208>

Commit(s) tested:
	1435f081d10098b0bff7e30273c1c2611c35c4f9

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=dc3efae4cef00e4442648b226f8e3ad63ee4ae15>

*** Regressions found ***
============================
new FAIL: gdb.base/valgrind-db-attach.exp: bt
new FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit (timeout)
new FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread (timeout)
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit (timeout)
new FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread (timeout)
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-20  5:01 Test results for commit 7b582627bc42922de3b75792472f5223f1910277 on " sergiodj
@ 2015-02-20  5:21 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-20  5:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/205>

Commit(s) tested:
	7b582627bc42922de3b75792472f5223f1910277

Author(s) (in the same order as the commits):
	David Taylor <dtaylor@emc.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=15b1def2695937f9dd7436233f02a1032d5e74e4>

*** Regressions found ***
============================
new FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (timeout)
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and core
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-20  4:06 Test results for commit 3b7a39661610038aad32563069b10fb2cfc55fab on " sergiodj
@ 2015-02-20  4:10 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-20  4:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/204>

Commit(s) tested:
	3b7a39661610038aad32563069b10fb2cfc55fab

Author(s) (in the same order as the commits):
	Andreas Arnez <arnez@linux.vnet.ibm.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=66740d0ca5ff21034b3c05a4e850caa7fda9b448>

*** Regressions found ***
============================
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: matching auxv data from live and core
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and core
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-19 15:26 Test results for commit 3b41352824ddc32dabca2d3281a03b4a0b8c7a27 on " sergiodj
@ 2015-02-19 15:30 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-19 15:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/196>

Commit(s) tested:
	3b41352824ddc32dabca2d3281a03b4a0b8c7a27

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=c2bfe1954d5a6e1c1d0783691bb81a6c63d1326a>

*** Regressions found ***
============================
new FAIL: gdb.base/valgrind-db-attach.exp: bt
new FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit (timeout)
new FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread (timeout)
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit (timeout)
new FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread (timeout)
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-19 14:13 Test results for commit 77ef543e9e7861214232c63c960eddf19674cf61 on " sergiodj
@ 2015-02-19 14:17 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-19 14:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/195>

Commit(s) tested:
	77ef543e9e7861214232c63c960eddf19674cf61

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=6396a3dd7b1ad7af0a90f5941968b1985c6cfa6f>

*** Regressions found ***
============================
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: matching auxv data from live and core
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
new FAIL: gdb.gdb/selftest.exp: printed version
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and core
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
new FAIL: gdb.gdb/selftest.exp: printed version
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-19 13:35 Test results for commit 90ca3b45da1c08eff31605b2af7cec9979a95bde on " sergiodj
@ 2015-02-19 13:42 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-19 13:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/194>

Commit(s) tested:
	90ca3b45da1c08eff31605b2af7cec9979a95bde

Author(s) (in the same order as the commits):
	Joel Brobecker <brobecker@adacore.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=fbe9ea84390a9c5b9e48e35c8d10cae57579876f>

*** Regressions found ***
============================
new FAIL: gdb.base/valgrind-db-attach.exp: bt
new FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit (timeout)
new FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread (timeout)
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit (timeout)
new FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread (timeout)
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-17 15:08 Test results for commit 5991bec1d4dbd23b476dc90bc6d1ba70e044898e on " sergiodj
@ 2015-02-17 15:15 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-17 15:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/175>

Commit(s) tested:
	5991bec1d4dbd23b476dc90bc6d1ba70e044898e

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=cc7367930ba758409f7e19328c0b242f4f60c513>

*** Regressions found ***
============================
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and core
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-17 13:49 Test results for commit d4a0a1ff2b7f3d50180229768a270750ef94bbdf on " sergiodj
@ 2015-02-17 13:58 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-17 13:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/174>

Commit(s) tested:
	d4a0a1ff2b7f3d50180229768a270750ef94bbdf

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=35ceb5a4a52c7718a953fcb501f80c3d87faf297>

*** Regressions found ***
============================
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: matching auxv data from live and core
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and core
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-17 12:43 Test results for commit 140e2c62fd7a46b4500dbd442964543587c0337b on " sergiodj
@ 2015-02-17 13:08 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-17 13:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/173>

Commit(s) tested:
	140e2c62fd7a46b4500dbd442964543587c0337b

Author(s) (in the same order as the commits):
	Pedro Alves <palves@redhat.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=db0c1bc9f3df3e5e2d5003e4bfe21ac07c41188d>

*** Regressions found ***
============================
new FAIL: gdb.base/valgrind-db-attach.exp: bt
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-11 17:07 Test results for commit 211e7f3c26b39159df2dedd8198148cec60307f9 on " sergiodj
@ 2015-02-12  9:30 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-12  9:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/149>

Commit(s) tested:
	211e7f3c26b39159df2dedd8198148cec60307f9

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=25b0d266086ff903cad297277140b50013fb83e0>

*** Regressions found ***
============================
new FAIL: gdb.base/auxv.exp: info auxv on gcore-created dump (timeout)
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on gcore-created dump (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and core
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-11 16:34 Test results for commit cf3f71d273c607ecd1e912ce9fe8121da320c6a9 on " sergiodj
@ 2015-02-12  7:17 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-12  7:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/147>

Commit(s) tested:
	cf3f71d273c607ecd1e912ce9fe8121da320c6a9

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=0e707fc54bf5045e15f750721fce95246585de0f>

*** Regressions found ***
============================
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: matching auxv data from live and core
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and core
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-11 15:42 Test results for commit 5dea9fe2285fee5d53691856750a0c8960fca04d on " sergiodj
@ 2015-02-12  2:50 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-12  2:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/143>

Commit(s) tested:
	5dea9fe2285fee5d53691856750a0c8960fca04d

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=e73df35f38fe7c06bbb36892e6fcc74a5b92637f>

*** Regressions found ***
============================
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 33 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 34 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 35 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 36 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 37 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 38 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 39 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 40 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 41 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 42 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 43 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 44 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 45 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 46 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 47 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 48 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 49 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 50 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 51 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 52 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 53 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 54 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 55 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 56 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 57 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 58 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 59 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 60 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 61 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 62 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 63 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to ALRM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to BUS (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to CHLD (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to CONT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to DANGER (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to EMT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to FPE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to GRANT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to HUP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to ILL (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to IO (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to LOST (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to LWP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to MSG (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to PHONE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to PIPE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to POLL (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to PRIO (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to PROF (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to PWR (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to QUIT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to RETRACT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to SAK (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to SEGV (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to SOUND (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to SYS (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to TERM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to TSTP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to TTIN (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to TTOU (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to URG (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to USR1 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to USR2 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to VTALRM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to WAITING (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to WINCH (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to WIND (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to XCPU (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to XFSZ (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: continue to signal exit (got interactive prompt)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 33 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 34 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 35 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 36 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 37 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 38 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 39 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 40 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 41 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 42 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 43 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 44 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 45 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 46 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 47 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 48 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 49 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 50 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 51 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 52 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 53 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 54 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 55 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 56 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 57 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 58 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 59 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 60 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 61 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 62 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 63 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal ABRT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal ALRM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal BUS (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal CHLD (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal CONT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal DANGER (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal EMT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal FPE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal GRANT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal HUP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal ILL (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal IO (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal LOST (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal LWP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal MSG (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PHONE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PIPE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal POLL (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PRIO (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PROF (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PWR (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal QUIT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal RETRACT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal SAK (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal SEGV (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal SOUND (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal SYS (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal TSTP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal TTIN (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal TTOU (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal URG (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal USR1 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal USR2 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal VTALRM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal WAITING (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal WINCH (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal WIND (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal XCPU (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal XFSZ (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_33
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_34
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_35
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_36
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_37
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_38
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_39
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_40
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_41
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_42
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_43
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_44
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_45
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_46
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_47
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_48
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_49
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_50
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_51
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_52
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_53
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_54
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_55
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_56
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_57
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_58
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_59
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_60
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_61
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_62
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_63
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ABRT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ALRM
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_BUS
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CHLD
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CONT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_DANGER
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_EMT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_FPE
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_GRANT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_HUP
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ILL
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_IO
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LOST
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LWP
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_MSG
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PHONE
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PIPE
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_POLL
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PRIO
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PROF
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PWR
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_QUIT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_RETRACT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SAK
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SEGV
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SOUND
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SYS
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TERM
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TSTP
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTIN
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTOU
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_URG
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR1
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR2
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_VTALRM
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WAITING
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WINCH
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WIND
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XCPU
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of XFSZ
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 33 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 34 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 35 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 36 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 37 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 38 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 39 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 40 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 41 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 42 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 43 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 44 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 45 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 46 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 47 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 48 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 49 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 50 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 51 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 52 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 53 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 54 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 55 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 56 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 57 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 58 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 59 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 60 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 61 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 62 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 63 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal ABRT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal ALRM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal BUS (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal CHLD (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal CONT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal DANGER (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal EMT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal FPE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal GRANT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal HUP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal ILL (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal IO (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal LOST (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal LWP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal MSG (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal PHONE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal PIPE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal POLL (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal PRIO (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal PROF (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal PWR (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal QUIT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal RETRACT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal SAK (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal SEGV (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal SOUND (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal SYS (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal TSTP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal TTIN (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal TTOU (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal URG (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal USR1 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal USR2 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal VTALRM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal WAITING (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal WINCH (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal WIND (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal XCPU (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal XFSZ (the program is no longer running)
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 33 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 34 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 35 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 36 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 37 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 38 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 39 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 40 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 41 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 42 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 43 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 44 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 45 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 46 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 47 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 48 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 49 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 50 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 51 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 52 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 53 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 54 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 55 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 56 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 57 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 58 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 59 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 60 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 61 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 62 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to 63 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to ALRM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to BUS (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to CHLD (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to CONT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to DANGER (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to EMT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to FPE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to GRANT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to HUP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to ILL (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to IO (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to LOST (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to LWP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to MSG (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to PHONE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to PIPE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to POLL (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to PRIO (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to PROF (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to PWR (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to QUIT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to RETRACT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to SAK (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to SEGV (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to SOUND (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to SYS (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to TERM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to TSTP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to TTIN (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to TTOU (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to URG (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to USR1 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to USR2 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to VTALRM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to WAITING (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to WINCH (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to WIND (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to XCPU (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: advance to XFSZ (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: continue to signal exit (got interactive prompt)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 33 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 34 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 35 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 36 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 37 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 38 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 39 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 40 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 41 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 42 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 43 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 44 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 45 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 46 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 47 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 48 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 49 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 50 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 51 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 52 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 53 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 54 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 55 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 56 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 57 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 58 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 59 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 60 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 61 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 62 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 63 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal ABRT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal ALRM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal BUS (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal CHLD (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal CONT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal DANGER (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal EMT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal FPE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal GRANT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal HUP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal ILL (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal IO (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal LOST (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal LWP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal MSG (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PHONE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PIPE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal POLL (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PRIO (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PROF (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PWR (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal QUIT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal RETRACT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal SAK (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal SEGV (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal SOUND (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal SYS (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal TSTP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal TTIN (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal TTOU (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal URG (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal USR1 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal USR2 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal VTALRM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal WAITING (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal WINCH (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal WIND (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal XCPU (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal XFSZ (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_33
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_34
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_35
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_36
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_37
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_38
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_39
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_40
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_41
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_42
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_43
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_44
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_45
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_46
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_47
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_48
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_49
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_50
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_51
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_52
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_53
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_54
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_55
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_56
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_57
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_58
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_59
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_60
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_61
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_62
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_63
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ABRT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ALRM
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_BUS
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CHLD
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CONT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_DANGER
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_EMT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_FPE
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_GRANT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_HUP
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ILL
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_IO
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LOST
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LWP
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_MSG
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PHONE
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PIPE
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_POLL
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PRIO
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PROF
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PWR
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_QUIT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_RETRACT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SAK
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SEGV
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SOUND
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SYS
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TERM
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TSTP
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTIN
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTOU
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_URG
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR1
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR2
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_VTALRM
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WAITING
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WINCH
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WIND
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XCPU
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of XFSZ
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 33 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 34 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 35 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 36 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 37 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 38 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 39 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 40 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 41 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 42 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 43 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 44 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 45 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 46 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 47 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 48 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 49 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 50 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 51 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 52 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 53 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 54 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 55 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 56 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 57 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 58 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 59 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 60 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 61 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 62 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal 63 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal ABRT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal ALRM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal BUS (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal CHLD (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal CONT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal DANGER (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal EMT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal FPE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal GRANT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal HUP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal ILL (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal IO (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal LOST (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal LWP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal MSG (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal PHONE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal PIPE (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal POLL (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal PRIO (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal PROF (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal PWR (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal QUIT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal RETRACT (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal SAK (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal SEGV (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal SOUND (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal SYS (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal TSTP (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal TTIN (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal TTOU (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal URG (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal USR1 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal USR2 (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal VTALRM (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal WAITING (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal WINCH (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal WIND (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal XCPU (the program is no longer running)
new FAIL: gdb.reverse/sigall-reverse.exp: send signal XFSZ (the program is no longer running)
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
  2015-02-11 14:04 Test results for commit 25a0672ba8b7f4badc682eaf08a1e342b496b483 on " sergiodj
@ 2015-02-11 20:14 ` sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-11 20:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/137>

Commit(s) tested:
	25a0672ba8b7f4badc682eaf08a1e342b496b483

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=27d7a9b838806316421c1ea80fdfb0a9ee8db927>

*** Regressions found ***
============================
new FAIL: gdb.base/valgrind-db-attach.exp: bt
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
@ 2015-02-05  1:41 sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-02-05  1:41 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/74>

Commit(s) tested:
	2b7d5144a58e63cb9517f6a8b31dd7c5e05a7ffe

Author(s) (in the same order as the commits):
	Doug Evans <dje@google.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64be-cc-with-index/.git/tree/?h=gdb-7.9-branch&id=3a239a12297c054e53e57b7681e679eec0278eca>

*** Regressions found ***
============================
PASS -> FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #13 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #17 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #19 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #27 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #28 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #4 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #41 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #5 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #8 (stepping inside range 201 times)
new FAIL: gdb.base/gdb-sigterm.exp: expect eof #9 (stepping inside range 201 times)
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 33 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 34 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 35 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 36 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 37 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 38 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 39 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 40 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 41 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 42 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 43 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 44 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 45 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 46 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 47 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 48 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 49 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 50 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 51 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 52 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 53 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 54 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 55 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 56 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 57 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 58 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 59 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 60 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 61 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 62 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to 63 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to ALRM <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to BUS <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to CHLD <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to CONT <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to DANGER <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to EMT <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to FPE <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to GRANT <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to HUP <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to ILL <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to IO <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to LOST <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to LWP <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to MSG <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to PHONE <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to PIPE <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to POLL <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to PRIO <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to PROF <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to PWR <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to QUIT <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to RETRACT <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to SAK <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to SEGV <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to SOUND <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to SYS <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to TERM <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to TSTP <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to TTIN <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to TTOU <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to URG <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to USR1 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to USR2 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to VTALRM <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to WAITING <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to WINCH <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to WIND <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to XCPU <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: advance to XFSZ <<2>>
new FAIL: gdb.reverse/sigall-reverse.exp: continue to signal exit (got interactive prompt)
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 33
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 34
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 35
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 36
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 37
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 38
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 39
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 40
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 41
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 42
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 43
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 44
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 45
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 46
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 47
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 48
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 49
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 50
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 51
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 52
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 53
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 54
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 55
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 56
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 57
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 58
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 59
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 60
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 61
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 62
new FAIL: gdb.reverse/sigall-reverse.exp: get signal 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal ABRT <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal ALRM <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal BUS <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal CHLD <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal CONT <<2>>
new FAIL: gdb.reverse/sigall-reverse.exp: get signal DANGER
new FAIL: gdb.reverse/sigall-reverse.exp: get signal EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal FPE <<2>>
new FAIL: gdb.reverse/sigall-reverse.exp: get signal GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal HUP <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal ILL <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal IO <<2>>
new FAIL: gdb.reverse/sigall-reverse.exp: get signal LOST
new FAIL: gdb.reverse/sigall-reverse.exp: get signal LWP
new FAIL: gdb.reverse/sigall-reverse.exp: get signal MSG
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal PIPE <<2>>
new FAIL: gdb.reverse/sigall-reverse.exp: get signal POLL
new FAIL: gdb.reverse/sigall-reverse.exp: get signal PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal PROF <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal PWR <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal QUIT <<2>>
new FAIL: gdb.reverse/sigall-reverse.exp: get signal RETRACT
new FAIL: gdb.reverse/sigall-reverse.exp: get signal SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal SEGV <<2>>
new FAIL: gdb.reverse/sigall-reverse.exp: get signal SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal SYS <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal TSTP <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal TTIN <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal TTOU <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal URG <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal USR1 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal USR2 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal VTALRM <<2>>
new FAIL: gdb.reverse/sigall-reverse.exp: get signal WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal WINCH <<2>>
new FAIL: gdb.reverse/sigall-reverse.exp: get signal WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal XCPU <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: get signal XFSZ <<2>>
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_33
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_34
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_35
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_36
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_37
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_38
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_39
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_40
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_41
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_42
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_43
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_44
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_45
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_46
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_47
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_48
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_49
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_50
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_51
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_52
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_53
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_54
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_55
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_56
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_57
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_58
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_59
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_60
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_61
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_62
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_63
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ABRT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ALRM
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_BUS
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CHLD
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_CONT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_DANGER
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_EMT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_FPE
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_GRANT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_HUP
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_ILL
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_IO
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LOST
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_LWP
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_MSG
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PHONE
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PIPE
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_POLL
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PRIO
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PROF
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_PWR
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_QUIT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_RETRACT
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SAK
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SEGV
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SOUND
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_SYS
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TERM
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TSTP
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTIN
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_TTOU
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_URG
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR1
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_USR2
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_VTALRM
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WAITING
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WINCH
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_WIND
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XCPU
new FAIL: gdb.reverse/sigall-reverse.exp: reverse to gen_XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 33
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 34
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 35
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 36
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 37
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 38
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 39
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 40
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 41
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 42
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 43
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 44
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 45
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 46
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 47
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 48
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 49
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 50
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 51
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 52
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 53
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 54
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 55
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 56
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 57
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 58
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 59
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 60
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 61
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 62
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of 63
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ABRT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of BUS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of CHLD
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of CONT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of DANGER
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of EMT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of FPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of GRANT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of HUP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of ILL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of IO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of LOST
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of LWP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of MSG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PHONE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PIPE
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of POLL
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PRIO
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PROF
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of PWR
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of QUIT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of RETRACT
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SAK
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SEGV
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SOUND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of SYS
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TERM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TSTP
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TTIN
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of TTOU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of URG
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of USR1
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of USR2
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of VTALRM
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WAITING
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WINCH
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of WIND
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of XCPU
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: reverse to handler of XFSZ
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 33 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 34 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 35 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 36 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 37 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 38 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 39 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 40 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 41 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 42 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 43 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 44 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 45 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 46 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 47 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 48 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 49 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 50 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 51 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 52 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 53 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 54 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 55 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 56 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 57 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 58 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 59 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 60 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 61 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 62 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal 63 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal ABRT <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal ALRM <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal BUS <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal CHLD <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal CONT <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal DANGER <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal EMT <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal FPE <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal GRANT <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal HUP <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal ILL <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal IO <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal LOST <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal LWP <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal MSG <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal PHONE <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal PIPE <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal POLL <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal PRIO <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal PROF <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal PWR <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal QUIT <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal RETRACT <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal SAK <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal SEGV <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal SOUND <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal SYS <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal TSTP <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal TTIN <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal TTOU <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal URG <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal USR1 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal USR2 <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal VTALRM <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal WAITING <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal WINCH <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal WIND <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal XCPU <<2>>
PASS -> FAIL: gdb.reverse/sigall-reverse.exp: send signal XFSZ <<2>>
============================




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
@ 2015-01-26 16:37 sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-01-26 16:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-20-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/15>

Commit(s) tested:
	6446dae3969acfffd8bbd779980227439d9c4cbb
	4e1e1ad808e8620d34a0e6da5dba87d5dfb01f59
	1ab1f5f9160f1fce8129820b1c95aa7bb64cc90d
	6c3e7fa837c0885fbf1f5a9203c3cb720d55ab76
	936fc1158df657607b318e05e41a25e600ec3e33

Author(s) (in the same order as the commits):
	Wei-cheng Wang <cole945@gmail.com>
	Wei-cheng Wang <cole945@gmail.com>
	Wei-cheng Wang <cole945@gmail.com>
	Wei-cheng Wang <cole945@gmail.com>
	Wei-cheng Wang <cole945@gmail.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 936fc1158df657607b318e05e41a25e600ec3e33>

*** Failed to update GDB git repository.  This is probably a timeout problem with sourceware. ***




^ permalink raw reply	[flat|nested] 33+ messages in thread

* Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch
@ 2015-01-25  8:32 sergiodj
  0 siblings, 0 replies; 33+ messages in thread
From: sergiodj @ 2015-01-25  8:32 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-20-ppc64be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-ppc64be-cc-with-index/builds/7>

Commit(s) tested:
	c8f66196de03935d0d0dca7a5e16054262a38561

Author(s) (in the same order as the commits):
	Jan Kratochvil <jan.kratochvil@redhat.com>

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for c8f66196de03935d0d0dca7a5e16054262a38561>

*** Failed to update GDB git repository.  This is probably a timeout problem with sourceware. ***




^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2015-05-03  0:29 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-02 22:52 [binutils-gdb/gdb-7.9-branch] Subject: [PATCH] Fix pascal behavior for class fields with testcase sergiodj+buildbot
2015-05-02 22:52 ` Failures on Fedora-ppc64be-m64, branch gdb-7.9-branch sergiodj+buildbot
2015-05-02 23:01 ` Failures on Fedora-i686, " sergiodj+buildbot
2015-05-02 23:05 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
2015-05-02 23:07 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2015-05-02 23:13 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
2015-05-02 23:33 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2015-05-02 23:36 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-05-02 23:45 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-05-02 23:50 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-05-03  0:03 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-05-03  0:06 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2015-05-03  0:26 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
2015-05-03  0:29 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
  -- strict thread matches above, loose matches on Subject: below --
2015-03-31 15:30 [binutils-gdb/gdb-7.9-branch] Fix the triplet regexp to recognize triplets, not only quadruplets sergiodj+buildbot
2015-03-31 15:34 ` Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch sergiodj+buildbot
2015-03-21 11:59 [binutils-gdb/gdb-7.9-branch] Fix undefined behavior in TUI's TAB expansion sergiodj+buildbot
2015-03-21 13:56 ` Failures on Fedora-ppc64be-cc-with-index, branch gdb-7.9-branch sergiodj+buildbot
2015-02-20 19:31 Test results for commit c9ae55c9597064a8fe9a20899a17a394ac4ee3f8 on " sergiodj
2015-02-20 19:48 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-20 18:08 Test results for commit 1435f081d10098b0bff7e30273c1c2611c35c4f9 on " sergiodj
2015-02-20 18:45 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-20  5:01 Test results for commit 7b582627bc42922de3b75792472f5223f1910277 on " sergiodj
2015-02-20  5:21 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-20  4:06 Test results for commit 3b7a39661610038aad32563069b10fb2cfc55fab on " sergiodj
2015-02-20  4:10 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-19 15:26 Test results for commit 3b41352824ddc32dabca2d3281a03b4a0b8c7a27 on " sergiodj
2015-02-19 15:30 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-19 14:13 Test results for commit 77ef543e9e7861214232c63c960eddf19674cf61 on " sergiodj
2015-02-19 14:17 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-19 13:35 Test results for commit 90ca3b45da1c08eff31605b2af7cec9979a95bde on " sergiodj
2015-02-19 13:42 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-17 15:08 Test results for commit 5991bec1d4dbd23b476dc90bc6d1ba70e044898e on " sergiodj
2015-02-17 15:15 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-17 13:49 Test results for commit d4a0a1ff2b7f3d50180229768a270750ef94bbdf on " sergiodj
2015-02-17 13:58 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-17 12:43 Test results for commit 140e2c62fd7a46b4500dbd442964543587c0337b on " sergiodj
2015-02-17 13:08 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-11 17:07 Test results for commit 211e7f3c26b39159df2dedd8198148cec60307f9 on " sergiodj
2015-02-12  9:30 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-11 16:34 Test results for commit cf3f71d273c607ecd1e912ce9fe8121da320c6a9 on " sergiodj
2015-02-12  7:17 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-11 15:42 Test results for commit 5dea9fe2285fee5d53691856750a0c8960fca04d on " sergiodj
2015-02-12  2:50 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-11 14:04 Test results for commit 25a0672ba8b7f4badc682eaf08a1e342b496b483 on " sergiodj
2015-02-11 20:14 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj
2015-02-05  1:41 sergiodj
2015-01-26 16:37 sergiodj
2015-01-25  8:32 sergiodj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).