public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Remove usages of find_inferior in handle_status
@ 2017-10-28  6:15 sergiodj+buildbot
  2017-10-28  6:15 ` Failures on Fedora-s390x-m64, branch master sergiodj+buildbot
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2017-10-28  6:15 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 99078d344db25efc376877e0e4c95157f0c36c60 ***

Author: Simon Marchi <simon.marchi@ericsson.com>
Branch: master
Commit: 99078d344db25efc376877e0e4c95157f0c36c60

Remove usages of find_inferior in handle_status

Replace one with find_thread, the other with for_each_thread.

gdb/gdbserver/ChangeLog:

	* server.c (queue_stop_reply_callback): Change prototype, return
	void.
	(find_status_pending_thread_callback): Remove.
	(handle_status): Replace find_inferior with find_thread and
	for_each_thread.


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

* Failures on Fedora-s390x-m64, branch master
  2017-10-28  6:15 [binutils-gdb] Remove usages of find_inferior in handle_status sergiodj+buildbot
@ 2017-10-28  6:15 ` sergiodj+buildbot
  2017-10-28  9:40 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2017-10-28  6:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

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

Commit(s) tested:
	99078d344db25efc376877e0e4c95157f0c36c60

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove usages of find_inferior in handle_status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-s390x-m64/99/99078d344db25efc376877e0e4c95157f0c36c60/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-s390x-m64/xfails/master/xfail;hb=f496d89>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-s390x-m64/xfails/master/xfail.table;hb=f496d89>




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

* Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master
  2017-10-28  6:15 [binutils-gdb] Remove usages of find_inferior in handle_status sergiodj+buildbot
  2017-10-28  6:15 ` Failures on Fedora-s390x-m64, branch master sergiodj+buildbot
@ 2017-10-28  9:40 ` sergiodj+buildbot
  2017-10-28 10:10 ` Failures on Ubuntu-AArch64-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2017-10-28  9:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-aarch64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch64-native-gdbserver-m64/builds/3320>

Commit(s) tested:
	99078d344db25efc376877e0e4c95157f0c36c60

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove usages of find_inferior in handle_status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch64-native-gdbserver-m64/99/99078d344db25efc376877e0e4c95157f0c36c60/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch64-native-gdbserver-m64/xfails/master/xfail;hb=1fd09f9>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch64-native-gdbserver-m64/xfails/master/xfail.table;hb=1fd09f9>




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

* Failures on Ubuntu-AArch64-m64, branch master
  2017-10-28  6:15 [binutils-gdb] Remove usages of find_inferior in handle_status sergiodj+buildbot
  2017-10-28  6:15 ` Failures on Fedora-s390x-m64, branch master sergiodj+buildbot
  2017-10-28  9:40 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
@ 2017-10-28 10:10 ` sergiodj+buildbot
  2017-10-28 18:23 ` Failures on Ubuntu-AArch32-m32, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2017-10-28 10:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-aarch64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch64-m64/builds/3331>

Commit(s) tested:
	99078d344db25efc376877e0e4c95157f0c36c60

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove usages of find_inferior in handle_status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch64-m64/99/99078d344db25efc376877e0e4c95157f0c36c60/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch64-m64/xfails/master/xfail;hb=2289e31>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch64-m64/xfails/master/xfail.table;hb=2289e31>




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

* Failures on Ubuntu-AArch32-m32, branch master
  2017-10-28  6:15 [binutils-gdb] Remove usages of find_inferior in handle_status sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2017-10-28 10:10 ` Failures on Ubuntu-AArch64-m64, " sergiodj+buildbot
@ 2017-10-28 18:23 ` sergiodj+buildbot
  2017-10-28 18:47 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2017-10-28 18:23 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-m32/builds/1928>

Commit(s) tested:
	99078d344db25efc376877e0e4c95157f0c36c60

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove usages of find_inferior in handle_status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-m32/99/99078d344db25efc376877e0e4c95157f0c36c60/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-m32/xfails/master/xfail;hb=>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Ubuntu-AArch32-m32/xfails/master/xfail.table;hb=>




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

* Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, branch master
  2017-10-28  6:15 [binutils-gdb] Remove usages of find_inferior in handle_status sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2017-10-28 18:23 ` Failures on Ubuntu-AArch32-m32, " sergiodj+buildbot
@ 2017-10-28 18:47 ` sergiodj+buildbot
  2017-10-29  2:50 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2017-10-28 18:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch32-native-extended-gdbserver-m32/builds/1928>

