public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Make gdbpy_parameter static
@ 2016-06-24  3:10 sergiodj+buildbot
  2016-06-24  3:15 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master sergiodj+buildbot
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-06-24  3:10 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 0c72ed4ca21e7a9f78f19179584f3886bf463689 ***

Author: Tom Tromey <tom@tromey.com>
Branch: master
Commit: 0c72ed4ca21e7a9f78f19179584f3886bf463689

Make gdbpy_parameter static

While working on the next patch in this series, I noticed that
gdbpy_parameter did not need to be exported.  This makes it "static".

2016-06-23  Tom Tromey  <tom@tromey.com>

	* python/python.c (gdbpy_parameter): Now static.
	* python/python-internal.h (gdbpy_parameter): Don't declare.


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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2016-06-24  3:10 [binutils-gdb] Make gdbpy_parameter static sergiodj+buildbot
@ 2016-06-24  3:15 ` sergiodj+buildbot
  2016-06-24  3:22 ` Failures on Debian-i686, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-06-24  3:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	0c72ed4ca21e7a9f78f19179584f3886bf463689

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make gdbpy_parameter static

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.trace/pr16508.exp: tstart
PASS -> FAIL: gdb.trace/pr16508.exp: continue
PASS -> FAIL: gdb.trace/pr16508.exp: save tfile trace file
PASS -> FAIL: gdb.trace/pr16508.exp: tfind 0
PASS -> FAIL: gdb.trace/pr16508.exp: interpreter-exec mi "-trace-find frame-number 0"
============================


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

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




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

* Failures on Debian-i686, branch master
  2016-06-24  3:10 [binutils-gdb] Make gdbpy_parameter static sergiodj+buildbot
  2016-06-24  3:15 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master sergiodj+buildbot
@ 2016-06-24  3:22 ` sergiodj+buildbot
  2016-06-24  3:27 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-06-24  3:22 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-wheezy-i686

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

Commit(s) tested:
	0c72ed4ca21e7a9f78f19179584f3886bf463689

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make gdbpy_parameter static

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: continue to breakpoint: run to breakpoint in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr1: setup: unbreak loop in thread 3
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: setup: continue to breakpoint: run to breakpoint in thread 2
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=on: signal thr2: 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=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/Debian-i686/xfails/master/xfail.table;hb=b49a91b>




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

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2016-06-24  3:10 [binutils-gdb] Make gdbpy_parameter static sergiodj+buildbot
  2016-06-24  3:15 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master sergiodj+buildbot
  2016-06-24  3:22 ` Failures on Debian-i686, " sergiodj+buildbot
@ 2016-06-24  3:27 ` sergiodj+buildbot
  2016-06-24  4:05 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-06-24  3:27 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-wheezy-s390x-1

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

Commit(s) tested:
	0c72ed4ca21e7a9f78f19179584f3886bf463689

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make gdbpy_parameter static

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





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

* Failures on Debian-i686-native-extended-gdbserver, branch master
  2016-06-24  3:10 [binutils-gdb] Make gdbpy_parameter static sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2016-06-24  3:27 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-06-24  4:05 ` sergiodj+buildbot
  2016-06-24  4:33 ` 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-06-24  4:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	wildebeest-debian-wheezy-i686

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

Commit(s) tested:
	0c72ed4ca21e7a9f78f19179584f3886bf463689

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make gdbpy_parameter static

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

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


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




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

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2016-06-24  3:10 [binutils-gdb] Make gdbpy_parameter static sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2016-06-24  4:05 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
@ 2016-06-24  4:33 ` sergiodj+buildbot
  2016-06-25  2:11 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-06-24  4:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-wheezy-s390x-1

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

Commit(s) tested:
	0c72ed4ca21e7a9f78f19179584f3886bf463689

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make gdbpy_parameter static

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





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

* Failures on Fedora-ppc64be-m64, branch master
  2016-06-24  3:10 [binutils-gdb] Make gdbpy_parameter static sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2016-06-24  4:33 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-06-25  2:11 ` sergiodj+buildbot
  2016-06-25  3:17 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-06-25  2:11 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

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

Commit(s) tested:
	0c72ed4ca21e7a9f78f19179584f3886bf463689

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make gdbpy_parameter static

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/checkpoint-ns.exp: step in 5 two
============================


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

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




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

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch master
  2016-06-24  3:10 [binutils-gdb] Make gdbpy_parameter static sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2016-06-25  2:11 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
@ 2016-06-25  3:17 ` sergiodj+buildbot
  2016-06-25  3:47 ` 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-06-25  3:17 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/3761>

Commit(s) tested:
	0c72ed4ca21e7a9f78f19179584f3886bf463689

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make gdbpy_parameter static

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





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

* Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master
  2016-06-24  3:10 [binutils-gdb] Make gdbpy_parameter static sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2016-06-25  3:17 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
@ 2016-06-25  3:47 ` sergiodj+buildbot
  2016-06-25  9:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
  2016-06-25  9:48 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-06-25  3:47 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/3769>

Commit(s) tested:
	0c72ed4ca21e7a9f78f19179584f3886bf463689

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make gdbpy_parameter static

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





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

* Failures on Fedora-ppc64le-native-extended-gdbserver-m64, branch master
  2016-06-24  3:10 [binutils-gdb] Make gdbpy_parameter static sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2016-06-25  3:47 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-06-25  9:05 ` sergiodj+buildbot
  2016-06-25  9:48 ` Failures on Fedora-ppc64le-native-gdbserver-m64, " sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-06-25  9:05 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/3702>

Commit(s) tested:
	0c72ed4ca21e7a9f78f19179584f3886bf463689

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make gdbpy_parameter static

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





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

* Failures on Fedora-ppc64le-native-gdbserver-m64, branch master
  2016-06-24  3:10 [binutils-gdb] Make gdbpy_parameter static sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2016-06-25  9:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2016-06-25  9:48 ` sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2016-06-25  9:48 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/3690>

Commit(s) tested:
	0c72ed4ca21e7a9f78f19179584f3886bf463689

Author(s) (in the same order as the commits):
	Tom Tromey <tom@tromey.com>

Subject:
	Make gdbpy_parameter static

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





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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-24  3:10 [binutils-gdb] Make gdbpy_parameter static sergiodj+buildbot
2016-06-24  3:15 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master sergiodj+buildbot
2016-06-24  3:22 ` Failures on Debian-i686, " sergiodj+buildbot
2016-06-24  3:27 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2016-06-24  4:05 ` Failures on Debian-i686-native-extended-gdbserver, " sergiodj+buildbot
2016-06-24  4:33 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-06-25  2:11 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
2016-06-25  3:17 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
2016-06-25  3:47 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-06-25  9:05 ` Failures on Fedora-ppc64le-native-extended-gdbserver-m64, " sergiodj+buildbot
2016-06-25  9:48 ` Failures on Fedora-ppc64le-native-gdbserver-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).