public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c
@ 2015-02-27 15:49 sergiodj+buildbot
  2015-02-27 15:54 ` Failures on Fedora-ppc64be-cc-with-index, branch master sergiodj+buildbot
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2015-02-27 15:49 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 6f98576f29a70ed947f102015df0388bccc6aa1a ***

Author: Pedro Alves <palves@redhat.com>
Branch: master
Commit: 6f98576f29a70ed947f102015df0388bccc6aa1a

Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c
In some scenarios, GDB or GDBserver can be spawned with input _not_
connected to a tty, and then tests that rely on stdio fail with
timeouts, because the inferior's stdout and stderr streams end up
fully buffered.

See discussion here:
  https://sourceware.org/ml/gdb-patches/2015-02/msg00809.html

We have a hack in place that works around this for Windows testing,
that forces every test program to link with an .o file that does
(lib/set_unbuffered_mode.c):

 static int __gdb_set_unbuffered_output (void) __attribute__ ((constructor));
 static int
 __gdb_set_unbuffered_output (void)
 {
   setvbuf (stdout, NULL, _IONBF, BUFSIZ);
   setvbuf (stderr, NULL, _IONBF, BUFSIZ);
 }

That's a bit hacky; it ends up done for _all_ tests.

This patch adds a way to do this unbuffering explicitly from the test
code itself, so it is done only when necessary, and for all
targets/hosts.  For starters, it adjusts gdb.base/interrupt.c to use
it.

Tested on x86_64 Fedora 20, native, and against a remote gdbserver
board file that connects to the target with ssh, with and without -t
(create pty).

gdb/testsuite/
2015-02-27  Pedro Alves  <palves@redhat.com>

	* lib/unbuffer_output.c: New file.
	* gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
	(main): Call gdb_unbuffer_output.


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

* Failures on Fedora-ppc64be-cc-with-index, branch master
  2015-02-27 15:49 [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c sergiodj+buildbot
@ 2015-02-27 15:54 ` sergiodj+buildbot
  2015-02-27 16:07 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2015-02-27 15:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

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

Commit(s) tested:
	6f98576f29a70ed947f102015df0388bccc6aa1a

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

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

*** Regressions found ***
============================
new FAIL: gdb.base/auxv.exp: continue (timeout)
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
============================


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


