public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] PR c++/17976, symtab/17821
@ 2015-02-22 11:48 sergiodj+buildbot
  2015-02-22 11:53 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master sergiodj+buildbot
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: sergiodj+buildbot @ 2015-02-22 11:48 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 96553a0cffb30d2ac6068eb71bed38ea7432073b ***

Author: Doug Evans <dje@google.com>
Branch: master
Commit: 96553a0cffb30d2ac6068eb71bed38ea7432073b

PR c++/17976, symtab/17821
This patch addresses two issues.

The basic problem is that "(anonymous namespace)" doesn't get entered
into the symbol table because when dwarf2read.c:new_symbol_full is called
the DIE has no name (dwarf2_name returns NULL).

PR 17976: ptype '(anonymous namespace)' should work like any namespace

PR 17821: perf issue looking up (anonymous namespace)

bash$ gdb monster-program
(gdb) mt set per on
(gdb) mt set symbol-cache-size 0
(gdb) break (anonymous namespace)::foo

Before:

Command execution time: 3.266289 (cpu), 6.169030 (wall)
Space used: 811429888 (+12910592 for this command)

After:

Command execution time: 1.264076 (cpu), 4.057408 (wall)
Space used: 798781440 (+0 for this command)

gdb/ChangeLog:

	PR c++/17976, symtab/17821
	* cp-namespace.c (cp_search_static_and_baseclasses): New parameter
	is_in_anonymous.  All callers updated.
	(find_symbol_in_baseclass): Ditto.
	(cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
	for symbols in an anonymous namespace.
	* dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
	DW_AT_name directly.
	(dwarf2_name): Convert missing namespace name to
	CP_ANONYMOUS_NAMESPACE_STR.

gdeb/testsuite/ChangeLog:

	* gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.


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

* Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master
  2015-02-22 11:48 [binutils-gdb] PR c++/17976, symtab/17821 sergiodj+buildbot
@ 2015-02-22 11:53 ` sergiodj+buildbot
  2015-02-22 13:11 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sergiodj+buildbot @ 2015-02-22 11:53 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/230>

Commit(s) tested:
	96553a0cffb30d2ac6068eb71bed38ea7432073b

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-native-extended-gdbserver-m64/.git/tree/?h=master&id=5e3f68884ad953d69017db4d6367a870b7253ee0>

*** Regressions found ***
============================
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (timeout)
new FAIL: gdb.reverse/until-precsave.exp: reload core file
new FAIL: gdb.reverse/until-precsave.exp: reverse-advance to marker2 (timeout)
new FAIL: gdb.reverse/until-precsave.exp: reverse-finish from marker2 (timeout)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.reverse/until-precsave.exp: reload core file
new FAIL: gdb.reverse/until-precsave.exp: reverse-advance to marker2 (timeout)
new FAIL: gdb.reverse/until-precsave.exp: reverse-finish from marker2 (timeout)
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.base/func-ptrs.exp: stop in sentinel (timeout)
FAIL: gdb.reverse/until-precsave.exp: advance to marker2 (timeout)
FAIL: gdb.reverse/until-precsave.exp: finish to main (timeout)
FAIL: gdb.reverse/until-precsave.exp: reverse-advance to marker2
FAIL: gdb.reverse/until-precsave.exp: reverse-finish from marker2 (got interactive prompt)
FAIL: gdb.reverse/until-precsave.exp: set reverse execution (got interactive prompt)
FAIL: gdb.reverse/until-precsave.exp: until func, not called by current frame (timeout)
FAIL: gdb.reverse/until-precsave.exp: advance to marker2
FAIL: gdb.reverse/until-precsave.exp: finish to main
FAIL: gdb.reverse/until-precsave.exp: reverse-advance to final return of factorial (the program is no longer running)
FAIL: gdb.reverse/until-precsave.exp: reverse-advance to marker2 (the program is no longer running)
FAIL: gdb.reverse/until-precsave.exp: reverse-finish from marker2 (the program is no longer running)
FAIL: gdb.reverse/until-precsave.exp: reverse-until to entry of factorial (the program is no longer running)
FAIL: gdb.reverse/until-precsave.exp: set reverse execution
FAIL: gdb.reverse/until-precsave.exp: until factorial, recursive function (got interactive prompt)
FAIL: gdb.reverse/until-precsave.exp: until func, not called by current frame (got interactive prompt)
FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
FAIL: gdb.gdb/selftest.exp: backtrace through signal handler (timeout)
FAIL: gdb.gdb/selftest.exp: send SIGINT signal to child process (timeout)
FAIL: gdb.base/func-ptrs.exp: stop in sentinel
FAIL: gdb.reverse/until-precsave.exp: advance to marker2 (got interactive prompt)
FAIL: gdb.reverse/until-precsave.exp: reverse-advance to final return of factorial (timeout)
FAIL: gdb.reverse/until-precsave.exp: reverse-finish from marker2
FAIL: gdb.reverse/until-precsave.exp: reverse-until to entry of factorial (timeout)
FAIL: gdb.reverse/until-precsave.exp: until factorial, recursive function (timeout)
FAIL: gdb.reverse/until-precsave.exp: until func, not called by current frame
============================




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

* Failures on Fedora-ppc64le-cc-with-index, branch master
  2015-02-22 11:48 [binutils-gdb] PR c++/17976, symtab/17821 sergiodj+buildbot
  2015-02-22 11:53 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master sergiodj+buildbot
@ 2015-02-22 13:11 ` sergiodj+buildbot
  2015-02-22 14:13 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sergiodj+buildbot @ 2015-02-22 13:11 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/149>

Commit(s) tested:
	96553a0cffb30d2ac6068eb71bed38ea7432073b

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-ppc64le-cc-with-index/.git/tree/?h=master&id=76166a838c226df7b54f1415ad569ae9ef9502f9>

*** Regressions found ***
============================
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish (timeout)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish (timeout)
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
============================




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

* Failures on Fedora-ppc64le-m64, branch master
  2015-02-22 11:48 [binutils-gdb] PR c++/17976, symtab/17821 sergiodj+buildbot
  2015-02-22 11:53 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master sergiodj+buildbot
  2015-02-22 13:11 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
@ 2015-02-22 14:13 ` sergiodj+buildbot
  2015-02-22 16:18 ` Failures on Debian-i686, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sergiodj+buildbot @ 2015-02-22 14:13 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64le-1

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

Commit(s) tested:
	96553a0cffb30d2ac6068eb71bed38ea7432073b

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-ppc64le-m64/.git/tree/?h=master&id=1b7704e18a4056a8f705b0609b01759986373746>

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


*** Regressions against the baseline ***
============================
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] 12+ messages in thread

