public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf
@ 2016-11-17 16:49 sergiodj+buildbot
  2016-11-17 17:22 ` Failures on Fedora-x86_64-m32, branch master sergiodj+buildbot
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2016-11-17 16:49 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 66be918f5f9f78d74c70aa332756286ff9d0ccf2 ***

Author: Pedro Alves <palves@redhat.com>
Branch: master
Commit: 66be918f5f9f78d74c70aa332756286ff9d0ccf2

gdb/c-exp.y: fprintf -> parser_fprintf

Switching GDB to make use of gnulib's C++ namespace support mode
revealed these direct uses of fprintf in the C parser, where
parser_fprintf should be used to handle rewiring stderr to gdb_stderr:

 ..../src/gdb/c-exp.y: In function void c_print_token(FILE*, int, YYSTYPE):
 ..../src/gdb/c-exp.y:3220:45: error: call to fprintf declared with attribute warning: The symbol ::fprintf refers to the system function. Use gnulib::fprintf instead. [-Werror]
	  pulongest (value.typed_val_int.val));
					      ^
 ..../src/gdb/c-exp.y:3231:62: error: call to fprintf declared with attribute warning: The symbol ::fprintf refers to the system function. Use gnulib::fprintf instead. [-Werror]
   fprintf (file, "tsval<type=%d, %s>", value.tsval.type, copy);
							       ^
 ..../src/gdb/c-exp.y:3237:57: error: call to fprintf declared with attribute warning: The symbol ::fprintf refers to the system function. Use gnulib::fprintf instead. [-Werror]
	fprintf (file, "sval<%s>", copy_name (value.sval));
							  ^
 ..../src/gdb/c-exp.y:3243:39: error: call to fprintf declared with attribute warning: The symbol ::fprintf refers to the system function. Use gnulib::fprintf instead. [-Werror]
	  copy_name (value.tsym.stoken));
					^
 ..../src/gdb/c-exp.y:3254:39: error: call to fprintf declared with attribute warning: The symbol ::fprintf refers to the system function. Use gnulib::fprintf instead. [-Werror]
	  value.ssym.is_a_field_of_this);
					^
 ..../src/gdb/c-exp.y:3258:70: error: call to fprintf declared with attribute warning: The symbol ::fprintf refers to the system function. Use gnulib::fprintf instead. [-Werror]
	fprintf (file, "bval<%s>", host_address_to_string (value.bval));
                                                                      ^

gdb/ChangeLog:
2016-11-17  Pedro Alves  <palves@redhat.com>

	* c-exp.y (c_print_token): Use parser_fprintf instead of fprintf.


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

* Failures on Fedora-x86_64-m32, branch master
  2016-11-17 16:49 [binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf sergiodj+buildbot
@ 2016-11-17 17:22 ` sergiodj+buildbot
  2016-11-17 17:29 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2016-11-17 17:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	66be918f5f9f78d74c70aa332756286ff9d0ccf2

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

Subject:
	gdb/c-exp.y: fprintf -> parser_fprintf

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

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


*** 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=a884d52>

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=a884d52>




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

* Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master
  2016-11-17 16:49 [binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf sergiodj+buildbot
  2016-11-17 17:22 ` Failures on Fedora-x86_64-m32, branch master sergiodj+buildbot
@ 2016-11-17 17:29 ` sergiodj+buildbot
  2016-11-17 17:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2016-11-17 17:29 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/866>

Commit(s) tested:
	66be918f5f9f78d74c70aa332756286ff9d0ccf2

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

Subject:
	gdb/c-exp.y: fprintf -> parser_fprintf

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit
============================


*** 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=f630c35>

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=f630c35>




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

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2016-11-17 16:49 [binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf sergiodj+buildbot
  2016-11-17 17:22 ` Failures on Fedora-x86_64-m32, branch master sergiodj+buildbot
  2016-11-17 17:29 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-11-17 17:36 ` sergiodj+buildbot
  2016-11-17 17:43 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2016-11-17 17:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-s390x-native-gdbserver-m64/builds/3285>

Commit(s) tested:
	66be918f5f9f78d74c70aa332756286ff9d0ccf2

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

Subject:
	gdb/c-exp.y: fprintf -> parser_fprintf

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-native-gdbserver-m64/66/66be918f5f9f78d74c70aa332756286ff9d0ccf2/>





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

* Failures on Debian-x86_64-native-extended-gdbserver-m64, branch master
  2016-11-17 16:49 [binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2016-11-17 17:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-11-17 17:43 ` sergiodj+buildbot
  2016-11-23 20:36 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2016-11-17 17:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-jessie-x86_64

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

Commit(s) tested:
	66be918f5f9f78d74c70aa332756286ff9d0ccf2

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

Subject:
	gdb/c-exp.y: fprintf -> parser_fprintf

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-x86_64-native-extended-gdbserver-m64/66/66be918f5f9f78d74c70aa332756286ff9d0ccf2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.trace/tspeed.exp: advance through tracing
PASS -> FAIL: gdb.trace/tspeed.exp: check on trace status
new FAIL: gdb.trace/tspeed.exp: tstop
new FAIL: gdb.trace/tspeed.exp: set conditional fast tracepoint
============================


*** 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/Debian-x86_64-native-extended-gdbserver-m64/xfails/master/xfail;hb=a22e158>

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/Debian-x86_64-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=a22e158>




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

* Failures on Fedora-ppc64be-m64, branch master
  2016-11-17 16:49 [binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2016-11-17 17:43 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-11-23 20:36 ` sergiodj+buildbot
  2016-11-23 23:38 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2016-11-23 20:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

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

Commit(s) tested:
	66be918f5f9f78d74c70aa332756286ff9d0ccf2

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

Subject:
	gdb/c-exp.y: fprintf -> parser_fprintf

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64be-m64/66/66be918f5f9f78d74c70aa332756286ff9d0ccf2/>





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

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch master
  2016-11-17 16:49 [binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2016-11-23 20:36 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
@ 2016-11-23 23:38 ` sergiodj+buildbot
  2016-11-29 17:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2016-11-23 23:38 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/4503>

Commit(s) tested:
	66be918f5f9f78d74c70aa332756286ff9d0ccf2

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

Subject:
	gdb/c-exp.y: fprintf -> parser_fprintf

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64be-native-gdbserver-m64/66/66be918f5f9f78d74c70aa332756286ff9d0ccf2/>





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

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-11-17 16:49 [binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2016-11-23 23:38 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-11-29 17:48 ` sergiodj+buildbot
  2016-11-29 19:18 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
  2016-11-29 19:55 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2016-11-29 17:48 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/4445>

Commit(s) tested:
	66be918f5f9f78d74c70aa332756286ff9d0ccf2

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

Subject:
	gdb/c-exp.y: fprintf -> parser_fprintf

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-extended-gdbserver-m64/66/66be918f5f9f78d74c70aa332756286ff9d0ccf2/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/forking-threads-plus-breakpoint.exp: cond_bp_target=0: detach_on_fork=on: displaced=off: 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-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail;hb=b49a91b>

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-ppc64le-native-extended-gdbserver-m64/xfails/master/xfail.table;hb=b49a91b>




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

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch master
  2016-11-17 16:49 [binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2016-11-29 17:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-11-29 19:18 ` sergiodj+buildbot
  2016-11-29 19:55 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2016-11-29 19:18 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/4434>

Commit(s) tested:
	66be918f5f9f78d74c70aa332756286ff9d0ccf2

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

Subject:
	gdb/c-exp.y: fprintf -> parser_fprintf

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-native-gdbserver-m64/66/66be918f5f9f78d74c70aa332756286ff9d0ccf2/>





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

* Failures on Fedora-ppc64le-m64, branch master
  2016-11-17 16:49 [binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2016-11-29 19:18 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-11-29 19:55 ` sergiodj+buildbot
  8 siblings, 0 replies; 10+ messages in thread
From: sergiodj+buildbot @ 2016-11-29 19:55 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

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

Commit(s) tested:
	66be918f5f9f78d74c70aa332756286ff9d0ccf2

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

Subject:
	gdb/c-exp.y: fprintf -> parser_fprintf

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-ppc64le-m64/66/66be918f5f9f78d74c70aa332756286ff9d0ccf2/>





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

end of thread, other threads:[~2016-11-29 17:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-17 16:49 [binutils-gdb] gdb/c-exp.y: fprintf -> parser_fprintf sergiodj+buildbot
2016-11-17 17:22 ` Failures on Fedora-x86_64-m32, branch master sergiodj+buildbot
2016-11-17 17:29 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
2016-11-17 17:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2016-11-17 17:43 ` Failures on Debian-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-11-23 20:36 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
2016-11-23 23:38 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
2016-11-29 17:48 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-11-29 19:18 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
2016-11-29 19:55 ` 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).