*** Failures that are being ignored ***
============================
FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
============================




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

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch master
  2015-02-27 15:49 [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c sergiodj+buildbot
  2015-02-27 15:54 ` Failures on Fedora-ppc64be-cc-with-index, branch master sergiodj+buildbot
@ 2015-02-27 16:07 ` sergiodj+buildbot
  2015-02-27 16:31 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2015-02-27 16:07 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-2

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

Commit(s) tested:
	6f98576f29a70ed947f102015df0388bccc6aa1a

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

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

*** Regressions found ***
============================
new FAIL: gdb.base/auxv.exp: info auxv on gcore-created dump (timeout)
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
new FAIL: gdb.reverse/until-precsave.exp: save process recfile (timeout)
new FAIL: gdb.reverse/until-precsave.exp: until line number (timeout)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.ada/array_return.exp: value printed by finish of Create_Large
new FAIL: gdb.ada/array_return.exp: value printed by finish of Create_Small
new FAIL: gdb.ada/array_return.exp: value printed by finish of Create_Small_Float_Vector
new FAIL: gdb.ada/call_pn.exp: print last_node_id after calling pn
new FAIL: gdb.ada/call_pn.exp: print pn (4321)
new FAIL: gdb.ada/interface.exp: print s
new FAIL: gdb.ada/iwide.exp: print My_Drawable
new FAIL: gdb.ada/iwide.exp: print d_access.all
new FAIL: gdb.ada/iwide.exp: print dp_access.all
new FAIL: gdb.ada/iwide.exp: print s_access.all
new FAIL: gdb.ada/iwide.exp: print sp_access.all
new FAIL: gdb.ada/mi_interface.exp: Create ggg1 varobj
new FAIL: gdb.ada/mi_interface.exp: list ggg1's children
new FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
new FAIL: gdb.ada/ref_param.exp: frame argument value printed
new FAIL: gdb.ada/set_pckd_arr_elt.exp: continue to update_small
new FAIL: gdb.ada/str_uninit.exp: print my_str
new FAIL: gdb.ada/tagged.exp: print obj
new FAIL: gdb.ada/tagged.exp: ptype obj
new FAIL: gdb.ada/tagged_access.exp: ptype c.all
new FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
new FAIL: gdb.ada/watch_arg.exp: Continuing to second breakpoint
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on gcore-created dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (timeout)
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: stepi signal with handler: mainline pc points at permanent breakpoint
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: stepi signal with handler: single-step to handler (GDB internal error)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: stepi signal with handler: up to mainline code
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: stepi signal with no handler: continue to breakpoint: test_signal_no_handler (the program exited)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: stepi signal with no handler: single-step past permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=0: stepi signal with no handler: stop at permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1: stepi signal with handler: mainline pc points at permanent breakpoint
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1: stepi signal with handler: single-step to handler (GDB internal error)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1: stepi signal with handler: up to mainline code
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1: stepi signal with no handler: continue to breakpoint: test_signal_no_handler (the program exited)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1: stepi signal with no handler: single-step past permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=off, sw_watchpoint=1: stepi signal with no handler: stop at permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0: stepi signal with handler: mainline pc points at permanent breakpoint
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0: stepi signal with handler: single-step to handler (GDB internal error)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0: stepi signal with handler: up to mainline code
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0: stepi signal with no handler: continue to breakpoint: test_signal_no_handler (the program exited)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0: stepi signal with no handler: single-step past permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=0: stepi signal with no handler: stop at permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi signal with handler: mainline pc points at permanent breakpoint
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi signal with handler: single-step to handler (GDB internal error)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi signal with handler: up to mainline code
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi signal with no handler: continue to breakpoint: test_signal_no_handler (the program exited)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi signal with no handler: single-step past permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/bp-permanent.exp: always_inserted=on, sw_watchpoint=1: stepi signal with no handler: stop at permanent breakpoint (the program is no longer running)
new FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted off: auto-hw off: step in ro region
new FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted off: auto-hw on: step in ro region
new FAIL: gdb.base/breakpoint-in-ro-region.exp: always-inserted on: auto-hw on: step in ro region
new FAIL: gdb.base/callfuncs.exp: noproto: print *((int *(*) (void)) voidfunc)()
new FAIL: gdb.base/callfuncs.exp: print *((int *(*) (void)) voidfunc)()
new FAIL: gdb.base/commands.exp: continue with watch
new FAIL: gdb.base/display.exp: first disp
new FAIL: gdb.base/display.exp: next hit
new FAIL: gdb.base/display.exp: second disp
new FAIL: gdb.base/func-ptrs.exp: continue to decr
new FAIL: gdb.base/func-ptrs.exp: continue to incr, second time (the program is no longer running)
new FAIL: gdb.base/func-ptrs.exp: go back to main from decr (the program is no longer running)
new FAIL: gdb.base/func-ptrs.exp: go back to main from incr, second time (the program is no longer running)
new FAIL: gdb.base/func-ptrs.exp: set calc to incr
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at continue
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at next
new FAIL: gdb.base/gdbindex-stabs.exp: list stabs_function
new FAIL: gdb.base/gnu-debugdata.exp: have symtab
new FAIL: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 1
new FAIL: gdb.base/jit-so.exp: one_jit_test-1: continue to breakpoint: break here 2
new FAIL: gdb.base/jit-so.exp: one_jit_test-1: info function jit_function
new FAIL: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 1
new FAIL: gdb.base/jit-so.exp: one_jit_test-2: continue to breakpoint: break here 2
new FAIL: gdb.base/jit-so.exp: one_jit_test-2: info function jit_function
new FAIL: gdb.base/jit.exp: PIE: one_jit_test-1: info function ^jit_function
new FAIL: gdb.base/jit.exp: one_jit_test-1: info function ^jit_function
new FAIL: gdb.base/jit.exp: one_jit_test-2: info function ^jit_function
new FAIL: gdb.base/longjmp.exp: next over call_longjmp (2)
new FAIL: gdb.base/longjmp.exp: next over longjmp(1)
new FAIL: gdb.base/pc-fp.exp: info register pc fp
new FAIL: gdb.base/pr11022.exp: breakpoint hit
new FAIL: gdb.base/pr11022.exp: breakpoint hit 2
new FAIL: gdb.base/pr11022.exp: watchpoint hit
new FAIL: gdb.base/pr11022.exp: watchpoint hit 2
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 1)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 2)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 3)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 4)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 5)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 6)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 7)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 8)
new FAIL: gdb.base/recurse.exp: continue to recurse (a = 9)
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: first instance watchpoint deleted when leaving scope
new FAIL: gdb.base/recurse.exp: next over b = 0 in second instance
new FAIL: gdb.base/recurse.exp: second instance watchpoint deleted when leaving scope
new FAIL: gdb.base/sym-file.exp: breakpoint at bar is pending
new FAIL: gdb.base/sym-file.exp: breakpoint at foo is pending
new FAIL: gdb.base/sym-file.exp: continue to breakpoint: bar (the program exited)
new FAIL: gdb.base/sym-file.exp: continue to breakpoint: foo (the program is no longer running)
new FAIL: gdb.base/sym-file.exp: continue to breakpoint: gdb_remove_symbol_file (the program is no longer running)
new FAIL: gdb.base/sym-file.exp: continue to breakpoint: reload (the program is no longer running)
new FAIL: gdb.base/sym-file.exp: info files must not display sym-file-lib
new FAIL: gdb.base/sym-file.exp: stale bkpts: add-symbol-file sym-file-lib.so addr
new FAIL: gdb.base/sym-file.exp: stale bkpts: breakpoint at baz is pending
new FAIL: gdb.base/sym-file.exp: stale bkpts: continue to breakpoint: end here (the program is no longer running)
new FAIL: gdb.base/sym-file.exp: stale bkpts: continue to breakpoint: gdb_add_symbol_file (the program is no longer running)
new FAIL: gdb.base/until-nodebug.exp: until 1
new FAIL: gdb.base/until-nodebug.exp: until 2
new FAIL: gdb.base/value-double-free.exp: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: continue until exit
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 0->1: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 0->1: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: print expression before
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: continue until exit
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 0->4: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 0->4: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 1->0: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 1->0: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: print expression before
new FAIL: gdb.base/watch-cond-infcall.exp: hw: continue
new FAIL: gdb.base/watch-cond.exp: condition of watchpoint 2 changes
new FAIL: gdb.base/watch-cond.exp: watchpoint on global2 variable triggers
new FAIL: gdb.base/watch-cond.exp: watchpoint stops with untestable local expression
new FAIL: gdb.base/watch-cond.exp: watchpoint with global expression, local condition evaluates in correct frame
new FAIL: gdb.base/watch-cond.exp: watchpoint with local expression, local condition evaluates in correct frame
new FAIL: gdb.base/watch-read.exp: only read watchpoint triggers when value doesn't change
new FAIL: gdb.base/watch-read.exp: only write watchpoint triggers when value changes
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers on first read
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers on read after value changed
new FAIL: gdb.base/watch-read.exp: read watchpoint triggers when value doesn't change, trapping reads and writes
new FAIL: gdb.base/watch-read.exp: write watchpoint triggers
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 1
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 2
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 3
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 4
new FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 5
new FAIL: gdb.base/watchpoint-hw-hit-once.exp: continue
new FAIL: gdb.base/watchpoint-hw-hit-once.exp: continue to break-at-exit
new FAIL: gdb.base/watchpoint-solib.exp: continue to foo again
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit again
new FAIL: gdb.base/watchpoint.exp: Test complex watchpoint
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 1
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 2
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 3
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 4
new FAIL: gdb.base/watchpoint.exp: Watchpoint hit count is 5
new FAIL: gdb.base/watchpoint.exp: back at main from marker1
new FAIL: gdb.base/watchpoint.exp: cont
new FAIL: gdb.base/watchpoint.exp: cont <<2>>
new FAIL: gdb.base/watchpoint.exp: cont <<3>>
new FAIL: gdb.base/watchpoint.exp: continue after trigger static local watch
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint at func1
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here <<2>>
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here <<3>>
new FAIL: gdb.base/watchpoint.exp: continue to marker2
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_complex_watchpoint (the program exited)
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_simple_watchpoint
new FAIL: gdb.base/watchpoint.exp: continue with watch -location
new FAIL: gdb.base/watchpoint.exp: continue with watch foo2
new FAIL: gdb.base/watchpoint.exp: did not trigger wrong watchpoint
new FAIL: gdb.base/watchpoint.exp: global_ptr next
new FAIL: gdb.base/watchpoint.exp: global_ptr_ptr next
new FAIL: gdb.base/watchpoint.exp: next after watch x
new FAIL: gdb.base/watchpoint.exp: next over buffer set
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr buffer set
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr init
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr pointer advance
new FAIL: gdb.base/watchpoint.exp: next over ptr init
new FAIL: gdb.base/watchpoint.exp: next past local_x initialization
new FAIL: gdb.base/watchpoint.exp: next past local_x initialization <<2>>
new FAIL: gdb.base/watchpoint.exp: next to `for' in watchpoint.exp
new FAIL: gdb.base/watchpoint.exp: self-delete local watch
new FAIL: gdb.base/watchpoint.exp: self-delete local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: self-delete local watch with explicit scope in recursive call (2)
new FAIL: gdb.base/watchpoint.exp: self-delete partially local watch
new FAIL: gdb.base/watchpoint.exp: set local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: set local watch in recursive call with explicit scope
new FAIL: gdb.base/watchpoint.exp: step to ival2 assignment
new FAIL: gdb.base/watchpoint.exp: trigger local watch
new FAIL: gdb.base/watchpoint.exp: trigger local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: trigger local watch with explicit scope in recursive call
new FAIL: gdb.base/watchpoint.exp: trigger static local watch
new FAIL: gdb.base/watchpoint.exp: trigger1 partially local watch
new FAIL: gdb.base/watchpoint.exp: trigger2 partially local watch
new FAIL: gdb.base/watchpoint.exp: until out of loop
new FAIL: gdb.base/watchpoint.exp: until to ival1 assignment
new FAIL: gdb.base/watchpoint.exp: until to ival3 assignment
new FAIL: gdb.base/watchpoint.exp: watchpoint disabled in table
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, first time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, second time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 1
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 2
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 3
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 4
new FAIL: gdb.base/watchpoints.exp: Watchpoint hit count is 5
new FAIL: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 2
new FAIL: gdb.base/watchpoints.exp: Watchpoint ival1 hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, first time <<2>>
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, second time
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, third time
new FAIL: gdb.cp/gdb2495.exp: Call a function that raises an exception without a handler.
new FAIL: gdb.cp/gdb2495.exp: bt after returning from a popped frame
new FAIL: gdb.cp/inherit.exp: print g_vD
new FAIL: gdb.cp/inherit.exp: print g_vE
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid(ccp)
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid(ccp) == &typeid(typeof(ccp))
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid(cp)
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid(cp) == &typeid(typeof(cp))
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid(i)
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid(i) == &typeid(typeof(i))
new FAIL: gdb.cp/virtbase.exp: print *(D *) e
new FAIL: gdb.cp/virtbase.exp: print *this
new FAIL: gdb.dwarf2/atomic-type.exp: ptype f
new FAIL: gdb.dwarf2/dw2-case-insensitive.exp: p fuNC_symtab
new FAIL: gdb.dwarf2/implptrpiece.exp: print/d p[-1]
new FAIL: gdb.linespec/break-asm-file.exp: set a break-point at a function only for a selected ASM file.
new FAIL: gdb.linespec/break-asm-file.exp: set a break-point at a global function only for a selected ASM file.
new FAIL: gdb.mi/mi-async.exp: CLI next: send (MI error)
new FAIL: gdb.mi/mi-async.exp: CLI next: stop (timeout)
new FAIL: gdb.mi/mi-async.exp: restart: send (MI error)
new FAIL: gdb.mi/mi-async.exp: restart: stop (timeout)
new FAIL: gdb.mi/mi-async.exp: start: send (MI error)
new FAIL: gdb.mi/mi-async.exp: start: stop (timeout)
new FAIL: gdb.mi/mi-var-child.exp: listing of children, simple types: names, type and values, complex types: names and types
new FAIL: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr_ptr in natural
new FAIL: gdb.mi/mi-watch-nonstop.exp: resume 1 (MI error)
new FAIL: gdb.mi/mi-watch.exp: hw: watchpoint trigger (MI error)
new FAIL: gdb.mi/mi-watch.exp: hw: watchpoint trigger (MI error) <<2>>
new FAIL: gdb.mi/mi-watch.exp: hw: watchpoint trigger (timeout)
new FAIL: gdb.mi/mi-watch.exp: hw: watchpoint trigger (timeout) <<2>>
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit 2 (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit 2 (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2 (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2 (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit 2 (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit 2 (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit (timeout)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit 2 (MI error)
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit 2 (timeout)
new FAIL: gdb.modula2/unbounded-array.exp: print unbounded array contents
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_eval_funcs: Test watchpoint write
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_internal: Test watchpoint write
new FAIL: gdb.python/py-breakpoint.exp: test_watchpoints: Test watchpoint write
new FAIL: gdb.python/py-framefilter.exp: bt for no debuginfo
new FAIL: gdb.python/py-framefilter.exp: bt full for no debuginfo
new FAIL: gdb.python/py-framefilter.exp: bt no filters for no debuginfo
new FAIL: gdb.python/py-framefilter.exp: bt no-filters full no debuginfo
new FAIL: gdb.python/py-objfile.exp: print main without debug info
new FAIL: gdb.python/py-value-cc.exp: u's second field via field
new FAIL: gdb.python/python.exp: Test find_pc_line with resume address
new FAIL: gdb.reverse/until-precsave.exp: save process recfile (timeout)
new FAIL: gdb.reverse/until-precsave.exp: until line number (timeout)
new FAIL: gdb.stabs/gdb11479.exp: Can't run to main forced_stabs
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
new FAIL: gdb.threads/no-unwaited-for-left.exp: continue stops when the main thread exits
new FAIL: gdb.threads/no-unwaited-for-left.exp: continue stops when thread 2 exits
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
new FAIL: gdb.threads/watchthreads2.exp: x watch loop
new FAIL: gdb.threads/wp-replication.exp: No hardware watchpoints available
new FAIL: gdb.trace/entry-values.exp: Find the call or branch instruction offset in bar
new FAIL: gdb.trace/entry-values.exp: disassemble bar
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.reverse/until-precsave.exp: advance to factorial (got interactive prompt)
FAIL: gdb.reverse/until-precsave.exp: advance to marker2 (the program is no longer running)
FAIL: gdb.reverse/until-precsave.exp: finish to main (got interactive prompt)
FAIL: gdb.reverse/until-precsave.exp: until factorial, recursive function
FAIL: gdb.reverse/until-precsave.exp: until func, not called by current frame (the program is no longer running)
FAIL: gdb.base/func-ptrs.exp: move up to decr (timeout)
FAIL: gdb.base/func-ptrs.exp: stop in sentinel (timeout)
FAIL: gdb.reverse/until-precsave.exp: Kill process, prepare to debug log file (timeout)
FAIL: gdb.reverse/until-precsave.exp: advance to factorial
FAIL: gdb.reverse/until-precsave.exp: finish to main (the program is no longer running)
FAIL: gdb.reverse/until-precsave.exp: reload core file (timeout)
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: run to end of main (timeout)
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 line number (got interactive prompt)
FAIL: gdb.base/random-signal.exp: stop with control-c (timeout)
FAIL: gdb.reverse/until-precsave.exp: finish to main
============================




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

* Failures on Fedora-ppc64be-m64, branch master
  2015-02-27 15:49 [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c sergiodj+buildbot
  2015-02-27 15:54 ` Failures on Fedora-ppc64be-cc-with-index, branch master sergiodj+buildbot
  2015-02-27 16:07 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
