public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler
@ 2016-06-01  8:46 sergiodj+buildbot
  2016-06-01  8:51 ` *** COMPILATION FAILED *** Failures on AIX-POWER7-plain, branch master *** BREAKAGE *** sergiodj+buildbot
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  8:46 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 03d73f1fd9d89d89bdd021cad26693e4f6abc07a ***

Author: Yao Qi <yao.qi@linaro.org>
Branch: master
Commit: 03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Wake up interruptible_select in remote_fileio ctrl-c handler

As reported in PR 19998, after type ctrl-c, GDB hang there and does
not send interrupt.  It causes a fail in gdb.base/interrupt.exp.
All targets support remote fileio should be affected.

When we type ctrc-c, SIGINT is handled by remote_fileio_sig_set,
as shown below,

 #0  remote_fileio_sig_set (sigint_func=0x4495d0 <remote_fileio_ctrl_c_signal_handler(int)>) at /home/yao/SourceCode/gnu/gdb/git/gdb/remote-fileio.c:325
 #1  0x00000000004495de in remote_fileio_ctrl_c_signal_handler (signo=<optimised out>) at /home/yao/SourceCode/gnu/gdb/git/gdb/remote-fileio.c:349
 #2  <signal handler called>
 #3  0x00007ffff647ed83 in __select_nocancel () at ../sysdeps/unix/syscall-template.S:81
 #4  0x00000000005530ce in interruptible_select (n=10, readfds=readfds@entry=0x7fffffffd730, writefds=writefds@entry=0x0, exceptfds=exceptfds@entry=0x0,
    timeout=timeout@entry=0x0) at /home/yao/SourceCode/gnu/gdb/git/gdb/event-top.c:1017
 #5  0x000000000061ab20 in stdio_file_read (file=<optimised out>, buf=0x12d02e0 "\n\022-\001", length_buf=16383)
    at /home/yao/SourceCode/gnu/gdb/git/gdb/ui-file.c:577
 #6  0x000000000044a4dc in remote_fileio_func_read (buf=0x12c0360 "") at /home/yao/SourceCode/gnu/gdb/git/gdb/remote-fileio.c:583
 #7  0x0000000000449598 in do_remote_fileio_request (uiout=<optimised out>, buf_arg=buf_arg@entry=0x12c0340)
    at /home/yao/SourceCode/gnu/gdb/git/gdb/remote-fileio.c:1179

we don't set quit_serial_event,

  do
    {
      res = gdb_select (n, readfds, writefds, exceptfds, timeout);
    }
  while (res == -1 && errno == EINTR);

  if (res == 1 && FD_ISSET (fd, readfds))
    {
      errno = EINTR;
      return -1;
    }
  return res;

we can't go out of the loop above, and that is why GDB can't send
interrupt.

Recently, we stop throwing exception from SIGINT handler
(remote_fileio_ctrl_c_signal_handler)
https://sourceware.org/ml/gdb-patches/2016-03/msg00372.html, which
is correct, because gdb_select is interruptible.  However, in the
same patch series, we add interruptible_select later as a wrapper
to gdb_select, https://sourceware.org/ml/gdb-patches/2016-03/msg00375.html
and it is not interruptible (because of the loop in it) unless
select/poll-able file descriptors are marked.

This fix in this patch is to call quit_serial_event_set, so that we can
go out of the loop above, return -1 and set errno to EINTR.

2016-06-01  Yao Qi  <yao.qi@linaro.org>

	PR remote/19998
	* remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Call
	quit_serial_event_set.


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

* *** COMPILATION FAILED *** Failures on AIX-POWER7-plain, branch master *** BREAKAGE ***
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
@ 2016-06-01  8:51 ` sergiodj+buildbot
  2016-06-01  8:57 ` Failures on Fedora-ppc64be-cc-with-index, branch master sergiodj+buildbot
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  8:51 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	aix-power7-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/AIX-POWER7-plain/builds/2421>

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 534, object file ../bfd/libbfd.a[compress.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 469, object file ../bfd/libbfd.a[corefile.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 521, object file ../bfd/libbfd.a[format.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 515, object file ../bfd/libbfd.a[hash.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 463, object file ../bfd/libbfd.a[init.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 493, object file ../bfd/libbfd.a[libbfd.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 583, object file ../bfd/libbfd.a[linker.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 573, object file ../bfd/libbfd.a[opncls.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 489, object file ../bfd/libbfd.a[reloc.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 505, object file ../bfd/libbfd.a[section.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 483, object file ../bfd/libbfd.a[simple.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 519, object file ../bfd/libbfd.a[syms.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 507, object file ../bfd/libbfd.a[targets.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 585, object file ../bfd/libbfd.a[binary.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 613, object file ../bfd/libbfd.a[ihex.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 663, object file ../bfd/libbfd.a[srec.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 623, object file ../bfd/libbfd.a[tekhex.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 545, object file ../bfd/libbfd.a[verilog.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 822, object file ../bfd/libbfd.a[coff-rs6000.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 761, object file ../bfd/libbfd.a[xcofflink.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 651, object file ../bfd/libbfd.a[coffgen.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 787, object file ../bfd/libbfd.a[dwarf2.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 817, object file ../bfd/libbfd.a[coff64-rs6000.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 491, object file ../bfd/libbfd.a[aix5ppc-core.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 635, object file ../bfd/libbfd.a[plugin.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 471, object file ../bfd/libbfd.a[cpu-rs6000.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 471, object file ../bfd/libbfd.a[cpu-powerpc.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 469, object file ../bfd/libbfd.a[cpu-plugin.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 519, object file ../bfd/libbfd.a[rs6000-core.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
ld: 0711-380 STABSTRING ERROR: Symbol table entry 501, object file ../bfd/libbfd.a[archive64.o]
	Length of stabstring in .debug section is invalid.
	The stabstring is being deleted.
collect2: error: ld returned 12 exit status
gmake[2]: *** [gdb] Error 1
rm rust-exp.c
gmake[2]: Leaving directory `/home/shager/aix-power7-1/aix-power7-plain/build/gdb'
gmake[1]: *** [all-gdb] Error 2
gmake[1]: Leaving directory `/home/shager/aix-power7-1/aix-power7-plain/build'
gmake: *** [all] Error 2
============================




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

* Failures on Fedora-ppc64be-cc-with-index, branch master
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
  2016-06-01  8:51 ` *** COMPILATION FAILED *** Failures on AIX-POWER7-plain, branch master *** BREAKAGE *** sergiodj+buildbot
