public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* Failures on Fedora-i686, branch master
  2016-12-01  5:08 [binutils-gdb] Use std::vector for cli_ui_out_data::streams sergiodj+buildbot
@ 2016-12-01  4:58 ` sergiodj+buildbot
  2016-12-01  5:10 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-12-01  4:58 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	b9b118c3bb29052ee76c6bf32b99962cda5113ba

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

Subject:
	Use std::vector for cli_ui_out_data::streams

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/b9/b9b118c3bb29052ee76c6bf32b99962cda5113ba/>





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

* [binutils-gdb] Use std::vector for cli_ui_out_data::streams
@ 2016-12-01  5:08 sergiodj+buildbot
  2016-12-01  4:58 ` Failures on Fedora-i686, branch master sergiodj+buildbot
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-12-01  5:08 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT b9b118c3bb29052ee76c6bf32b99962cda5113ba ***

Author: Simon Marchi <simon.marchi@polymtl.ca>
Branch: master
Commit: b9b118c3bb29052ee76c6bf32b99962cda5113ba

Use std::vector for cli_ui_out_data::streams

Use a standard vector instead of the home-made version.  I used a vector
of plain pointers, because the cli_ui_out_data object doesn't own the
streams objects (i.e. they shouldn't be deleted when the vector is
deleted).

gdb/ChangeLog:

	* cli-out.h (cli_ui_out_data) <streams>: Change type to
	std::vector.
	* cli-out.c: Remove vec.h include.
	(cli_uiout_dtor): Update.
	(cli_field_fmt): Update.
	(cli_spaces): Update.
	(cli_text): Update.
	(cli_message): Update.
	(cli_flush): Update.
	(cli_redirect): Update.
	(out_field_fmt): Update.
	(field_separator): Update.
	(cli_out_data_ctor): Update.
	(cli_out_new): Update.
	(cli_out_set_stream): Update.


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

* Failures on Debian-s390x-m64, branch master
  2016-12-01  5:08 [binutils-gdb] Use std::vector for cli_ui_out_data::streams sergiodj+buildbot
  2016-12-01  4:58 ` Failures on Fedora-i686, branch master sergiodj+buildbot
@ 2016-12-01  5:10 ` sergiodj+buildbot
  2016-12-01  5:10 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-12-01  5:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

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

Commit(s) tested:
	b9b118c3bb29052ee76c6bf32b99962cda5113ba

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

Subject:
	Use std::vector for cli_ui_out_data::streams

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-s390x-m64/b9/b9b118c3bb29052ee76c6bf32b99962cda5113ba/>





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

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2016-12-01  5:08 [binutils-gdb] Use std::vector for cli_ui_out_data::streams sergiodj+buildbot
  2016-12-01  4:58 ` Failures on Fedora-i686, branch master sergiodj+buildbot
  2016-12-01  5:10 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
@ 2016-12-01  5:10 ` sergiodj+buildbot
  2016-12-01  5:46 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-12-01  5:10 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/3385>

Commit(s) tested:
	b9b118c3bb29052ee76c6bf32b99962cda5113ba

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

Subject:
	Use std::vector for cli_ui_out_data::streams

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





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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2016-12-01  5:08 [binutils-gdb] Use std::vector for cli_ui_out_data::streams sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2016-12-01  5:10 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-12-01  5:46 ` sergiodj+buildbot
  2016-12-01  5:47 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-12-01  5:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	b9b118c3bb29052ee76c6bf32b99962cda5113ba

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

Subject:
	Use std::vector for cli_ui_out_data::streams

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





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

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2016-12-01  5:08 [binutils-gdb] Use std::vector for cli_ui_out_data::streams sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2016-12-01  5:46 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2016-12-01  5:47 ` sergiodj+buildbot
  2016-12-01  7:50 ` Failures on Debian-i686, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-12-01  5:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

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

Commit(s) tested:
	b9b118c3bb29052ee76c6bf32b99962cda5113ba

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

Subject:
	Use std::vector for cli_ui_out_data::streams

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





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

* Failures on Debian-i686, branch master
  2016-12-01  5:08 [binutils-gdb] Use std::vector for cli_ui_out_data::streams sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2016-12-01  5:47 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-12-01  7:50 ` sergiodj+buildbot
  2016-12-06 21:06 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-12-01  7:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-jessie-i686

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

Commit(s) tested:
	b9b118c3bb29052ee76c6bf32b99962cda5113ba

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

Subject:
	Use std::vector for cli_ui_out_data::streams

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Debian-i686/b9/b9b118c3bb29052ee76c6bf32b99962cda5113ba/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: continue: setup: unbreak loop in thread 2
============================


*** 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-i686/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-i686/xfails/master/xfail.table;hb=a22e158>




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

* Failures on Fedora-ppc64be-m64, branch master
  2016-12-01  5:08 [binutils-gdb] Use std::vector for cli_ui_out_data::streams sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2016-12-01  7:50 ` Failures on Debian-i686, " sergiodj+buildbot
@ 2016-12-06 21:06 ` sergiodj+buildbot
  2016-12-06 21:17 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-12-06 21:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

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

Commit(s) tested:
	b9b118c3bb29052ee76c6bf32b99962cda5113ba

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

Subject:
	Use std::vector for cli_ui_out_data::streams

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





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

* Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master
  2016-12-01  5:08 [binutils-gdb] Use std::vector for cli_ui_out_data::streams sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2016-12-06 21:06 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
@ 2016-12-06 21:17 ` sergiodj+buildbot
  2016-12-11 20:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
  2016-12-11 20:47 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-12-06 21:17 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/4611>

Commit(s) tested:
	b9b118c3bb29052ee76c6bf32b99962cda5113ba

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

Subject:
	Use std::vector for cli_ui_out_data::streams

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





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

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-12-01  5:08 [binutils-gdb] Use std::vector for cli_ui_out_data::streams sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2016-12-06 21:17 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-12-11 20:00 ` sergiodj+buildbot
  2016-12-11 20:47 ` Failures on Fedora-ppc64le-m64, " sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-12-11 20:00 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/4539>

Commit(s) tested:
	b9b118c3bb29052ee76c6bf32b99962cda5113ba

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

Subject:
	Use std::vector for cli_ui_out_data::streams

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





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

* Failures on Fedora-ppc64le-m64, branch master
  2016-12-01  5:08 [binutils-gdb] Use std::vector for cli_ui_out_data::streams sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2016-12-11 20:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-12-11 20:47 ` sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-12-11 20:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64le-1

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

Commit(s) tested:
	b9b118c3bb29052ee76c6bf32b99962cda5113ba

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

Subject:
	Use std::vector for cli_ui_out_data::streams

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





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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-01  5:08 [binutils-gdb] Use std::vector for cli_ui_out_data::streams sergiodj+buildbot
2016-12-01  4:58 ` Failures on Fedora-i686, branch master sergiodj+buildbot
2016-12-01  5:10 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
2016-12-01  5:10 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2016-12-01  5:46 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2016-12-01  5:47 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-12-01  7:50 ` Failures on Debian-i686, " sergiodj+buildbot
2016-12-06 21:06 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
2016-12-06 21:17 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-12-11 20:00 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-12-11 20:47 ` 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).