@ 2015-02-27 16:31 ` sergiodj+buildbot
  2015-02-27 16:38 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2015-02-27 16:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64be-1

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

Commit(s) tested:
	6f98576f29a70ed947f102015df0388bccc6aa1a

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

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

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


*** Regressions against the baseline ***
============================
new FAIL: gdb.base/valgrind-db-attach.exp: bt
new FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit (timeout)
new FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all running except the breakpoint thread (timeout)
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.base/annota3.exp: signal sent (pattern 4) (timeout)
FAIL: gdb.base/auxv.exp: continue (timeout)
FAIL: gdb.base/auxv.exp: info auxv on native core dump (timeout)
FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (timeout)
FAIL: gdb.base/auxv.exp: load core file for info auxv on native core dump (timeout)
FAIL: gdb.base/auxv.exp: matching auxv data from live and core
FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: step: step
FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================




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

* Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master
  2015-02-27 15:49 [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2015-02-27 16:31 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
@ 2015-02-27 16:38 ` sergiodj+buildbot
  2015-02-27 21:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2015-02-27 16:38 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/296>

Commit(s) tested:
	6f98576f29a70ed947f102015df0388bccc6aa1a

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

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

*** Regressions found ***
============================
new FAIL: gdb.base/auxv.exp: continue (timeout)
new FAIL: gdb.base/auxv.exp: info auxv on gcore-created dump (timeout)
new FAIL: gdb.base/auxv.exp: load core file for info auxv on gcore-created dump (timeout)
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
new FAIL: gdb.base/catch-syscall.exp: set tdesc filename /home/gdb-buildbot/fedora-21-ppc64be-2/fedora-ppc64be-native-extended-gdbserver/build/gdb/testsuite/outputs/gdb.base/catch-syscall/trivial.xml (got interactive prompt)
new FAIL: gdb.base/corefile.exp: attach: core file is cleared
new FAIL: gdb.base/corefile.exp: attach: with core
new FAIL: gdb.base/corefile.exp: run: core file is cleared
new FAIL: gdb.base/corefile.exp: run: with core
new FAIL: gdb.reverse/until-precsave.exp: reverse-advance to marker2 (timeout)
new FAIL: gdb.reverse/until-precsave.exp: reverse-finish from marker2 (timeout)
new FAIL: gdb.reverse/until-precsave.exp: run to end of main (timeout)
new FAIL: gdb.reverse/until-precsave.exp: until line number
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.base/auxv.exp: matching auxv data from live and gcore
new FAIL: gdb.reverse/until-precsave.exp: reverse-advance to marker2 (timeout)
new FAIL: gdb.reverse/until-precsave.exp: reverse-finish from marker2 (timeout)
new FAIL: gdb.reverse/until-precsave.exp: until line number
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] 13+ messages in thread

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2015-02-27 15:49 [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2015-02-27 16:38 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2015-02-27 21:54 ` sergiodj+buildbot
  2015-02-27 22:25 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2015-02-27 21:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64le-1

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

Commit(s) tested:
	6f98576f29a70ed947f102015df0388bccc6aa1a

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

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

*** Regressions found ***
============================
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
============================


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 4
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 4
PASS -> FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.base/random-signal.exp: stop with control-c (timeout)
FAIL: gdb.threads/fork-thread-pending.exp: 1, get to the fork event (timeout)
FAIL: gdb.threads/fork-thread-pending.exp: 1, multiple threads found (the program exited)
============================




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

* Failures on Fedora-ppc64le-cc-with-index, branch master
  2015-02-27 15:49 [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2015-02-27 21:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2015-02-27 22:25 ` sergiodj+buildbot
  2015-02-27 22:35 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2015-02-27 22:25 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/215>

Commit(s) tested:
	6f98576f29a70ed947f102015df0388bccc6aa1a

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

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

*** 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/clone-thread_db.exp: continue to end
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: no thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: next: next
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================


*** 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] 13+ messages in thread

