public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] riscv: Cache the max alignment of output sections
@ 2017-10-10  5:49 sergiodj+buildbot
  2017-10-10  5:49 ` Failures on Fedora-s390x-m64, branch master sergiodj+buildbot
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-10-10  5:49 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff ***

Author: H.J. Lu <hjl.tools@gmail.com>
Branch: master
Commit: fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

riscv: Cache the max alignment of output sections

Cache the max alignment of output sections instead of scanning all
output sections for each input section, which can take a very long
time if there are millions of input/output sections.

	PR ld/22274
	* elfnn-riscv.c (riscv_elf_link_hash_table): Add max_alignment.
	(riscv_elf_link_hash_table_create): Initialize max_alignment to
	(bfd_vma) -1.
	(_bfd_riscv_relax_section): Cache the max alignment of output
	sections if possible.


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

* Failures on Fedora-s390x-m64, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
@ 2017-10-10  5:49 ` sergiodj+buildbot
  2017-10-10  6:39 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-10-10  5:49 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

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

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

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

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
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-s390x-m64/xfails/master/xfail;hb=f504840>

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




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

* Failures on Ubuntu-AArch64-native-gdbserver-m64, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
  2017-10-10  5:49 ` Failures on Fedora-s390x-m64, branch master sergiodj+buildbot
@ 2017-10-10  6:39 ` sergiodj+buildbot
  2017-10-10  7:09 ` Failures on Ubuntu-AArch64-m64, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-10-10  6:39 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/3112>

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

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

*** 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/Ubuntu-AArch64-native-gdbserver-m64/xfails/master/xfail;hb=754eb9f>

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=754eb9f>




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

* Failures on Ubuntu-AArch64-m64, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
  2017-10-10  5:49 ` Failures on Fedora-s390x-m64, branch master sergiodj+buildbot
  2017-10-10  6:39 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
@ 2017-10-10  7:09 ` sergiodj+buildbot
  2017-10-10 10:46 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-10-10  7:09 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-aarch64-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-AArch64-m64/builds/3120>

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-AArch64-m64/fc/fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff/>

*** 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/Ubuntu-AArch64-m64/xfails/master/xfail;hb=ccd27c5>

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




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

* Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2017-10-10  7:09 ` Failures on Ubuntu-AArch64-m64, " sergiodj+buildbot
@ 2017-10-10 10:46 ` sergiodj+buildbot
  2017-10-10 11:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-10-10 10:46 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/1731>

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

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

*** Diff to previous build ***
============================
new KFAIL: gdb.base/step-over-syscall.exp: clone: displaced=on: single step over clone
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=2: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=3: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=4: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=5: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=11: wait for stops
new FAIL: gdb.threads/interrupt-while-step-over.exp: displaced-stepping=off: iter=18: wait for stops
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 ***

FAILURE TO OBTAIN THE COMMIT FOR THE XFAIL LIST.  PLEASE CONTACT THE BUILDBOT ADMIN.




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

* Failures on Ubuntu-AArch32-native-gdbserver-m32, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2017-10-10 10:46 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2017-10-10 11:18 ` sergiodj+buildbot
  2017-10-10 19:25 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-10-10 11:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu-trusty-aarch32-1

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

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

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

*** 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/Ubuntu-AArch32-native-gdbserver-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-native-gdbserver-m32/xfails/master/xfail.table;hb=>




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

* Failures on Fedora-x86_64-m64, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2017-10-10 11:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, " sergiodj+buildbot
@ 2017-10-10 19:25 ` sergiodj+buildbot
  2017-10-10 19:30 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-10-10 19:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

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

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

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




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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2017-10-10 19:25 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2017-10-10 19:30 ` sergiodj+buildbot
  2017-10-10 20:20 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-10-10 19:30 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/7522>

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

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

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

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-m32/xfails/master/xfail.table;hb=7dbecda>




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