@ 2016-06-01  8:57 ` sergiodj+buildbot
  2016-06-01  9:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  8:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

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

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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





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

* Failures on Fedora-ppc64le-cc-with-index, branch master
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2016-06-01  9:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-06-01  9:04 ` sergiodj+buildbot
  2016-06-01  9:08 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  9:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

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

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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





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

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
  2016-06-01  8:51 ` *** COMPILATION FAILED *** Failures on AIX-POWER7-plain, branch master *** BREAKAGE *** sergiodj+buildbot
  2016-06-01  8:57 ` Failures on Fedora-ppc64be-cc-with-index, branch master sergiodj+buildbot
@ 2016-06-01  9:04 ` sergiodj+buildbot
  2016-06-01  9:04 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  9:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

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

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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





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

* Failures on Fedora-ppc64be-m64, branch master
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2016-06-01  9:04 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
@ 2016-06-01  9:08 ` sergiodj+buildbot
  2016-06-01  9:09 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  9:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

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

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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





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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2016-06-01  9:08 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
@ 2016-06-01  9:09 ` sergiodj+buildbot
  2016-06-01  9:16 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  9:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.ada/win_fu_syms.exp: compilation foo.adb
============================


*** Complete list of XFAILs for this builder ***
============================
FAIL: OrderedDict([('gdb.ada/fun_renaming.exp: print n', 'NONE'), ('gdb.threads/interrupted-hand-call.exp: continue until exit', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: next: next', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2', 'NONE'), ('gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: no threads left', 'NONE'), ('gdb.threads/thread-unwindonsignal.exp: continue until exit', 'NONE')])
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-29 08:18:11 UTC
FAIL: gdb.ada/catch_ex.exp: Cannot run to main, testcase aborted
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 10
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 10.0
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 20
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/fixed_cmp.exp: print My_Var > 20.0
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/fixed_points.exp: ptype Overprecise_Object
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/formatted_ref.exp: address of s1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/formatted_ref.exp: print/x s
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/frame_args.exp: display frame 1 with frame-arguments set to scalars
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/frame_args.exp: set print frame-arguments scalars
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/funcall_char.exp: print f
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/homonym.exp: continue until BREAK_2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/homonym.exp: print lcl at BREAK_1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/homonym.exp: print lcl at BREAK_2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/homonym.exp: ptype int_type at BREAK_1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/homonym.exp: ptype lcl at BREAK_1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/homonym.exp: ptype lcl at BREAK_2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/homonym.exp: ptype local_type at BREAK_1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/homonym.exp: ptype local_type at BREAK_2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/homonym.exp: ptype local_type_subtype at BREAK_2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/interface.exp: print s
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/iwide.exp: print My_Drawable
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/iwide.exp: print d_access.all
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/iwide.exp: print dp_access.all
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/iwide.exp: print s_access.all
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/iwide.exp: print sp_access.all
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/lang_switch.exp: set print frame-arguments all
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/mi_catch_ex.exp: Cannot run to main, testcase aborted
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/mi_interface.exp: Create ggg1 varobj
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/mi_interface.exp: list ggg1's children
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/null_record.exp: ptype on null record
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/pckd_neg.exp: print SSA
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/pckd_neg.exp: print SSA <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/pckd_neg.exp: print SSA <<3>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/pckd_neg.exp: print SSA <<4>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/pckd_neg.exp: print SSA <<5>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/small_reg_param.exp: continue to call_me
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/small_reg_param.exp: print w
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/str_uninit.exp: print my_str
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/tagged.exp: print obj
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/tagged.exp: ptype obj
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/tagged_access.exp: ptype c.all
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/type_coercion.exp: p q
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/type_coercion.exp: p q <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/type_coercion.exp: print {Integer} $addr
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/type_coercion.exp: save q'address in convenience variable
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/type_coercion.exp: set {Integer} $addr := 19
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.ada/variant_record_packed_array.exp: print address
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/variant_record_packed_array.exp: print adress content
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.ada/variant_record_packed_array.exp: print empty
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: continue to i1 watchpoint
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: continue to i2 watchpoint
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: continue to i3 watchpoint
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: continue to i4 watchpoint
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: delete all watchpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: set breakpoint always-inserted on
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: set watchpoint occuping one debug register
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: watch i1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: watch i1 still fits
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: watch i2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: watch i2 still fits
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: watch i3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: watch i3 still fits
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: watch i4
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: watch i4 still fits
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.arch/i386-dr3-watch.exp: watchpoint on gap1 does not fit debug registers
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.base/auxv.exp: continue
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.base/auxv.exp: continue <<3>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.base/exitsignal.exp: program terminated with SIGSEGV
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.base/info-os.exp: get process groups
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.base/interrupt.exp: Send Control-C, second time
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.base/interrupt.exp: continue
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.base/interrupt.exp: echo data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.base/interrupt.exp: signal SIGINT
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.base/random-signal.exp: stop with control-c (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.base/range-stepping.exp: interrupt: send ctrl-c to GDB: 1 vCont;r
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.base/watch_thread_num.exp: Check thread that triggered iteration 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.base/watch_thread_num.exp: Watchpoint triggered iteration 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.mi/mi-nsmoribund.exp: resume all, thread specific breakpoint
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.mi/mi-nsmoribund.exp: stop 9
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.mi/mi-nsmoribund.exp: thread state: all stopped except the main thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/clone-thread_db.exp: continue to end
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 0: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 10: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 11: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 12: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 13: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 14: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 15: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 16: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 17: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 18: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 19: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 1: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 2: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 3: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 4: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 5: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 6: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 7: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 8: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: caught interrupt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: continue for ctrl-c
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: continue to tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: get thread number
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: set break in tight loop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: attempt 9: switch to non-event thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/continue-pending-status.exp: no thread starvation
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: inferior 1 exited
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: only inferior 1 left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: inferior 1 exited
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=off: only inferior 1 left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on: inferior 1 exited
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=1: detach_on_fork=on: displaced=on: only inferior 1 left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/hand-call-in-threads.exp: dummy stack frame number, thread 5
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/hand-call-in-threads.exp: hand call, thread 5
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/local-watch-wrong-thread.exp: breakpoint on thread_function0's caller (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/local-watch-wrong-thread.exp: delete 5 (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/local-watch-wrong-thread.exp: let local watchpoint trigger (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/local-watch-wrong-thread.exp: let thread_function0 return (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint automatically deleted (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint is still in breakpoint list (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint still triggers (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/local-watch-wrong-thread.exp: the other thread stopped on breakpoint (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: continue to sigusr1_handler
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/next-bp-other-thread.exp: schedlock=off: next over function call
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 4 <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 4 <<3>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 5
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 5 <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/print-threads.exp: Hit thread_function breakpoint, 5 <<3>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/print-threads.exp: all threads ran once (fast) (total 4 threads ran)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/print-threads.exp: all threads ran once (slow with kill breakpoint) (total 4 threads ran)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/print-threads.exp: all threads ran once <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/print-threads.exp: all threads ran once <<3>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/print-threads.exp: program exited normally <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/print-threads.exp: program exited normally <<3>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/pthreads.exp: All threads running after continuing from ^C stop
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/pthreads.exp: some threads didn't run
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/thread-unwindonsignal.exp: continue until exit
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tid-reuse.exp: continue to breakpoint: do_nothing_thread_func
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 2 another thread local storage
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 2 info address a_thread_local
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 2 info address another_thread_local
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 2 thread local storage
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 2 thread print me
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 3 another thread local storage
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 3 info address a_thread_local
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 3 info address another_thread_local
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 3 thread local storage
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 3 thread print me
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 4 another thread local storage
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 4 info address a_thread_local
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 4 info address another_thread_local
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 4 thread local storage
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: 4 thread print me
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: No thread backtrace reported spin
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: Too many threads left at end
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: at end
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: at least one th in spin while stopped at third th
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: backtrace of thread number 1 not relevant
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: backtrace of thread number 2 in spin
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: backtrace of thread number 3 in spin
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: backtrace of thread number 4 in spin
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: backtrace of thread number 4 not relevant
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: continue to synch point
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: continue to third thread
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: delete all breakpoints in delete_breakpoints
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: get number of threads
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: info address a_global
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: info address a_thread_local
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: info address file2_thread_local
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: info address me
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: mess at end
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: p a_thread_local
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: p a_thread_local second time
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: p file2_thread_local
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: selected thread: 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: selected thread: 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: selected thread: 2 <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: selected thread: 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: selected thread: 3 <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: selected thread: 4
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: selected thread: 4 <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: third another thread local storage
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: third info address a_thread_local
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: third info address another_thread_local
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: third thread local storage
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: third thread print me
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: thread 2 up
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: thread 3 up
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/tls.exp: thread 4 up
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/watchthreads2.exp: all threads incremented x
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/watchthreads2.exp: all threads started
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.threads/watchthreads2.exp: run to thread_started
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/watchthreads2.exp: run to thread_started <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/watchthreads2.exp: run to thread_started <<3>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/watchthreads2.exp: set var test_ready = 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/watchthreads2.exp: watch x
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 1 out of 80 on watched_data (the program is no longer running)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 10 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 11 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 12 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 13 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 14 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 15 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 16 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 17 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 18 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 19 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 2 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 20 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 21 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 22 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 23 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 24 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 25 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 26 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 27 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 28 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 29 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 3 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 30 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 31 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 32 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 33 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 34 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 35 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 36 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 37 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 38 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 39 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 4 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 40 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 41 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 42 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 43 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 44 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 45 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 46 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 47 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 48 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 49 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 5 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 50 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 51 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 52 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 53 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 54 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 55 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 56 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 57 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 58 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 59 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 6 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 60 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 61 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 62 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 63 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 64 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 65 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 66 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 67 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 68 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 69 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 7 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 70 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 71 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 72 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 73 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 74 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 75 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 76 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 77 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 78 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 79 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 8 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 80 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Continue to watchpoint trigger 9 out of 80 on watched_data
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Thread 2 hit breakpoint at thread_started
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Thread 3 hit breakpoint at thread_started
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Thread 4 hit breakpoint at thread_started
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Thread 5 hit breakpoint at thread_started
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Thread 5 hit breakpoint at thread_started (the program is no longer running)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Thread 6 hit breakpoint at thread_started
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Thread 6 hit breakpoint at thread_started (the program is no longer running)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Thread 7 hit breakpoint at thread_started
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Thread 7 hit breakpoint at thread_started (the program is no longer running)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Thread 8 hit breakpoint at thread_started
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Thread 8 hit breakpoint at thread_started (the program is no longer running)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Thread 9 hit breakpoint at thread_started
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: Thread 9 hit breakpoint at thread_started (the program is no longer running)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.threads/wp-replication.exp: set var test_ready=1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:02 UTC
FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: gdb.trace/mi-tsv-changed.exp: create delete modify: tvariable $tvar3 modified <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:18:22 UTC
FAIL: {'NONE': set(['gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2', 'gdb.ada/fun_renaming.exp: print n', 'gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2', 'gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 2', 'gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: no threads left', 'gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2', 'gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue', 'gdb.threads/thread-unwindonsignal.exp: continue until exit', 'gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2', 'gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2', 'gdb.threads/multiple-step-overs.exp: displaced=on: next: next', 'gdb.threads/interrupted-hand-call.exp: continue until exit', 'gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2', 'gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 2', 'gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2', 'gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler', 'gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler', 'gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2'])}
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-29 08:18:11 UTC
============================




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

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch master
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2016-06-01  9:16 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
@ 2016-06-01  9:16 ` sergiodj+buildbot
  2016-06-01  9:22 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  9:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

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

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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





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