* Failures on Debian-i686, branch master
  2015-02-22 11:48 [binutils-gdb] PR c++/17976, symtab/17821 sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2015-02-22 14:13 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
@ 2015-02-22 16:18 ` sergiodj+buildbot
  2015-02-22 17:14 ` Failures on Debian-i686-native-gdbserver, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sergiodj+buildbot @ 2015-02-22 16:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-wheezy-i686

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

Commit(s) tested:
	96553a0cffb30d2ac6068eb71bed38ea7432073b

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/Debian-i686/.git/tree/?h=master&id=49e0af59a8b5424c94fe9797cadee0b4a2949e40>

*** 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.arch/i386-biarch-core.exp: .text is readable
new FAIL: gdb.arch/i386-biarch-core.exp: core-file
new FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread (timeout)
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.ada/mi_var_array.exp: list vta's children
FAIL: gdb.base/longjmp.exp: next over patt3
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach main bt
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: seen displacement message as NONZERO
FAIL: gdb.base/multi-forks.exp: Run to exit 12 (timeout)
FAIL: gdb.base/multi-forks.exp: Run to exit 3 (timeout)
FAIL: gdb.base/multi-forks.exp: Run to exit 4 (timeout)
FAIL: gdb.base/multi-forks.exp: Run to exit 6 (timeout)
FAIL: gdb.base/multi-forks.exp: inferior 3 (timeout)
FAIL: gdb.base/multi-forks.exp: info inferior 3 (timeout)
FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit (timeout)
FAIL: gdb.threads/multiple-step-overs.exp: step
============================




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