Commit(s) tested:
	99078d344db25efc376877e0e4c95157f0c36c60

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove usages of find_inferior in handle_status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-native-extended-gdbserver-m32/99/99078d344db25efc376877e0e4c95157f0c36c60/>

*** Diff to previous build ***
============================
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=14: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
new FAIL: gdb.threads/queue-signal.exp: determine thread functions
============================


*** Complete list of XFAILs for this builder ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2017-10-28  6:15 [binutils-gdb] Remove usages of find_inferior in handle_status sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2017-10-28 18:47 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2017-10-29  2:50 ` sergiodj+buildbot
  2017-10-29  3:08 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2017-10-29  2:50 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-m64/builds/7759>

Commit(s) tested:
	99078d344db25efc376877e0e4c95157f0c36c60

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove usages of find_inferior in handle_status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m64/99/99078d344db25efc376877e0e4c95157f0c36c60/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail;hb=7356283>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail.table;hb=7356283>




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2017-10-28  6:15 [binutils-gdb] Remove usages of find_inferior in handle_status sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2017-10-29  2:50 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2017-10-29  3:08 ` sergiodj+buildbot
  2017-10-29  3:34 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2017-10-29  3:08 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	99078d344db25efc376877e0e4c95157f0c36c60

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove usages of find_inferior in handle_status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m64/99/99078d344db25efc376877e0e4c95157f0c36c60/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail;hb=4ba1d3e>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=4ba1d3e>




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

* Failures on Fedora-x86_64-m32, branch master
  2017-10-28  6:15 [binutils-gdb] Remove usages of find_inferior in handle_status sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2017-10-29  3:08 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2017-10-29  3:34 ` sergiodj+buildbot
  2017-10-29  3:48 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
  2017-10-29  3:49 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2017-10-29  3:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	99078d344db25efc376877e0e4c95157f0c36c60

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove usages of find_inferior in handle_status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/99/99078d344db25efc376877e0e4c95157f0c36c60/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-m32/xfails/master/xfail;hb=2126366>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-m32/xfails/master/xfail.table;hb=2126366>




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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2017-10-28  6:15 [binutils-gdb] Remove usages of find_inferior in handle_status sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2017-10-29  3:34 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2017-10-29  3:48 ` sergiodj+buildbot
  2017-10-29  3:49 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2017-10-29  3:48 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	99078d344db25efc376877e0e4c95157f0c36c60

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove usages of find_inferior in handle_status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-cc-with-index/99/99078d344db25efc376877e0e4c95157f0c36c60/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-cc-with-index/xfails/master/xfail;hb=50f8da9>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-cc-with-index/xfails/master/xfail.table;hb=50f8da9>




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2017-10-28  6:15 [binutils-gdb] Remove usages of find_inferior in handle_status sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2017-10-29  3:48 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2017-10-29  3:49 ` sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2017-10-29  3:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	99078d344db25efc376877e0e4c95157f0c36c60

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Remove usages of find_inferior in handle_status

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m32/99/99078d344db25efc376877e0e4c95157f0c36c60/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
============================


*** Complete list of XFAILs for this builder ***

To obtain the list of XFAIL tests for this builder, go to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-native-extended-gdbserver-m32/xfails/master/xfail;hb=b5abf1f>

You can also see a pretty-printed version of the list, with more information
about each XFAIL, by going to:

	<http://git.sergiodj.net/?p=gdb-xfails.git;a=blob;f=xfails/Fedora-x86_64-native-extended-gdbserver-m32/xfails/master/xfail.table;hb=b5abf1f>




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

end of thread, other threads:[~2017-10-29  3:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-28  6:15 [binutils-gdb] Remove usages of find_inferior in handle_status sergiodj+buildbot
2017-10-28  6:15 ` Failures on Fedora-s390x-m64, branch master sergiodj+buildbot
2017-10-28  9:40 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
2017-10-28 10:10 ` Failures on Ubuntu-AArch64-m64, " sergiodj+buildbot
2017-10-28 18:23 ` Failures on Ubuntu-AArch32-m32, " sergiodj+buildbot
2017-10-28 18:47 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
2017-10-29  2:50 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2017-10-29  3:08 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2017-10-29  3:34 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2017-10-29  3:48 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2017-10-29  3:49 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " 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).