* Failures on Fedora-ppc64le-m64, branch master
  2015-02-27 15:49 [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2015-02-27 22:25 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
@ 2015-02-27 22:35 ` sergiodj+buildbot
  2015-02-28 10:26 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2015-02-27 22:35 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-21-ppc64le-1

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

Commit(s) tested:
	6f98576f29a70ed947f102015df0388bccc6aa1a

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

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/cgit/Fedora-ppc64le-m64/.git/tree/?h=master&id=7156337a823698f190788ca4351351ee821d88ea>

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


*** Regressions against the baseline ***
============================
PASS -> FAIL: gdb.threads/clone-thread_db.exp: continue to end
PASS -> FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: with thread-specific bp: step: step
============================


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




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

* Failures on Fedora-x86_64-m32, branch master
  2015-02-27 15:49 [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2015-02-27 22:35 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
@ 2015-02-28 10:26 ` sergiodj+buildbot
  2015-02-28 10:38 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2015-02-28 10:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	6f98576f29a70ed947f102015df0388bccc6aa1a

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

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

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


*** Regressions against the baseline ***
============================
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: print got_sig = 0
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
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 1 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 1 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 10 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 10 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 11 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 11 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 2 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 2 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 3 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 3 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 4 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 4 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 5 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 5 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 6 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 6 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 7 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 7 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 8 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 8 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 9 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 9 restarted (timeout)
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&
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 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
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 1 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 1 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 10 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 10 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 11 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 11 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 2 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 2 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 3 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 3 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 4 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 4 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 5 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 5 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 6 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 6 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 7 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 7 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 8 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 8 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 9 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 9 restarted (timeout)
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&
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
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 1 broke out of loop (timeout)
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 1 restarted
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 10 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 10 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 11 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 11 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 2 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 2 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 3 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 3 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 4 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 4 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 5 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 5 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 6 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 6 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 7 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 7 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 8 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 8 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 9 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: thread 9 restarted (timeout)
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&
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: print got_sig = 0
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 10 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 11 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 2 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 3 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 4 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 5 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 6 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 7 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 8 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 9 to step it
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 1 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 1 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 10 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 10 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 11 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 11 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 2 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 2 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 3 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 3 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 4 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 4 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 5 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 5 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 6 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 6 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 7 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 7 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 8 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 8 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 9 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: thread 9 restarted (timeout)
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&
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: print got_sig = 0
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
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 1 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 1 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 10 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 10 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 11 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 11 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 2 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 2 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 3 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 3 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 4 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 4 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 5 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 5 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 6 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 6 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 7 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 7 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 8 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 8 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 9 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: thread 9 restarted (timeout)
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&
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 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
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 1 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 1 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 10 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 10 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 11 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 11 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 2 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 2 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 3 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 3 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 4 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 4 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 5 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 5 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 6 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 6 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 7 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 7 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 8 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 8 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 9 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: thread 9 restarted (timeout)
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.ada/interface.exp: print s
FAIL: gdb.ada/iwide.exp: print My_Drawable
FAIL: gdb.ada/iwide.exp: print d_access.all
FAIL: gdb.ada/iwide.exp: print dp_access.all
FAIL: gdb.ada/iwide.exp: print s_access.all
FAIL: gdb.ada/iwide.exp: print sp_access.all
FAIL: gdb.ada/mi_interface.exp: Create ggg1 varobj
FAIL: gdb.ada/mi_interface.exp: list ggg1's children
FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
FAIL: gdb.ada/str_uninit.exp: print my_str
FAIL: gdb.ada/tagged.exp: print obj
FAIL: gdb.ada/tagged.exp: ptype obj
FAIL: gdb.ada/tagged_access.exp: ptype c.all
FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
FAIL: gdb.base/interrupt.exp: continue
FAIL: gdb.base/interrupt.exp: echo data
FAIL: gdb.threads/thread-specific-bp.exp: non-stop: continue to end (timeout)
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 1: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach (got interactive prompt)
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: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
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: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
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: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
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: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
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: 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: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
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: 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: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
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: 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: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
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: 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: detach
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
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 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 1: reset timer in the inferior
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 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (the program is no longer running)
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: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (the program is no longer running)
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (the program is no longer running)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: continue -a&
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=6: continue & (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=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=2: thread 9 broke out of loop (timeout)
============================




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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2015-02-27 15:49 [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2015-02-28 10:26 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2015-02-28 10:38 ` sergiodj+buildbot
  2015-02-28 11:54 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2015-02-28 10:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	6f98576f29a70ed947f102015df0388bccc6aa1a

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

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

*** Regressions found ***
============================
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
new FAIL: gdb.threads/thread-specific-bp.exp: non-stop: continue to end (timeout)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
new FAIL: gdb.threads/thread-specific-bp.exp: non-stop: continue to end (timeout)
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: continue &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: setting breakpoint at loop_broke
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: setting breakpoint at loop_broke
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 11 broke out of loop (timeout)
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: continue &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: continue -a&
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=3: setting breakpoint at loop_broke
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
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: setting breakpoint at loop_broke
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: setting breakpoint at loop_broke
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: setting breakpoint at loop_broke
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: setting breakpoint at loop_broke
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: setting breakpoint at loop_broke
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: setting breakpoint at loop_broke
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)
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 2 restarted (timeout)
============================




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

* Failures on Fedora-x86_64-m64, branch master
  2015-02-27 15:49 [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2015-02-28 10:38 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2015-02-28 11:54 ` sergiodj+buildbot
  2015-03-01  0:34 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
  2015-03-01  1:21 ` Failures on Debian-x86_64-native-gdbserver-m64, " sergiodj+buildbot
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2015-02-28 11:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	6f98576f29a70ed947f102015df0388bccc6aa1a

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

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

*** Regressions found ***
============================
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 1 restarted (GDB internal error)
============================


*** Regressions against the baseline ***
============================
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3 (the program is no longer running)
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (the program is no longer running)
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: thread 1 restarted (GDB internal error)
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.base/gdb-sigterm.exp: expect eof #0 (stepping inside range 201 times)
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: setting breakpoint at loop_broke
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: setting breakpoint at loop_broke
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=4: continue &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: continue -a&
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=4: setting breakpoint at loop_broke
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
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=5: setting breakpoint at loop_broke
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=6: setting breakpoint at loop_broke
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: setting breakpoint at loop_broke
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: setting breakpoint at loop_broke
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 &
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: continue -a&
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: setting breakpoint at 56
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: setting breakpoint at 78
FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=9: setting breakpoint at loop_broke
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)
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=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=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 (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: 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: thread 1 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=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=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=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=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=4: thread 2 restarted
============================




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

* Failures on Debian-x86_64-m64, branch master
  2015-02-27 15:49 [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2015-02-28 11:54 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2015-03-01  0:34 ` sergiodj+buildbot
  2015-03-01  1:21 ` Failures on Debian-x86_64-native-gdbserver-m64, " sergiodj+buildbot
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2015-03-01  0:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-wheezy-x86_64

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

Commit(s) tested:
	6f98576f29a70ed947f102015df0388bccc6aa1a

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

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

*** Regressions found ***
============================
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 loop_broke
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
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 1 broke out of loop (timeout)
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 1 restarted
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 10 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 10 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 11 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 11 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 2 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 2 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 3 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 3 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 4 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 4 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 5 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 5 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 6 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 6 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 7 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 7 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 8 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 8 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 9 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 9 restarted (timeout)
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&
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: print got_sig = 0
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: setting breakpoint at 56
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=11: setting breakpoint at loop_broke
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
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 1 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 1 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 10 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 10 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 11 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 11 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 2 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 2 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 3 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 3 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 4 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 4 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 5 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 5 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 6 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 6 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 7 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 7 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 8 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 8 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 9 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 9 restarted (timeout)
============================


*** Regressions against the baseline ***
============================
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 loop_broke
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
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 1 broke out of loop (timeout)
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 1 restarted
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 10 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 10 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 11 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 11 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 2 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 2 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 3 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 3 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 4 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 4 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 5 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 5 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 6 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 6 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 7 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 7 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 8 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 8 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 9 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=10: thread 9 restarted (timeout)
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&
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: print got_sig = 0
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: setting breakpoint at 56
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=11: setting breakpoint at loop_broke
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
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 1 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 1 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 10 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 10 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 11 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 11 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 2 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 2 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 3 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 3 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 4 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 4 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 5 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 5 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 6 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 6 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 7 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 7 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 8 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 8 restarted (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 9 broke out of loop (timeout)
new FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=11: thread 9 restarted (timeout)
============================


*** Failures that are being ignored ***
============================
FAIL: gdb.dwarf2/gdb-index.exp: touch binary
============================




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

* Failures on Debian-x86_64-native-gdbserver-m64, branch master
  2015-02-27 15:49 [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2015-03-01  0:34 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
@ 2015-03-01  1:21 ` sergiodj+buildbot
  11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2015-03-01  1:21 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/295>

Commit(s) tested:
	6f98576f29a70ed947f102015df0388bccc6aa1a

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

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

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


*** 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=4: thread 1 restarted
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
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to the main thread to queue signal
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 10 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 11 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 2 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 3 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 4 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 5 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 6 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 7 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 8 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=7: switch to thread 9 to step it
PASS -> FAIL: gdb.threads/non-stop-fair-events.exp: signal_thread=8: print got_sig = 0
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=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] 13+ messages in thread

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-27 15:49 [binutils-gdb] Add "../lib/unbuffer_output.c" and use it in gdb.base/interrupt.c sergiodj+buildbot
2015-02-27 15:54 ` Failures on Fedora-ppc64be-cc-with-index, branch master sergiodj+buildbot
2015-02-27 16:07 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
2015-02-27 16:31 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
2015-02-27 16:38 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-02-27 21:54 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2015-02-27 22:25 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
2015-02-27 22:35 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
2015-02-28 10:26 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2015-02-28 10:38 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2015-02-28 11:54 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2015-03-01  0:34 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
2015-03-01  1:21 ` 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).