* Failures on Debian-i686-native-gdbserver, branch master
  2015-02-22 11:48 [binutils-gdb] PR c++/17976, symtab/17821 sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2015-02-22 16:18 ` Failures on Debian-i686, " sergiodj+buildbot
@ 2015-02-22 17:14 ` sergiodj+buildbot
  2015-02-22 17:30 ` Failures on Fedora-i686, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sergiodj+buildbot @ 2015-02-22 17:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-wheezy-i686

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-i686-native-gdbserver/builds/205>

Commit(s) tested:
	96553a0cffb30d2ac6068eb71bed38ea7432073b

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/Debian-i686-native-gdbserver/.git/tree/?h=master&id=38e507d2a1b831517e248811a6a03279d1002737>

*** Regressions found ***
============================
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 6 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 7 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 8 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 1 restarted (timeout)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.arch/i386-biarch-core.exp: .text is readable
new FAIL: gdb.arch/i386-biarch-core.exp: core-file
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to the main thread to queue signal
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 10 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 11 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 3 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 4 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 5 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 6 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 7 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 8 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 9 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: print got_sig = 0
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to the main thread to queue signal
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 10 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 11 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 2 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 3 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 4 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 5 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 6 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 7 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 8 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 9 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: print got_sig = 0
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to the main thread to queue signal
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 10 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 11 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 2 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 3 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 4 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 5 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 6 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 7 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 8 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 9 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: print got_sig = 0
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.ada/mi_var_array.exp: list vta's children
FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=off: next over function call
FAIL: gdb.base/longjmp.exp: next over patt3
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 11 broke out of loop (timeout)
FAIL: gdb.base/random-signal.exp: stop with control-c (timeout)
============================




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

* Failures on Fedora-i686, branch master
  2015-02-22 11:48 [binutils-gdb] PR c++/17976, symtab/17821 sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2015-02-22 17:14 ` Failures on Debian-i686-native-gdbserver, " sergiodj+buildbot
@ 2015-02-22 17:30 ` sergiodj+buildbot
  2015-02-22 17:44 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sergiodj+buildbot @ 2015-02-22 17:30 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

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

Commit(s) tested:
	96553a0cffb30d2ac6068eb71bed38ea7432073b

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-i686/.git/tree/?h=master&id=7dbdb681321daeea0c86f509e30df45b53b0d6f0>

*** Regressions found ***
============================
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: setting breakpoint at 78
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: setting breakpoint at 78
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 10 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 11 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 8 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 9 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 1 restarted
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 2 restarted
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 3 restarted
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: setting breakpoint at 78
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: setting breakpoint at 78
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: setting breakpoint at 78
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: setting breakpoint at 78
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: setting breakpoint at 78
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: setting breakpoint at 78
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.arch/i386-biarch-core.exp: .text is readable
new FAIL: gdb.arch/i386-biarch-core.exp: core-file
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: continue &
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: continue -a&
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: setting breakpoint at 78
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: continue &
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: continue -a&
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: setting breakpoint at 78
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 10 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 11 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 8 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 9 broke out of loop (timeout)
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: continue &
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 1 restarted
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 2 restarted
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 3 restarted
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: continue &
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: continue -a&
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: setting breakpoint at 78
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: continue &
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: continue -a&
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: setting breakpoint at 78
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: continue &
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: continue -a&
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: setting breakpoint at 78
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: continue &
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: continue -a&
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: setting breakpoint at 78
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: continue &
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: continue -a&
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: setting breakpoint at 78
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: continue &
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: continue -a&
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: setting breakpoint at 78
============================


*** 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)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: continue -a&
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 9 restarted (timeout)
============================




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2015-02-22 11:48 [binutils-gdb] PR c++/17976, symtab/17821 sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2015-02-22 17:30 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2015-02-22 17:44 ` sergiodj+buildbot
  2015-02-22 17:44 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sergiodj+buildbot @ 2015-02-22 17:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

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

Commit(s) tested:
	96553a0cffb30d2ac6068eb71bed38ea7432073b

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-x86_64-native-extended-gdbserver-m64/.git/tree/?h=master&id=c1657a687457f1172bdf338e76f05a006b31c5c7>

*** Regressions found ***
============================
new FAIL: gdb.server/server-exec-info.exp: info files (the program is no longer running)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.server/server-exec-info.exp: info files (the program is no longer running)
============================