* Failures on Fedora-x86_64-m32, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2017-10-10 19:30 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2017-10-10 20:20 ` sergiodj+buildbot
  2017-10-10 20:36 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-10-10 20:20 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/7537>

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

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

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

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




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2017-10-10 20:20 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2017-10-10 20:36 ` sergiodj+buildbot
  2017-11-20  8:59 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-10-10 20:36 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/7526>

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

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

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

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




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

* Failures on Fedora-ppc64be-m64, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2017-10-10 20:36 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2017-11-20  8:59 ` sergiodj+buildbot
  2017-11-20 15:25 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-11-20  8:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

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

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

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

*** Diff to previous build ***
============================
new FAIL: gdb.mi/mi-async.exp: restart: send
============================


*** 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=25ed6e5>

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=25ed6e5>




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

* Failures on Fedora-ppc64be-native-gdbserver-m64, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2017-11-20  8:59 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
@ 2017-11-20 15:25 ` sergiodj+buildbot
  2017-11-20 21:51 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
  2017-11-20 23:06 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-11-20 15:25 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/5386>

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

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





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

* Failures on Fedora-ppc64be-native-extended-gdbserver-m64, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2017-11-20 15:25 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
@ 2017-11-20 21:51 ` sergiodj+buildbot
  2017-11-20 23:06 ` Failures on Fedora-ppc64be-cc-with-index, " sergiodj+buildbot
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-11-20 21:51 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/5426>

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

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





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

* Failures on Fedora-ppc64be-cc-with-index, branch master
  2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
                   ` (11 preceding siblings ...)
  2017-11-20 21:51 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2017-11-20 23:06 ` sergiodj+buildbot
  12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2017-11-20 23:06 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-ppc64be-1

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

Commit(s) tested:
	fc3c534364ca6d6de4f0dbcaf347ec85f5e2f8ff

Author(s) (in the same order as the commits):
	H.J. Lu <hjl.tools@gmail.com>

Subject:
	riscv: Cache the max alignment of output sections

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: no new threads
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted on
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break break_fn
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 1
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 2
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: break at break_fn: 3
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: reset timer in the inferior
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: print seconds_left
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: detach
PASS -> FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: set breakpoint always-inserted off
new FAIL: gdb.threads/attach-many-short-lived-threads.exp: iter 1: delete all breakpoints in delete_breakpoints
============================


*** 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-cc-with-index/xfails/master/xfail;hb=014eccc>

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-cc-with-index/xfails/master/xfail.table;hb=014eccc>




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

end of thread, other threads:[~2017-11-20 23:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-10  5:49 [binutils-gdb] riscv: Cache the max alignment of output sections sergiodj+buildbot
2017-10-10  5:49 ` Failures on Fedora-s390x-m64, branch master sergiodj+buildbot
2017-10-10  6:39 ` Failures on Ubuntu-AArch64-native-gdbserver-m64, " sergiodj+buildbot
2017-10-10  7:09 ` Failures on Ubuntu-AArch64-m64, " sergiodj+buildbot
2017-10-10 10:46 ` Failures on Ubuntu-AArch32-native-extended-gdbserver-m32, " sergiodj+buildbot
2017-10-10 11:18 ` Failures on Ubuntu-AArch32-native-gdbserver-m32, " sergiodj+buildbot
2017-10-10 19:25 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2017-10-10 19:30 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2017-10-10 20:20 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2017-10-10 20:36 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2017-11-20  8:59 ` Failures on Fedora-ppc64be-m64, " sergiodj+buildbot
2017-11-20 15:25 ` Failures on Fedora-ppc64be-native-gdbserver-m64, " sergiodj+buildbot
2017-11-20 21:51 ` Failures on Fedora-ppc64be-native-extended-gdbserver-m64, " sergiodj+buildbot
2017-11-20 23:06 ` Failures on Fedora-ppc64be-cc-with-index, " 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).