* Failures on Debian-x86_64-m64, branch master
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2016-06-01  9:09 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2016-06-01  9:16 ` sergiodj+buildbot
  2016-06-01  9:16 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  9:16 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/3511>

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/multi-forks.exp: Run to exit 8
PASS -> FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
PASS -> FAIL: gdb.guile/scm-error.exp: error loading scm file caught
PASS -> FAIL: gdb.guile/scm-error.exp: no delayed error
============================


*** Complete list of XFAILs for this builder ***
============================
FAIL: gdb.dwarf2/gdb-index.exp: touch binary
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:58 UTC
============================




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

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch master
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2016-06-01  9:16 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-06-01  9:22 ` sergiodj+buildbot
  2016-06-01  9:25 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  9:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

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

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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





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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2016-06-01  9:22 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-06-01  9:25 ` sergiodj+buildbot
  2016-06-01  9:25 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  9:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

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

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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=6d5451234730d11fbb5e59e46e7d3f282b8238b9>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints
============================


*** Complete list of XFAILs for this builder ***
============================
FAIL: OrderedDict([('gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors', 'NONE'), ('gdb.base/step-over-syscall.exp: clone: displaced=off: break marker', 'NONE'), ('gdb.base/step-over-syscall.exp: clone: displaced=off: continue to marker', 'NONE'), ('gdb.base/step-over-syscall.exp: clone: displaced=off: get hexadecimal valueof "$pc" <<3>>', 'NONE'), ('gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone', 'NONE'), ('gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone final pc', 'NONE'), ('gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone', 'NONE'), ('gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach <<2>>', 'NONE'), ('gdb.threads/attach-into-signal.exp: nonthreaded: attempt 3: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: nonthreaded: attempt 3: attach <<2>>', 'NONE'), ('gdb.threads/attach-into-signal.exp: nonthreaded: attempt 5: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: nonthreaded: attempt 7: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 11: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 19: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach <<2>>', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 2: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 3: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 5: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 6: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 9: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left', 'NONE'), ('gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: no threads left', 'NONE'), ('gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: no threads left', 'NONE'), ('gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step', 'NONE'), ('gdb.threads/thread-specific-bp.exp: non-stop: continue to end', 'NONE')])
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-29 09:07:50 UTC
FAIL: gdb.base/annota3.exp: signal sent
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.base/info-os.exp: continue
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.base/info-os.exp: get file descriptors
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.base/info-os.exp: get internet-domain sockets
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.base/info-os.exp: get message queues
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.base/info-os.exp: get process groups
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.base/info-os.exp: get process list
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.base/info-os.exp: get semaphores
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.base/info-os.exp: get shared-memory regions
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.base/info-os.exp: get threads
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.base/info-os.exp: get threads <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: break marker
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: continue to marker
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: get hexadecimal valueof "$pc" <<3>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone final pc
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.server/ext-run.exp: get process list
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 10: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 11: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 11: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 16: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 16: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 17: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 2: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 2: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 3: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 3: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 4: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 5: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 5: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 6: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 6: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 7: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 8: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 8: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 9: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 10: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 11: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 12: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 13: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 14: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 14: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 16: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 23: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 2: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 2: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 34: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 3: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 3: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 4: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 4: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 5: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 6: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 6: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 7: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 8: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 9: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 9: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/thread-specific-bp.exp: non-stop: continue to end
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:14:20 UTC
FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: finish
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the second fork
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/watchthreads2.exp: all threads incremented x
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:44:00 UTC
FAIL: {'NONE': set(['gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2', 'gdb.threads/thread-specific-bp.exp: non-stop: continue to end', 'gdb.threads/attach-into-signal.exp: nonthreaded: attempt 3: attach <<2>>', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior', 'gdb.threads/attach-into-signal.exp: threaded: attempt 19: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads', 'gdb.threads/attach-into-signal.exp: threaded: attempt 9: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left', 'gdb.threads/fork-plus-threads.exp: detach-on-fork=off: only inferior 1 left', 'gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1', 'gdb.base/step-over-syscall.exp: clone: displaced=off: get hexadecimal valueof "$pc" <<3>>', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left', 'gdb.base/step-over-syscall.exp: clone: displaced=off: break marker', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off', 'gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: no threads left', 'gdb.threads/attach-into-signal.exp: threaded: attempt 3: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on', 'gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone final pc', 'gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step', 'gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach <<2>>', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-into-signal.exp: threaded: attempt 6: attach', 'gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach <<2>>', 'gdb.threads/attach-into-signal.exp: threaded: attempt 2: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn', 'gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors', 'gdb.base/step-over-syscall.exp: clone: displaced=off: continue to marker', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads', 'gdb.threads/attach-into-signal.exp: nonthreaded: attempt 3: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2', 'gdb.threads/attach-into-signal.exp: nonthreaded: attempt 7: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads', 'gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints', 'gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach', 'gdb.threads/attach-into-signal.exp: threaded: attempt 11: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-into-signal.exp: threaded: attempt 5: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior', 'gdb.threads/attach-into-signal.exp: nonthreaded: attempt 5: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off', 'gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left', 'gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: no threads left'])}
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-29 09:07:50 UTC
============================




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

* Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2016-06-01  9:25 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2016-06-01  9:25 ` sergiodj+buildbot
  2016-06-01  9:28 ` Failures on Debian-i686, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  9:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

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

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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





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

* Failures on Debian-i686, branch master
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2016-06-01  9:25 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-06-01  9:28 ` sergiodj+buildbot
  2016-06-01  9:38 ` Failures on Fedora-i686, " sergiodj+buildbot
  2016-06-01  9:38 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  9:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-wheezy-i686

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

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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

*** Diff to previous build ***
============================
new FAIL: gdb.linespec/cpexplicit.exp: setting breakpoint at -function myclass::myfunction
PASS -> FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::myfunction
PASS -> FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::myfunction -label top
PASS -> FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::myfunction -line 3
PASS -> FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::myfunction -label top -line 3
PASS -> FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -line 3
PASS -> FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::operator,
PASS -> FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function 'myclass::operator,'
PASS -> FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function "myclass::operator,"
============================


*** Complete list of XFAILs for this builder ***
============================
FAIL: gdb.ada/mi_var_array.exp: list vta's children
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkYES: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkYES: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugNOpieATTACH: attach-relinkYES: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugIN: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugNOpieATTACH: attach-relinkYES: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkNOdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugINpieATTACH: attach-relinkYES: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugNOpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkNO: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: attach main bt
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/break-interp.exp: LDprelinkYESdebugNO: BINprelinkYESdebugSEPpieATTACH: attach-relinkYES: seen displacement message as NONZERO
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/longjmp.exp: next over patt3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/multi-forks.exp: Run to exit 12 (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/multi-forks.exp: Run to exit 3 (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/multi-forks.exp: Run to exit 4 (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/multi-forks.exp: Run to exit 6 (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/multi-forks.exp: inferior 3 (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.base/multi-forks.exp: info inferior 3 (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.mi/mi-nsmoribund.exp: resume all, waiting for program exit (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
FAIL: gdb.threads/multiple-step-overs.exp: step
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:57 UTC
============================




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

* Failures on Fedora-i686, branch master
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
                   ` (11 preceding siblings ...)
  2016-06-01  9:28 ` Failures on Debian-i686, " sergiodj+buildbot
@ 2016-06-01  9:38 ` sergiodj+buildbot
  2016-06-01  9:38 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  9:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints
============================


*** Complete list of XFAILs for this builder ***
============================
FAIL: OrderedDict([('gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors', 'NONE'), ('gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: nonthreaded: attempt 2: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: nonthreaded: attempt 2: attach <<2>>', 'NONE'), ('gdb.threads/attach-into-signal.exp: nonthreaded: attempt 8: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 2: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 4: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 4: attach <<2>>', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 5: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 6: attach', 'NONE'), ('gdb.threads/attach-into-signal.exp: threaded: attempt 6: attach <<2>>', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off', 'NONE'), ('gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: next: next', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 3', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 3', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 3', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 3', 'NONE'), ('gdb.threads/multiple-step-overs.exp: displaced=on: step: step', 'NONE'), ('gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: no threads left', 'NONE'), ('gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: no threads left', 'NONE')])
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-29 08:48:42 UTC
FAIL: gdb.ada/interface.exp: print s
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.ada/iwide.exp: print My_Drawable
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.ada/iwide.exp: print d_access.all
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.ada/iwide.exp: print dp_access.all
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.ada/iwide.exp: print s_access.all
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.ada/iwide.exp: print sp_access.all
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.ada/mi_interface.exp: Create ggg1 varobj
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.ada/mi_interface.exp: list ggg1's children
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.ada/ptype_tagged_param.exp: ptype s
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.ada/str_uninit.exp: print my_str
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.ada/tagged.exp: print obj
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.ada/tagged.exp: ptype obj
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.ada/tagged_access.exp: ptype c.all
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.ada/tagged_access.exp: ptype c.menu_name
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.base/auxv.exp: continue (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.base/auxv.exp: continue <<3>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.base/continue-all-already-running.exp: c -a
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.base/exitsignal.exp: $_exitsignal is 11
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.base/exitsignal.exp: $_exitsignal is 11 <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.base/exitsignal.exp: program terminated with SIGSEGV
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: break marker
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: continue to marker
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: get hexadecimal valueof "$pc" <<3>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.base/step-over-syscall.exp: clone: displaced=off: single step over clone final pc
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function "myclass::operator,"
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function 'myclass::operator,'
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::myfunction
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::myfunction -label top
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::myfunction -label top -line 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::myfunction -line 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -function myclass::operator,
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -line 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -source cpexplicit.cc -function myclass::myfunction
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -source cpexplicit.cc -function myclass::myfunction -label top
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -source cpexplicit.cc -function myclass::myfunction -label top -line 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.linespec/cpexplicit.exp: continue to breakpoint: -source cpexplicit.cc -line 29
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.linespec/cpexplicit.exp: setting breakpoint at -function myclass::myfunction
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.linespec/cpexplicit.exp: setting breakpoint at -source cpexplicit.cc -function myclass::myfunction
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.server/ext-run.exp: get process list
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.server/ext-run.exp: load new file without any gdbserver inferior
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.server/ext-run.exp: monitor exit
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 2: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 2: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 3: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 3: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 4: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 4: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 5: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 6: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 6: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 7: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: attempt 8: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 10: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 11: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 14: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 2: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 2: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 3: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 3: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 4: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 4: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 5: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 5: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 6: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 6: attach <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 7: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 8: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-into-signal.exp: threaded: attempt 9: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach (got interactive prompt)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach (got interactive prompt)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach (GDB internal error)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach (got interactive prompt)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach (GDB internal error)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach (got interactive prompt)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach (GDB internal error)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach (got interactive prompt)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach (GDB internal error)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach (got interactive prompt)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach (GDB internal error)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach (got interactive prompt)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach (GDB internal error)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach (got interactive prompt)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach (GDB internal error)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: next
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: continue to sigusr1_handler
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: unbreak loop in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: continue to sigusr1_handler
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 3
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: step: step
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: no threads left
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 2 (in the last 30 days)
  - last-racyness-detected: 2016-05-23 15:07:14 UTC
FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: continue to breakpoint: run to breakpoint in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: force loop break in thread 2
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: get count after step
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: step
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/signal-while-stepping-over-bp-other-thread.exp: stepped thread under control
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/thread-specific-bp.exp: non-stop: continue to end (timeout)
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint <<2>>
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/watchthreads2.exp: all threads incremented x
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-17 22:43:59 UTC
FAIL: {'NONE': set(['gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted on', 'gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: break at break_fn: 2', 'gdb.threads/multiple-step-overs.exp: displaced=on: step: step', 'gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: detach', 'gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: unbreak loop in thread 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: detach', 'gdb.threads/attach-into-signal.exp: threaded: attempt 6: attach <<2>>', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: print seconds_left', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: print seconds_left', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: no new threads', 'gdb.threads/multiple-step-overs.exp: displaced=on: next: next', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: break break_fn', 'gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 3', 'gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: continue to breakpoint: run to breakpoint in thread 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: print seconds_left', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: print seconds_left', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: print seconds_left', 'gdb.threads/attach-into-signal.exp: threaded: attempt 1: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off', 'gdb.threads/multiple-step-overs.exp: displaced=on: next: setup: continue to breakpoint: run to breakpoint in thread 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: no new threads', 'gdb.threads/attach-into-signal.exp: threaded: attempt 4: attach', 'gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: continue to breakpoint: run to breakpoint in thread 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: kill process', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: print seconds_left', 'gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2', 'gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: no threads left', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted off', 'gdb.threads/attach-into-signal.exp: nonthreaded: attempt 2: attach <<2>>', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-into-signal.exp: threaded: attempt 6: attach', 'gdb.threads/attach-into-signal.exp: threaded: attempt 2: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted on', 'gdb.threads/attach-into-signal.exp: nonthreaded: attempt 8: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: break break_fn', 'gdb.base/foll-vfork.exp: exit: vfork relations in info inferiors: vfork relation no longer appears in info inferiors', 'gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: continue to sigusr1_handler', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: print seconds_left', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 5: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 1', 'gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: delete all breakpoints in delete_breakpoints', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: attach', 'gdb.threads/attach-into-signal.exp: nonthreaded: attempt 2: attach', 'gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 2', 'gdb.threads/multiple-step-overs.exp: displaced=on: step: setup: unbreak loop in thread 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 10: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: set breakpoint always-inserted on', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: print seconds_left', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn', 'gdb.threads/attach-into-signal.exp: threaded: attempt 4: attach <<2>>', 'gdb.threads/attach-many-short-lived-threads.exp: iter 7: break break_fn', 'gdb.threads/attach-many-short-lived-threads.exp: iter 4: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 1', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 2', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: break at break_fn: 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach', 'gdb.threads/attach-into-signal.exp: threaded: attempt 5: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: detach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 9: set breakpoint always-inserted off', 'gdb.threads/attach-many-short-lived-threads.exp: iter 2: attach', 'gdb.threads/attach-many-short-lived-threads.exp: iter 8: reset timer in the inferior', 'gdb.threads/attach-many-short-lived-threads.exp: iter 6: no new threads', 'gdb.threads/multiple-step-overs.exp: displaced=on: continue: continue', 'gdb.threads/attach-many-short-lived-threads.exp: iter 3: set breakpoint always-inserted off', 'gdb.threads/attach-into-signal.exp: nonthreaded: attempt 1: attach', 'gdb.threads/multiple-step-overs.exp: displaced=on: signal thr3: setup: unbreak loop in thread 3', 'gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left', 'gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: no threads left'])}
  - reported-by: GDB BuildBot Racy Detector (automatic)
  - number-of-racy-detections: 1 (in the last 30 days)
  - last-racyness-detected: 2016-05-29 08:48:42 UTC
============================




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

* Failures on Fedora-ppc64le-m64, branch master
  2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
                   ` (12 preceding siblings ...)
  2016-06-01  9:38 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2016-06-01  9:38 ` sergiodj+buildbot
  13 siblings, 0 replies; 15+ messages in thread
From: sergiodj+buildbot @ 2016-06-01  9:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

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

Commit(s) tested:
	03d73f1fd9d89d89bdd021cad26693e4f6abc07a

Author(s) (in the same order as the commits):
	Yao Qi <yao.qi@linaro.org>

Subject:
	Wake up interruptible_select in remote_fileio ctrl-c handler

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





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

end of thread, other threads:[~2016-06-01  9:38 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-01  8:46 [binutils-gdb] Wake up interruptible_select in remote_fileio ctrl-c handler sergiodj+buildbot
2016-06-01  8:51 ` *** COMPILATION FAILED *** Failures on AIX-POWER7-plain, branch master *** BREAKAGE *** sergiodj+buildbot
2016-06-01  8:57 ` Failures on Fedora-ppc64be-cc-with-index, branch master sergiodj+buildbot
2016-06-01  9:04 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-06-01  9:04 ` Failures on Fedora-ppc64le-cc-with-index, " sergiodj+buildbot
2016-06-01  9:08 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
2016-06-01  9:09 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2016-06-01  9:16 ` Failures on Debian-x86_64-m64, " sergiodj+buildbot
2016-06-01  9:16 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
2016-06-01  9:22 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
2016-06-01  9:25 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2016-06-01  9:25 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-06-01  9:28 ` Failures on Debian-i686, " sergiodj+buildbot
2016-06-01  9:38 ` Failures on Fedora-i686, " sergiodj+buildbot
2016-06-01  9:38 ` Failures on Fedora-ppc64le-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).