*** 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.threads/next-bp-other-thread.exp: schedlock=step: next over function call
============================




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2015-02-22 11:48 [binutils-gdb] PR c++/17976, symtab/17821 sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2015-02-22 17:44 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2015-02-22 17:44 ` sergiodj+buildbot
  2015-02-22 17:45 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sergiodj+buildbot @ 2015-02-22 17:44 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-m32/builds/293>

Commit(s) tested:
	96553a0cffb30d2ac6068eb71bed38ea7432073b

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-x86_64-native-extended-gdbserver-m32/.git/tree/?h=master&id=4d43ddbc7d72a80ce2fe98d396c6aeadadb07afc>

*** Regressions found ***
============================
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/exitsignal.exp: program terminated with SIGSEGV (timeout)
new FAIL: gdb.server/server-exec-info.exp: info files (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 1 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 10 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 11 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 12 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 13 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 14 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 15 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 16 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 17 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 18 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 19 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 2 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 20 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 21 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 22 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 23 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 24 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 25 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 26 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 27 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 28 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 29 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 3 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 30 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 31 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 32 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 33 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 34 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 35 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 36 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 37 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 38 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 39 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 4 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 40 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 41 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 42 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 43 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 44 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 45 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 46 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 47 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 48 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 49 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 5 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 50 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 51 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 52 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 53 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 54 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 55 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 56 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 57 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 58 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 59 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 6 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 60 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 61 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 62 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 63 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 64 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 65 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 66 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 67 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 68 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 69 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 7 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 70 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 71 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 72 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 73 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 74 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 75 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 76 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 77 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 78 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 79 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 8 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 80 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 9 out of 80 on watched_data (the program is no longer running)
PASS -> FAIL: gdb.threads/wp-replication.exp: Thread 6 hit breakpoint at thread_started
PASS -> FAIL: gdb.threads/wp-replication.exp: Thread 7 hit breakpoint at thread_started
new FAIL: gdb.threads/wp-replication.exp: Thread 8 hit breakpoint at thread_started (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Thread 9 hit breakpoint at thread_started (the program is no longer running)
PASS -> FAIL: gdb.threads/wp-replication.exp: set var test_ready=1
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/exitsignal.exp: program terminated with SIGSEGV (timeout)
new FAIL: gdb.server/server-exec-info.exp: info files (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 1 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 10 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 11 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 12 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 13 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 14 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 15 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 16 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 17 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 18 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 19 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 2 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 20 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 21 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 22 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 23 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 24 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 25 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 26 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 27 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 28 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 29 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 3 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 30 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 31 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 32 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 33 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 34 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 35 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 36 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 37 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 38 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 39 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 4 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 40 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 41 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 42 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 43 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 44 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 45 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 46 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 47 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 48 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 49 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 5 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 50 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 51 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 52 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 53 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 54 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 55 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 56 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 57 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 58 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 59 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 6 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 60 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 61 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 62 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 63 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 64 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 65 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 66 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 67 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 68 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 69 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 7 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 70 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 71 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 72 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 73 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 74 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 75 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 76 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 77 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 78 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 79 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 8 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 80 out of 80 on watched_data (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 9 out of 80 on watched_data (the program is no longer running)
PASS -> FAIL: gdb.threads/wp-replication.exp: Thread 6 hit breakpoint at thread_started
PASS -> FAIL: gdb.threads/wp-replication.exp: Thread 7 hit breakpoint at thread_started
new FAIL: gdb.threads/wp-replication.exp: Thread 8 hit breakpoint at thread_started (the program is no longer running)
new FAIL: gdb.threads/wp-replication.exp: Thread 9 hit breakpoint at thread_started (the program is no longer running)
PASS -> FAIL: gdb.threads/wp-replication.exp: set var test_ready=1
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.ada/arraydim.exp: print m'first
FAIL: gdb.ada/arraydim.exp: print m'first(1)
FAIL: gdb.ada/arraydim.exp: print m'first(2)
FAIL: gdb.ada/arraydim.exp: print m'first(3)
FAIL: gdb.ada/arraydim.exp: print m'last
FAIL: gdb.ada/arraydim.exp: print m'last(1)
FAIL: gdb.ada/arraydim.exp: print m'last(2)
FAIL: gdb.ada/arraydim.exp: print m'last(3)
FAIL: gdb.ada/arraydim.exp: print m'length
FAIL: gdb.ada/arraydim.exp: print m'length(1)
FAIL: gdb.ada/arraydim.exp: print m'length(2)
FAIL: gdb.ada/arraydim.exp: print m'length(3)
FAIL: gdb.ada/arrayidx.exp: print e_one_two_three
FAIL: gdb.ada/arrayidx.exp: print e_one_two_three, indexes off
FAIL: gdb.ada/arrayidx.exp: print empty
FAIL: gdb.ada/arrayidx.exp: print empty, indexes off
FAIL: gdb.ada/arrayidx.exp: print few_reps
FAIL: gdb.ada/arrayidx.exp: print few_reps, indexes off
FAIL: gdb.ada/arrayidx.exp: print many_reps
FAIL: gdb.ada/arrayidx.exp: print many_reps, indexes off
FAIL: gdb.ada/arrayidx.exp: print one_two_three
FAIL: gdb.ada/arrayidx.exp: print one_two_three, indexes off
FAIL: gdb.ada/arrayidx.exp: print p_one_two_three
FAIL: gdb.ada/arrayidx.exp: print p_one_two_three, indexes off
FAIL: gdb.ada/arrayidx.exp: print r_two_three
FAIL: gdb.ada/arrayidx.exp: print r_two_three, indexes off
FAIL: gdb.ada/arrayidx.exp: print u_one_two_three
FAIL: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off
FAIL: gdb.ada/arrayparam.exp: print first after function call
FAIL: gdb.ada/arrayparam.exp: print last after function call
FAIL: gdb.ada/arrayparam.exp: print length after function call
FAIL: gdb.ada/bp_enum_homonym.exp: run to pck.archive breakpoint
FAIL: gdb.ada/bp_range_type.exp: print small_value
FAIL: gdb.ada/bp_range_type.exp: run to breakpoint
FAIL: gdb.ada/char_param.exp: call next
FAIL: gdb.ada/char_param.exp: print procedure_result after calling next
FAIL: gdb.ada/char_param.exp: print procedure_result after calling same
FAIL: gdb.ada/complete.exp: complete p external_ident
FAIL: gdb.ada/complete.exp: complete p some
FAIL: gdb.ada/complete.exp: interactive complete 'print some' (timeout)
FAIL: gdb.ada/cond_lang.exp: continue (the program is no longer running)
FAIL: gdb.ada/dyn_arrayidx.exp: ptype array_type
FAIL: gdb.ada/enum_idx_packed.exp: print full'first
FAIL: gdb.ada/expr_delims.exp: Check that watchpoint is set correctly.
FAIL: gdb.ada/expr_delims.exp: Print variable 'thread'
FAIL: gdb.ada/expr_delims.exp: Set conditional watchpoint.
FAIL: gdb.ada/expr_delims.exp: Set plain watchpoint on variable 'thread'
FAIL: gdb.ada/expr_delims.exp: continue (the program is no longer running)
FAIL: gdb.ada/exprs.exp: long_float'max
FAIL: gdb.ada/exprs.exp: long_float'min
FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 10
FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 20
FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 20.0
FAIL: gdb.ada/fixed_points.exp: p on a new fixed point type
FAIL: gdb.ada/fixed_points.exp: p on a subtype fixed point type
FAIL: gdb.ada/fixed_points.exp: print Overprecise_Object
FAIL: gdb.ada/fixed_points.exp: ptype Overprecise_Object
FAIL: gdb.ada/float_param.exp: call set_double(1, 3.0)
FAIL: gdb.ada/float_param.exp: call set_long_double(1, global_small_struct, 4.0)
FAIL: gdb.ada/float_param.exp: print global_double
FAIL: gdb.ada/float_param.exp: print global_float
FAIL: gdb.ada/float_param.exp: print global_long_double
FAIL: gdb.ada/formatted_ref.exp: print s.x = 13
FAIL: gdb.ada/formatted_ref.exp: print/x s'access
FAIL: gdb.ada/homonym.exp: continue until BREAK_2 (the program is no longer running)
FAIL: gdb.ada/homonym.exp: print lcl at BREAK_1
FAIL: gdb.ada/homonym.exp: print lcl at BREAK_2
FAIL: gdb.ada/homonym.exp: ptype int_type at BREAK_1
FAIL: gdb.ada/homonym.exp: ptype lcl at BREAK_1
FAIL: gdb.ada/homonym.exp: ptype lcl at BREAK_2
FAIL: gdb.ada/homonym.exp: ptype local_type at BREAK_1
FAIL: gdb.ada/homonym.exp: ptype local_type at BREAK_2
FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1
FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_2
FAIL: gdb.ada/interface.exp: print s
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/lang_switch.exp: backtrace
FAIL: gdb.ada/lang_switch.exp: backtrace with lang set to C
FAIL: gdb.ada/mi_dyn_arr.exp: Create bt varobj
FAIL: gdb.ada/mi_dyn_arr.exp: run to foo.adb:22 (exec-continue) (MI error)
FAIL: gdb.ada/mi_dyn_arr.exp: wait for stop (stop at start of main Ada procedure)
FAIL: gdb.ada/mi_exc_info.exp: -info-ada-exceptions const.aint
FAIL: gdb.ada/mi_exc_info.exp: -info-ada-exceptions task
FAIL: gdb.ada/mi_interface.exp: Create ggg1 varobj
FAIL: gdb.ada/mi_interface.exp: list ggg1's children
FAIL: gdb.ada/mi_interface.exp: run to foo.adb:22 (exec-continue) (MI error)
FAIL: gdb.ada/mi_interface.exp: wait for stop (stop at start of main Ada procedure)
FAIL: gdb.ada/mi_task_info.exp: -ada-task-info 3
FAIL: gdb.ada/null_array.exp: print my_matrix
FAIL: gdb.ada/null_array.exp: ptype my_table
FAIL: gdb.ada/operator_bp.exp: continue to "&" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "*" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "**" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "+" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "-" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "/" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "<" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "<=" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "=" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ">" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ">=" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "abs" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "and" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "mod" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "not" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "or" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "rem" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to "xor" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."&" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."*" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."**" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."+" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."-" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."/" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."<" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."<=" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."=" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops.">" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops.">=" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."abs" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."and" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."mod" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."not" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."or" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."rem" (the program is no longer running)
FAIL: gdb.ada/operator_bp.exp: continue to ops."xor" (the program is no longer running)
FAIL: gdb.ada/packed_array.exp: print &var
FAIL: gdb.ada/packed_array.exp: print u_var
FAIL: gdb.ada/packed_array.exp: ptype &var
FAIL: gdb.ada/packed_tagged.exp: ptype x
FAIL: gdb.ada/pkd_arr_elem.exp: print test.str
FAIL: gdb.ada/pkd_arr_elem.exp: print test.str(1)
FAIL: gdb.ada/pp-rec-component.exp: print /r before
FAIL: gdb.ada/pp-rec-component.exp: print before
FAIL: gdb.ada/print_chars.exp: print WC
FAIL: gdb.ada/print_chars.exp: print WWC
FAIL: gdb.ada/py_range.exp: python print(int(gdb.parse_and_eval('ir')))
FAIL: gdb.ada/py_range.exp: python print(int(gdb.parse_and_eval('si')))
FAIL: gdb.ada/rdv_wait.exp: task 2
FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small (the program is no longer running)
FAIL: gdb.ada/tagged.exp: print obj
FAIL: gdb.ada/tagged.exp: print segm
FAIL: gdb.ada/tagged.exp: ptype obj
FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
FAIL: gdb.ada/task_bp.exp: run to dummy_task - from full symtab
FAIL: gdb.ada/task_bp.exp: run to dummy_task - from psymtab
FAIL: gdb.ada/task_bp.exp: run to pck.adb:dummy_task - from full symtab
FAIL: gdb.ada/task_bp.exp: run to pck.adb:dummy_task - from psymtab
FAIL: gdb.ada/task_bp.exp: run to pck.adb:pck.dummy_task - from full symtab
FAIL: gdb.ada/task_bp.exp: run to pck.adb:pck.dummy_task - from psymtab
FAIL: gdb.ada/task_bp.exp: run to pck.dummy_task - from full symtab
FAIL: gdb.ada/task_bp.exp: run to pck.dummy_task - from psymtab
FAIL: gdb.ada/tasks.exp: break break_me task 1
FAIL: gdb.ada/tasks.exp: break break_me task 3
FAIL: gdb.ada/tick_length_array_enum_idx.exp: print cold'length
FAIL: gdb.ada/tick_length_array_enum_idx.exp: print prim'length
FAIL: gdb.ada/tick_length_array_enum_idx.exp: print vars'length
FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype cold'length
FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype full'length
FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype prim'length
FAIL: gdb.ada/tick_length_array_enum_idx.exp: ptype vars'length
FAIL: gdb.ada/type_coercion.exp: p q
FAIL: gdb.ada/type_coercion.exp: print {Integer} $addr
FAIL: gdb.ada/type_coercion.exp: save q'address in convenience variable
FAIL: gdb.ada/type_coercion.exp: set {Integer} $addr := 19
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: continue to STOP2 (the program is no longer running)
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_Object.Ptr when null
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when no longer null
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when no longer null <<2>>
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object.Ptr when null
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_object after setting Ptr
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_object.ptr.all
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_p_object after setting Ptr
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print my_p_object.ptr.all
FAIL: gdb.ada/var_arr_attrs.exp: print my_object.data'last
FAIL: gdb.ada/var_arr_attrs.exp: print my_object.data'length
FAIL: gdb.ada/var_arr_attrs.exp: print my_small_object.data'first
FAIL: gdb.ada/var_arr_attrs.exp: print my_small_object.data'last
FAIL: gdb.ada/var_arr_attrs.exp: print my_small_object.data'length
FAIL: gdb.ada/variant_record_packed_array.exp: print address
FAIL: gdb.ada/variant_record_packed_array.exp: print adress content
FAIL: gdb.ada/watch_arg.exp: Continuing to second breakpoint (the program is no longer running)
FAIL: gdb.ada/unc_arr_ptr_in_var_rec.exp: print My_P_Object with null Ptr
FAIL: gdb.ada/mi_var_array.exp: Create bt varobj
FAIL: gdb.ada/mi_var_array.exp: list vta's children
FAIL: gdb.ada/mi_var_array.exp: run to bar.adb:28 (exec-continue) (MI error)
FAIL: gdb.ada/mi_var_array.exp: wait for stop (stop at start of main Ada procedure)
FAIL: gdb.base/random-signal.exp: stop with control-c (timeout)
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/next-bp-other-thread.exp: schedlock=off: next over function call
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 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
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 5: attach (got interactive prompt)
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 5: reset timer in the inferior
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 6: reset timer in the inferior
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 7: reset timer in the inferior
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 8: reset timer in the inferior
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)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
FAIL: gdb.threads/print-threads.exp: all threads ran once (fast) (total 4 threads ran)
FAIL: gdb.threads/print-threads.exp: all threads ran once (slow with kill breakpoint) (total 4 threads ran)
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 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 2
FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 2
FAIL: gdb.threads/print-threads.exp: all threads ran once
FAIL: gdb.threads/print-threads.exp: all threads ran once (slow) (total 4 threads ran)
FAIL: gdb.threads/watchthreads2.exp: all threads started
FAIL: gdb.threads/watchthreads2.exp: run to thread_started
============================




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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2015-02-22 11:48 [binutils-gdb] PR c++/17976, symtab/17821 sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2015-02-22 17:44 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2015-02-22 17:45 ` sergiodj+buildbot
  2015-02-22 17:52 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
  2015-02-23 13:11 ` Failures on Debian-x86_64-native-gdbserver-m64, " sergiodj+buildbot
  10 siblings, 0 replies; 12+ messages in thread
From: sergiodj+buildbot @ 2015-02-22 17:45 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	96553a0cffb30d2ac6068eb71bed38ea7432073b

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-x86_64-native-gdbserver-m64/.git/tree/?h=master&id=02e4b263d0af77ffea4cfc4528922da005ccbc40>

*** Regressions found ***
============================
new FAIL: gdb.base/disp-step-syscall.exp: vfork: continue to marker (vfork)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 1 restarted (GDB internal error)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.base/disp-step-syscall.exp: vfork: continue to marker (vfork)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 1 restarted (GDB internal error)
============================


*** 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)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 1 restarted (GDB internal error)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 1 restarted (GDB internal error)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 9 restarted (timeout)
============================




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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2015-02-22 11:48 [binutils-gdb] PR c++/17976, symtab/17821 sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2015-02-22 17:45 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2015-02-22 17:52 ` sergiodj+buildbot
  2015-02-23 13:11 ` Failures on Debian-x86_64-native-gdbserver-m64, " sergiodj+buildbot
  10 siblings, 0 replies; 12+ messages in thread
From: sergiodj+buildbot @ 2015-02-22 17:52 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-m32/builds/297>

Commit(s) tested:
	96553a0cffb30d2ac6068eb71bed38ea7432073b

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-x86_64-native-gdbserver-m32/.git/tree/?h=master&id=3b962871d68669431fa0cce0421393faa6249523>

*** Regressions found ***
============================
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 1 restarted (GDB internal error)
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to the main thread to queue signal
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 10 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 11 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 2 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 3 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 4 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 5 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 6 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 7 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 8 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: switch to thread 9 to step it
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 1 restarted (GDB internal error)
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: print got_sig = 0
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to the main thread to queue signal
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 10 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 11 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 2 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 3 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 4 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 5 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 6 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 7 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 8 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: switch to thread 9 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: print got_sig = 0
============================


*** 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/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/local-watch-wrong-thread.exp: breakpoint on thread_function0's caller (timeout)
FAIL: gdb.threads/local-watch-wrong-thread.exp: delete 5 (timeout)
FAIL: gdb.threads/local-watch-wrong-thread.exp: let local watchpoint trigger (timeout)
FAIL: gdb.threads/local-watch-wrong-thread.exp: let thread_function0 return (timeout)
FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint automatically deleted (timeout)
FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint is still in breakpoint list (timeout)
FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint still triggers (timeout)
FAIL: gdb.threads/local-watch-wrong-thread.exp: the other thread stopped on breakpoint (timeout)
FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
FAIL: gdb.threads/wp-replication.exp: Thread 5 hit breakpoint at thread_started
FAIL: gdb.threads/print-threads.exp: all threads ran once (fast) (total 4 threads ran)
FAIL: gdb.threads/wp-replication.exp: Thread 6 hit breakpoint at thread_started
FAIL: gdb.threads/wp-replication.exp: Thread 7 hit breakpoint at thread_started
FAIL: gdb.base/info-os.exp: get process groups
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 1 restarted (GDB internal error)
FAIL: gdb.threads/print-threads.exp: all threads ran once (slow with kill breakpoint) (total 4 threads ran)
FAIL: gdb.threads/wp-replication.exp: Thread 8 hit breakpoint at thread_started
FAIL: gdb.threads/wp-replication.exp: Thread 9 hit breakpoint at thread_started
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=2: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 1 out of 80 on watched_data (the program is no longer running)
FAIL: gdb.threads/wp-replication.exp: Thread 3 hit breakpoint at thread_started
FAIL: gdb.threads/wp-replication.exp: Thread 4 hit breakpoint at thread_started
FAIL: gdb.threads/wp-replication.exp: Thread 5 hit breakpoint at thread_started (the program is no longer running)
FAIL: gdb.threads/wp-replication.exp: Thread 6 hit breakpoint at thread_started (the program is no longer running)
FAIL: gdb.threads/wp-replication.exp: Thread 7 hit breakpoint at thread_started (the program is no longer running)
FAIL: gdb.threads/wp-replication.exp: Thread 8 hit breakpoint at thread_started (the program is no longer running)
FAIL: gdb.threads/wp-replication.exp: Thread 9 hit breakpoint at thread_started (the program is no longer running)
FAIL: gdb.threads/wp-replication.exp: set var test_ready=1
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 1 restarted (GDB internal error)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 1 restarted (timeout)
FAIL: gdb.threads/watchthreads2.exp: all threads started
FAIL: gdb.threads/watchthreads2.exp: run to thread_started
============================




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

* Failures on Debian-x86_64-native-gdbserver-m64, branch master
  2015-02-22 11:48 [binutils-gdb] PR c++/17976, symtab/17821 sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2015-02-22 17:52 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2015-02-23 13:11 ` sergiodj+buildbot
  10 siblings, 0 replies; 12+ messages in thread
