public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] x86: Delay setting the iplt section alignment
@ 2018-12-01 17:05 sergiodj+buildbot
2018-12-01 17:27 ` *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
` (11 more replies)
0 siblings, 12 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-01 17:05 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4 ***
Author: H.J. Lu <hjl.tools@gmail.com>
Branch: master
Commit: b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4
x86: Delay setting the iplt section alignment
Delay setting its alignment until we know it is non-empty. Otherwise an
empty iplt section may change vma and lma of the following sections, which
triggers moving dot of the following section backwards, resulting in a
warning and section lma not being set properly. It later leads to a
"File truncated" error.
bfd/
PR ld/23930
* elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Update
the iplt section alignment if it is non-empty.
(_bfd_x86_elf_link_setup_gnu_properties): Set plt.iplt_alignment
and delay setting the iplt section alignment.
* elfxx-x86.h (elf_x86_plt_layout): Add iplt_alignment.
ld/
PR ld/23930
* testsuite/ld-i386/i386.exp: Run pr23930.
* testsuite/ld-i386/pr23930.d: New file.
* testsuite/ld-x86-64/pr23930-32.t: Likewise.
* testsuite/ld-x86-64/pr23930-x32.d: Likewise.
* testsuite/ld-x86-64/pr23930.d: Likewise.
* testsuite/ld-x86-64/pr23930.t: Likewise.
* testsuite/ld-x86-64/pr23930a.s: Likewise.
* testsuite/ld-x86-64/pr23930b.s: Likewise.
* testsuite/ld-x86-64/x86-64.exp: Run pr23930 and pr23930-x32.
^ permalink raw reply [flat|nested] 13+ messages in thread
* *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE ***
2018-12-01 17:05 [binutils-gdb] x86: Delay setting the iplt section alignment sergiodj+buildbot
@ 2018-12-01 17:27 ` sergiodj+buildbot
2018-12-01 18:37 ` Failures on Fedora-i686, branch master sergiodj+buildbot
` (10 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-01 17:27 UTC (permalink / raw)
To: gdb-testers
Buildslave:
marist-fedora-s390x
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-s390x-m64/builds/10199>
Commit(s) tested:
b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4
Author(s) (in the same order as the commits):
H.J. Lu <hjl.tools@gmail.com>
Subject:
x86: Delay setting the iplt section alignment
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-s390x-m64/b4/b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4/>
*** Internal error on buildslave (no space left on device). ***
*** Please report this to the buildslave owner (see <http://gdb-build.sergiodj.net//buildslaves/marist-fedora-s390x>) ***
*** Failed to compiled GDB. ***
============================
checking for type of signal functions... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror
../../binutils-gdb/readline/complete.c:701:12: warning: implicit declaration of function wcwidth; did you mean fnwidth? [-Wimplicit-function-declaration]
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror
../../binutils-gdb/readline/display.c:768:15: warning: implicit declaration of function wcwidth [-Wimplicit-function-declaration]
../../binutils-gdb/readline/mbutil.c:122:12: warning: implicit declaration of function wcwidth [-Wimplicit-function-declaration]
============================
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-i686, branch master
2018-12-01 17:05 [binutils-gdb] x86: Delay setting the iplt section alignment sergiodj+buildbot
2018-12-01 17:27 ` *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
@ 2018-12-01 18:37 ` sergiodj+buildbot
2018-12-01 19:00 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
` (9 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-01 18:37 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-2
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/11583>
Commit(s) tested:
b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4
Author(s) (in the same order as the commits):
H.J. Lu <hjl.tools@gmail.com>
Subject:
x86: Delay setting the iplt section alignment
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-i686/b4/b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4/>
*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: 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-i686/xfails/master/xfail?id=b573043e>
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=b573043e>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-cc-with-index, branch master
2018-12-01 17:05 [binutils-gdb] x86: Delay setting the iplt section alignment sergiodj+buildbot
2018-12-01 17:27 ` *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-12-01 18:37 ` Failures on Fedora-i686, branch master sergiodj+buildbot
@ 2018-12-01 19:00 ` sergiodj+buildbot
2018-12-01 19:32 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
` (8 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-01 19:00 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-2
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cc-with-index/builds/11497>
Commit(s) tested:
b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4
Author(s) (in the same order as the commits):
H.J. Lu <hjl.tools@gmail.com>
Subject:
x86: Delay setting the iplt section alignment
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-cc-with-index/b4/b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4/>
*** 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=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-cc-with-index/xfails/master/xfail?id=bb1c8e2a>
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=bb1c8e2a>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
2018-12-01 17:05 [binutils-gdb] x86: Delay setting the iplt section alignment sergiodj+buildbot
` (2 preceding siblings ...)
2018-12-01 19:00 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2018-12-01 19:32 ` sergiodj+buildbot
2018-12-01 20:39 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
` (7 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-01 19:32 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-m64/builds/11533>
Commit(s) tested:
b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4
Author(s) (in the same order as the commits):
H.J. Lu <hjl.tools@gmail.com>
Subject:
x86: Delay setting the iplt section alignment
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m64/b4/b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4/>
*** 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-native-extended-gdbserver-m64/xfails/master/xfail?id=18d662bf>
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-m64/xfails/master/xfail.table?id=18d662bf>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-m64, branch master
2018-12-01 17:05 [binutils-gdb] x86: Delay setting the iplt section alignment sergiodj+buildbot
` (3 preceding siblings ...)
2018-12-01 19:32 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-12-01 20:39 ` sergiodj+buildbot
2018-12-01 21:53 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
` (6 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-01 20:39 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/11638>
Commit(s) tested:
b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4
Author(s) (in the same order as the commits):
H.J. Lu <hjl.tools@gmail.com>
Subject:
x86: Delay setting the iplt section alignment
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m64/b4/b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4/>
*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
============================
*** 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=328ad3c7>
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=328ad3c7>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-m32, branch master
2018-12-01 17:05 [binutils-gdb] x86: Delay setting the iplt section alignment sergiodj+buildbot
` (4 preceding siblings ...)
2018-12-01 20:39 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2018-12-01 21:53 ` sergiodj+buildbot
2018-12-02 3:36 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
` (5 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-01 21:53 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m32/builds/11336>
Commit(s) tested:
b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4
Author(s) (in the same order as the commits):
H.J. Lu <hjl.tools@gmail.com>
Subject:
x86: Delay setting the iplt section alignment
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/b4/b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4/>
*** 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=8195fb70>
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=8195fb70>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
2018-12-01 17:05 [binutils-gdb] x86: Delay setting the iplt section alignment sergiodj+buildbot
` (5 preceding siblings ...)
2018-12-01 21:53 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2018-12-02 3:36 ` sergiodj+buildbot
2018-12-02 7:48 ` Failures on RHEL-s390x-m64, " sergiodj+buildbot
` (4 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-02 3:36 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/11269>
Commit(s) tested:
b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4
Author(s) (in the same order as the commits):
H.J. Lu <hjl.tools@gmail.com>
Subject:
x86: Delay setting the iplt section alignment
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m32/b4/b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4/>
*** 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-x86_64-native-gdbserver-m32/xfails/master/xfail?id=da9a0974>
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-gdbserver-m32/xfails/master/xfail.table?id=da9a0974>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on RHEL-s390x-m64, branch master
2018-12-01 17:05 [binutils-gdb] x86: Delay setting the iplt section alignment sergiodj+buildbot
` (6 preceding siblings ...)
2018-12-02 3:36 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2018-12-02 7:48 ` sergiodj+buildbot
2018-12-03 17:49 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
` (3 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-02 7:48 UTC (permalink / raw)
To: gdb-testers
Buildslave:
rhel-7_1-s390x-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/RHEL-s390x-m64/builds/8875>
Commit(s) tested:
b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4
Author(s) (in the same order as the commits):
H.J. Lu <hjl.tools@gmail.com>
Subject:
x86: Delay setting the iplt section alignment
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/b4/b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4/>
*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: 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/RHEL-s390x-m64/xfails/master/xfail?id=4a5419c3>
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/RHEL-s390x-m64/xfails/master/xfail.table?id=4a5419c3>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master
2018-12-01 17:05 [binutils-gdb] x86: Delay setting the iplt section alignment sergiodj+buildbot
` (8 preceding siblings ...)
2018-12-03 17:49 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-12-03 17:49 ` sergiodj+buildbot
2018-12-03 18:03 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2018-12-03 18:09 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-03 17:49 UTC (permalink / raw)
To: gdb-testers
Buildslave:
ubuntu16-aarch64
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-native-extended-gdbserver-m64/builds/231>
Commit(s) tested:
b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4
Author(s) (in the same order as the commits):
H.J. Lu <hjl.tools@gmail.com>
Subject:
x86: Delay setting the iplt section alignment
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-extended-gdbserver-m64/b4/b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4/>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Ubuntu-Aarch64-native-gdbserver-m64, branch master
2018-12-01 17:05 [binutils-gdb] x86: Delay setting the iplt section alignment sergiodj+buildbot
` (7 preceding siblings ...)
2018-12-02 7:48 ` Failures on RHEL-s390x-m64, " sergiodj+buildbot
@ 2018-12-03 17:49 ` sergiodj+buildbot
2018-12-03 17:49 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
` (2 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-03 17:49 UTC (permalink / raw)
To: gdb-testers
Buildslave:
ubuntu16-aarch64
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-native-gdbserver-m64/builds/4600>
Commit(s) tested:
b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4
Author(s) (in the same order as the commits):
H.J. Lu <hjl.tools@gmail.com>
Subject:
x86: Delay setting the iplt section alignment
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-gdbserver-m64/b4/b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4/>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Debian-s390x-native-gdbserver-m64, branch master
2018-12-01 17:05 [binutils-gdb] x86: Delay setting the iplt section alignment sergiodj+buildbot
` (9 preceding siblings ...)
2018-12-03 17:49 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-12-03 18:03 ` sergiodj+buildbot
2018-12-03 18:09 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-03 18:03 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/7038>
Commit(s) tested:
b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4
Author(s) (in the same order as the commits):
H.J. Lu <hjl.tools@gmail.com>
Subject:
x86: Delay setting the iplt section alignment
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Debian-s390x-native-gdbserver-m64/b4/b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4/>
*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
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/Debian-s390x-native-gdbserver-m64/xfails/master/xfail?id=05b35623>
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-gdbserver-m64/xfails/master/xfail.table?id=05b35623>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Debian-s390x-m64, branch master
2018-12-01 17:05 [binutils-gdb] x86: Delay setting the iplt section alignment sergiodj+buildbot
` (10 preceding siblings ...)
2018-12-03 18:03 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-12-03 18:09 ` sergiodj+buildbot
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2018-12-03 18:09 UTC (permalink / raw)
To: gdb-testers
Buildslave:
debian-jessie-s390x-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Debian-s390x-m64/builds/6994>
Commit(s) tested:
b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4
Author(s) (in the same order as the commits):
H.J. Lu <hjl.tools@gmail.com>
Subject:
x86: Delay setting the iplt section alignment
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Debian-s390x-m64/b4/b44ee3a8cf21294eeb079ffbada7eeb559a9c6b4/>
*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: 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=8f3ad992>
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=8f3ad992>
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2018-12-03 14:39 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-01 17:05 [binutils-gdb] x86: Delay setting the iplt section alignment sergiodj+buildbot
2018-12-01 17:27 ` *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-12-01 18:37 ` Failures on Fedora-i686, branch master sergiodj+buildbot
2018-12-01 19:00 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2018-12-01 19:32 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-12-01 20:39 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2018-12-01 21:53 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2018-12-02 3:36 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2018-12-02 7:48 ` Failures on RHEL-s390x-m64, " sergiodj+buildbot
2018-12-03 17:49 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
2018-12-03 17:49 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-12-03 18:03 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2018-12-03 18:09 ` Failures on Debian-s390x-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).