public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* Failures on Fedora-x86_64-m64, branch master
  2018-06-15  1:29 [binutils-gdb] type alignment: Use type_length_units sergiodj+buildbot
@ 2018-06-15  1:17 ` sergiodj+buildbot
  2018-06-15  1:33 ` Failures on Fedora-i686, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-06-15  1:17 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	55c748a1c01f33cec0f762969db1bae457e8bcca

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

Subject:
	type alignment: Use type_length_units

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

*** 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:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m64/xfails/master/xfail?id=094feb9>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m64/xfails/master/xfail.table?id=094feb9>




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

* [binutils-gdb] type alignment: Use type_length_units
@ 2018-06-15  1:29 sergiodj+buildbot
  2018-06-15  1:17 ` Failures on Fedora-x86_64-m64, branch master sergiodj+buildbot
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-06-15  1:29 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 55c748a1c01f33cec0f762969db1bae457e8bcca ***

Author: Simon Marchi <simon.marchi@ericsson.com>
Branch: master
Commit: 55c748a1c01f33cec0f762969db1bae457e8bcca

type alignment: Use type_length_units

The type alignment value is returned in 8-bit-bytes instead of target
memory addressable units.  For example, on a target with 16-bit-bytes
where sizeof(int) == 1 (one addressable unit), alignof(int) currently
returns 2.  After, this patch, it returns 1.

gdb/ChangeLog:

	* arch-utils.c (default_type_align): Use type_length_units.
	* gdbtypes.c (type_align): Use type_length_units.


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

* Failures on Fedora-i686, branch master
  2018-06-15  1:29 [binutils-gdb] type alignment: Use type_length_units sergiodj+buildbot
  2018-06-15  1:17 ` Failures on Fedora-x86_64-m64, branch master sergiodj+buildbot
@ 2018-06-15  1:33 ` sergiodj+buildbot
  2018-06-15  2:14 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-06-15  1:33 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	55c748a1c01f33cec0f762969db1bae457e8bcca

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

Subject:
	type alignment: Use type_length_units

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

*** 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:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-i686/xfails/master/xfail?id=cc47d29>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-i686/xfails/master/xfail.table?id=cc47d29>




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2018-06-15  1:29 [binutils-gdb] type alignment: Use type_length_units sergiodj+buildbot
  2018-06-15  1:17 ` Failures on Fedora-x86_64-m64, branch master sergiodj+buildbot
  2018-06-15  1:33 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2018-06-15  2:14 ` sergiodj+buildbot
  2018-06-15  2:31 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-06-15  2:14 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/9798>

Commit(s) tested:
	55c748a1c01f33cec0f762969db1bae457e8bcca

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

Subject:
	type alignment: Use type_length_units

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

*** Diff to previous build ***
============================
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
new FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=1: run failure detected
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:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m32/xfails/master/xfail?id=28e21df>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m32/xfails/master/xfail.table?id=28e21df>




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

* Failures on Fedora-x86_64-m32, branch master
  2018-06-15  1:29 [binutils-gdb] type alignment: Use type_length_units sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2018-06-15  2:14 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2018-06-15  2:31 ` sergiodj+buildbot
  2018-06-15  2:39 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-06-15  2:31 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	55c748a1c01f33cec0f762969db1bae457e8bcca

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

Subject:
	type alignment: Use type_length_units

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

*** Diff to previous build ***
============================
new FAIL: gdb.base/corefile.exp: core-file warning-free
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m32/xfails/master/xfail?id=0cba6d8>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-m32/xfails/master/xfail.table?id=0cba6d8>




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

* Failures on Debian-s390x-m64, branch master
  2018-06-15  1:29 [binutils-gdb] type alignment: Use type_length_units sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2018-06-15  2:31 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2018-06-15  2:39 ` sergiodj+buildbot
  2018-06-15  3:12 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
  2018-06-15  3:21 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
  6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-06-15  2:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

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

Commit(s) tested:
	55c748a1c01f33cec0f762969db1bae457e8bcca

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

Subject:
	type alignment: Use type_length_units

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

*** 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:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-m64/xfails/master/xfail?id=2d249a7>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-m64/xfails/master/xfail.table?id=2d249a7>




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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2018-06-15  1:29 [binutils-gdb] type alignment: Use type_length_units sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2018-06-15  2:39 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
@ 2018-06-15  3:12 ` sergiodj+buildbot
  2018-06-15  3:21 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
  6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-06-15  3:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	55c748a1c01f33cec0f762969db1bae457e8bcca

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

Subject:
	type alignment: Use type_length_units

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

*** 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=0: inferior 1 exited
============================


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

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-cc-with-index/xfails/master/xfail?id=954671b>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-cc-with-index/xfails/master/xfail.table?id=954671b>




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

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2018-06-15  1:29 [binutils-gdb] type alignment: Use type_length_units sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2018-06-15  3:12 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2018-06-15  3:21 ` sergiodj+buildbot
  6 siblings, 0 replies; 8+ messages in thread
From: sergiodj+buildbot @ 2018-06-15  3:21 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/5832>

Commit(s) tested:
	55c748a1c01f33cec0f762969db1bae457e8bcca

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

Subject:
	type alignment: Use type_length_units

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

*** 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:

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-extended-gdbserver-m64/xfails/master/xfail?id=0098a58>

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

	<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Debian-s390x-native-extended-gdbserver-m64/xfails/master/xfail.table?id=0098a58>




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

end of thread, other threads:[~2018-06-15  2:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-15  1:29 [binutils-gdb] type alignment: Use type_length_units sergiodj+buildbot
2018-06-15  1:17 ` Failures on Fedora-x86_64-m64, branch master sergiodj+buildbot
2018-06-15  1:33 ` Failures on Fedora-i686, " sergiodj+buildbot
2018-06-15  2:14 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2018-06-15  2:31 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2018-06-15  2:39 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
2018-06-15  3:12 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2018-06-15  3:21 ` Failures on Debian-s390x-native-extended-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).