From: sergiodj+buildbot @ 2015-02-23 13:11 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-gdbserver-m64/builds/229>

Commit(s) tested:
	96553a0cffb30d2ac6068eb71bed38ea7432073b

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/Debian-x86_64-native-gdbserver-m64/.git/tree/?h=master&id=b4951573246d310f92c2505e687d3bc99ffadbcb>

*** Regressions found ***
============================
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 1 restarted
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: print got_sig = 0
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to the main thread to queue signal
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 10 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 11 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 2 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 3 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 4 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 5 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 6 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 7 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 8 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: switch to thread 9 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: print got_sig = 0
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to the main thread to queue signal
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 10 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 11 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 2 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 3 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 4 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 5 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 6 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 7 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 8 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: switch to thread 9 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to the main thread to queue signal
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 10 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 11 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 2 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 3 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 4 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 5 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 6 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 7 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 8 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: switch to thread 9 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 1 restarted
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: print got_sig = 0
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to the main thread to queue signal
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 10 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 11 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 2 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 3 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 4 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 5 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 6 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 7 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 8 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: switch to thread 9 to step it
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.dwarf2/gdb-index.exp: touch binary
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/non-stop-fair-events.exp: signal_thread=2: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 1 restarted
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: continue & (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to the main thread to queue signal
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 10 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 11 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 2 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 3 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 4 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 5 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 6 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 7 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 8 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: switch to thread 9 to step it
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 1 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 1 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 10 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 10 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 11 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 2 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 2 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 3 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 3 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 4 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 4 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 5 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 5 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 6 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 6 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 7 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 7 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 8 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 8 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 9 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: thread 9 restarted (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: continue -a& (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: print got_sig = 0
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 1 restarted (timeout)
============================




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

end of thread, other threads:[~2015-02-22 23:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-22 11:48 [binutils-gdb] PR c++/17976, symtab/17821 sergiodj+buildbot
2015-02-22 11:53 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2015-02-22 13:11 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
2015-02-22 14:13 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
2015-02-22 16:18 ` Failures on Debian-i686, " sergiodj+buildbot
2015-02-22 17:14 ` Failures on Debian-i686-native-gdbserver, " sergiodj+buildbot
2015-02-22 17:30 ` Failures on Fedora-i686, " sergiodj+buildbot
2015-02-22 17:44 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-02-22 17:44 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2015-02-22 17:45 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2015-02-22 17:52 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2015-02-23 13:11 ` Failures on Debian-x86_64-native-gdbserver-m64, " sergiodj+buildbot

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).