public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* Failures on Fedora-s390x-m64, branch master
  2017-11-05 10:38 [binutils-gdb] PR22397, BFD internal error when message locale isn't C sergiodj+buildbot
@ 2017-11-05 10:38 ` sergiodj+buildbot
  2017-11-05 12:24 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2017-11-05 10:38 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

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

Commit(s) tested:
	7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22397, BFD internal error when message locale isn't C

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-s390x-m64/71/7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee/>

*** 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-s390x-m64/xfails/master/xfail;hb=4779c05>

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=4779c05>




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

* [binutils-gdb] PR22397, BFD internal error when message locale isn't C
@ 2017-11-05 10:38 sergiodj+buildbot
  2017-11-05 10:38 ` Failures on Fedora-s390x-m64, branch master sergiodj+buildbot
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2017-11-05 10:38 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee ***

Author: Alan Modra <amodra@gmail.com>
Branch: master
Commit: 7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee

PR22397, BFD internal error when message locale isn't C

This adds positional parameter support to the bfd error handler,
something that was lost 2017-04-13 when _doprnt was added with commit
c08bb8dd.  The number of format args is now limited to 9, which is
sufficient for current _bfd_error_handler messages.  If someone
exceeds 9 args they get the joy of modifying this code to support more
args (shouldn't be too difficult).

	PR 22397
	* bfd.c (union _bfd_doprnt_args): New.
	(PRINT_TYPE): Add FIELD arg.  Take value from args.
	(_bfd_doprnt): Replace ap parameter with args.  Adjust all
	PRINT_TYPE invocations and reading of format args to suit.
	Move "%%" handling out of switch handling args.  Support
	positional parameters.
	(_bfd_doprnt_scan): New function.
	(error_handler_internal): Call _bfd_doprnt_scan and read args.


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

* Failures on Fedora-x86_64-m64, branch master
  2017-11-05 10:38 [binutils-gdb] PR22397, BFD internal error when message locale isn't C sergiodj+buildbot
  2017-11-05 10:38 ` Failures on Fedora-s390x-m64, branch master sergiodj+buildbot
@ 2017-11-05 12:24 ` sergiodj+buildbot
  2017-11-05 12:52 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2017-11-05 12:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22397, BFD internal error when message locale isn't C

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m64/71/7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee/>

*** 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-m64/xfails/master/xfail;hb=5845f04>

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-m64/xfails/master/xfail.table;hb=5845f04>




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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2017-11-05 10:38 [binutils-gdb] PR22397, BFD internal error when message locale isn't C sergiodj+buildbot
  2017-11-05 10:38 ` Failures on Fedora-s390x-m64, branch master sergiodj+buildbot
  2017-11-05 12:24 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2017-11-05 12:52 ` sergiodj+buildbot
  2017-11-05 12:53 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2017-11-05 12:52 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/7842>

Commit(s) tested:
	7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22397, BFD internal error when message locale isn't C

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

*** 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-native-gdbserver-m64/xfails/master/xfail;hb=3fa00b1>

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=3fa00b1>




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2017-11-05 10:38 [binutils-gdb] PR22397, BFD internal error when message locale isn't C sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2017-11-05 12:52 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2017-11-05 12:53 ` sergiodj+buildbot
  2017-11-05 13:06 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2017-11-05 12:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22397, BFD internal error when message locale isn't C

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

*** 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=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-m64/xfails/master/xfail;hb=5fa189d>

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=5fa189d>




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

* Failures on Fedora-x86_64-m32, branch master
  2017-11-05 10:38 [binutils-gdb] PR22397, BFD internal error when message locale isn't C sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2017-11-05 12:53 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2017-11-05 13:06 ` sergiodj+buildbot
  2017-11-05 13:09 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2017-11-05 13:06 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/7860>

Commit(s) tested:
	7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22397, BFD internal error when message locale isn't C

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/71/7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee/>

*** 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-m32/xfails/master/xfail;hb=47d5b32>

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=47d5b32>




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2017-11-05 10:38 [binutils-gdb] PR22397, BFD internal error when message locale isn't C sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2017-11-05 13:06 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2017-11-05 13:09 ` sergiodj+buildbot
  2017-11-05 13:32 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2017-11-05 13:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22397, BFD internal error when message locale isn't C

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

*** 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=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-native-extended-gdbserver-m32/xfails/master/xfail;hb=22301c6>

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=22301c6>




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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2017-11-05 10:38 [binutils-gdb] PR22397, BFD internal error when message locale isn't C sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2017-11-05 13:09 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2017-11-05 13:32 ` sergiodj+buildbot
  2017-11-05 19:14 ` Failures on Ubuntu-AArch32-m32, " sergiodj+buildbot
  2017-11-05 19:39 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2017-11-05 13:32 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/7812>

Commit(s) tested:
	7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22397, BFD internal error when message locale isn't C

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

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

* Failures on Ubuntu-AArch32-m32, branch master
  2017-11-05 10:38 [binutils-gdb] PR22397, BFD internal error when message locale isn't C sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2017-11-05 13:32 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2017-11-05 19:14 ` sergiodj+buildbot
  2017-11-05 19:39 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2017-11-05 19:14 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

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

Commit(s) tested:
	7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22397, BFD internal error when message locale isn't C

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch32-m32/71/7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================


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

* Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, branch master
  2017-11-05 10:38 [binutils-gdb] PR22397, BFD internal error when message locale isn't C sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2017-11-05 19:14 ` Failures on Ubuntu-AArch32-m32, " sergiodj+buildbot
@ 2017-11-05 19:39 ` sergiodj+buildbot
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2017-11-05 19:39 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/1989>

Commit(s) tested:
	7167fe4c70ea74f1bb74a6130bb7e6bf5ca354ee

Author(s) (in the same order as the commits):
	Alan Modra <amodra@gmail.com>

Subject:
	PR22397, BFD internal error when message locale isn't C

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

*** Diff to previous build ***
============================
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=9: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=13: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=17: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=19: wait for stops
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: 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] 10+ messages in thread

end of thread, other threads:[~2017-11-05 19:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-05 10:38 [binutils-gdb] PR22397, BFD internal error when message locale isn't C sergiodj+buildbot
2017-11-05 10:38 ` Failures on Fedora-s390x-m64, branch master sergiodj+buildbot
2017-11-05 12:24 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2017-11-05 12:52 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2017-11-05 12:53 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2017-11-05 13:06 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2017-11-05 13:09 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2017-11-05 13:32 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2017-11-05 19:14 ` Failures on Ubuntu-AArch32-m32, " sergiodj+buildbot
2017-11-05 19:39 ` Failures on Ubuntu-AArch32-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).