public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* Failures on Fedora-i686, branch master
2019-01-03 18:01 [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display sergiodj+buildbot
@ 2019-01-03 18:01 ` sergiodj+buildbot
2019-01-03 18:06 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
` (10 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 18:01 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-3
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/11762>
Commit(s) tested:
ef1ad42b8b5f2c43d74582d2e629841c39962c18
Author(s) (in the same order as the commits):
John Darrington <john@darrington.wattle.id.au>
Subject:
S12Z: opcodes: Separate the decoding of operations from their display.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-i686/ef/ef1ad42b8b5f2c43d74582d2e629841c39962c18/>
*** 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=0: inferior 1 exited
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/Fedora-i686/xfails/master/xfail?id=4d6d47ec>
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=4d6d47ec>
^ permalink raw reply [flat|nested] 13+ messages in thread
* [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display.
@ 2019-01-03 18:01 sergiodj+buildbot
2019-01-03 18:01 ` Failures on Fedora-i686, branch master sergiodj+buildbot
` (11 more replies)
0 siblings, 12 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 18:01 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT ef1ad42b8b5f2c43d74582d2e629841c39962c18 ***
Author: John Darrington <john@darrington.wattle.id.au>
Branch: master
Commit: ef1ad42b8b5f2c43d74582d2e629841c39962c18
S12Z: opcodes: Separate the decoding of operations from their display.
This change adds an abstraction layer between the decoding of machine
operations and their disassembled textual representation. This allows
the decoding routines to be re-used for other purposes (at the expense)
of slightly slower running time.
ChangeLog: opcodes/
* s12z-opc.c: New file.
* s12z-opc.h: New file.
* s12z-dis.c: Removed all code not directly related to display
of instructions. Used the interface provided by the new files
instead.
* Makefile.am (TARGET_LIBOPCODES_CFILES) Add s12z-opc.c.
* Makefile.in: regenerate.
* configure.ac (bfd_s12z_arch): Correct the dependencies.
* configure: regenerate.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
2019-01-03 18:01 [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display sergiodj+buildbot
2019-01-03 18:01 ` Failures on Fedora-i686, branch master sergiodj+buildbot
@ 2019-01-03 18:06 ` sergiodj+buildbot
2019-01-03 18:27 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
` (9 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 18:06 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/7326>
Commit(s) tested:
ef1ad42b8b5f2c43d74582d2e629841c39962c18
Author(s) (in the same order as the commits):
John Darrington <john@darrington.wattle.id.au>
Subject:
S12Z: opcodes: Separate the decoding of operations from their display.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/ef/ef1ad42b8b5f2c43d74582d2e629841c39962c18/>
*** 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/Debian-s390x-native-extended-gdbserver-m64/xfails/master/xfail?id=e0dca843>
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=e0dca843>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
2019-01-03 18:01 [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display sergiodj+buildbot
2019-01-03 18:01 ` Failures on Fedora-i686, branch master sergiodj+buildbot
2019-01-03 18:06 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2019-01-03 18:27 ` sergiodj+buildbot
2019-01-03 18:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
` (8 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 18:27 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-2
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m64/builds/11712>
Commit(s) tested:
ef1ad42b8b5f2c43d74582d2e629841c39962c18
Author(s) (in the same order as the commits):
John Darrington <john@darrington.wattle.id.au>
Subject:
S12Z: opcodes: Separate the decoding of operations from their display.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m64/ef/ef1ad42b8b5f2c43d74582d2e629841c39962c18/>
*** 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-extended-gdbserver-m64/xfails/master/xfail?id=a8bdb937>
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=a8bdb937>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Debian-s390x-native-gdbserver-m64, branch master
2019-01-03 18:01 [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display sergiodj+buildbot
` (2 preceding siblings ...)
2019-01-03 18:27 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2019-01-03 18:36 ` sergiodj+buildbot
2019-01-03 18:40 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
` (7 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 18:36 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/7183>
Commit(s) tested:
ef1ad42b8b5f2c43d74582d2e629841c39962c18
Author(s) (in the same order as the commits):
John Darrington <john@darrington.wattle.id.au>
Subject:
S12Z: opcodes: Separate the decoding of operations from their display.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Debian-s390x-native-gdbserver-m64/ef/ef1ad42b8b5f2c43d74582d2e629841c39962c18/>
*** 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/Debian-s390x-native-gdbserver-m64/xfails/master/xfail?id=808ebe15>
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=808ebe15>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-m64, branch master
2019-01-03 18:01 [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display sergiodj+buildbot
` (3 preceding siblings ...)
2019-01-03 18:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2019-01-03 18:40 ` sergiodj+buildbot
2019-01-03 18:52 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
` (6 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 18:40 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m64/builds/11816>
Commit(s) tested:
ef1ad42b8b5f2c43d74582d2e629841c39962c18
Author(s) (in the same order as the commits):
John Darrington <john@darrington.wattle.id.au>
Subject:
S12Z: opcodes: Separate the decoding of operations from their display.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m64/ef/ef1ad42b8b5f2c43d74582d2e629841c39962c18/>
*** 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=62f6d63d>
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=62f6d63d>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
2019-01-03 18:01 [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display sergiodj+buildbot
` (4 preceding siblings ...)
2019-01-03 18:40 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2019-01-03 18:52 ` sergiodj+buildbot
2019-01-03 18:53 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
` (5 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 18:52 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/11441>
Commit(s) tested:
ef1ad42b8b5f2c43d74582d2e629841c39962c18
Author(s) (in the same order as the commits):
John Darrington <john@darrington.wattle.id.au>
Subject:
S12Z: opcodes: Separate the decoding of operations from their display.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m32/ef/ef1ad42b8b5f2c43d74582d2e629841c39962c18/>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=off: follow_fork_mode=parent: detach_on_fork=off: run
PASS -> FAIL: gdb.base/fork-print-inferior-events.exp: print_inferior_events=on: follow_fork_mode=parent: detach_on_fork=off: run
PASS -> FAIL: gdb.base/multi-forks.exp: info inferior 6
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 4
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 6
PASS -> FAIL: gdb.multi/bkpt-multi-exec.exp: run
PASS -> FAIL: gdb.multi/multi-term-settings.exp: inf1_how=attach: inf2_how=attach: continue
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-m32/xfails/master/xfail?id=d39bf374>
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=d39bf374>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Debian-s390x-m64, branch master
2019-01-03 18:01 [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display sergiodj+buildbot
` (5 preceding siblings ...)
2019-01-03 18:52 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2019-01-03 18:53 ` sergiodj+buildbot
2019-01-03 19:01 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
` (4 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 18:53 UTC (permalink / raw)
To: gdb-testers
Buildslave:
debian-jessie-s390x-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Debian-s390x-m64/builds/7139>
Commit(s) tested:
ef1ad42b8b5f2c43d74582d2e629841c39962c18
Author(s) (in the same order as the commits):
John Darrington <john@darrington.wattle.id.au>
Subject:
S12Z: opcodes: Separate the decoding of operations from their display.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Debian-s390x-m64/ef/ef1ad42b8b5f2c43d74582d2e629841c39962c18/>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.linespec/explicit.exp: complete with no arguments and no symbols: cmd complete "b "
PASS -> FAIL: gdb.linespec/explicit.exp: complete with no arguments and no symbols: cmd complete "b -"
PASS -> FAIL: gdb.linespec/explicit.exp: complete with no arguments and no symbols: tab complete "b "
PASS -> FAIL: gdb.linespec/explicit.exp: complete with no arguments and no symbols: tab complete "b -"
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/Debian-s390x-m64/xfails/master/xfail?id=d6c78ac7>
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=d6c78ac7>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
2019-01-03 18:01 [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display sergiodj+buildbot
` (6 preceding siblings ...)
2019-01-03 18:53 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
@ 2019-01-03 19:01 ` sergiodj+buildbot
2019-01-03 19:19 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
` (3 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 19:01 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-m64/builds/11679>
Commit(s) tested:
ef1ad42b8b5f2c43d74582d2e629841c39962c18
Author(s) (in the same order as the commits):
John Darrington <john@darrington.wattle.id.au>
Subject:
S12Z: opcodes: Separate the decoding of operations from their display.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m64/ef/ef1ad42b8b5f2c43d74582d2e629841c39962c18/>
*** 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/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail?id=2447d283>
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-m64/xfails/master/xfail.table?id=2447d283>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-m32, branch master
2019-01-03 18:01 [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display sergiodj+buildbot
` (7 preceding siblings ...)
2019-01-03 19:01 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2019-01-03 19:19 ` sergiodj+buildbot
2019-01-03 19:26 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
` (2 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 19:19 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/11514>
Commit(s) tested:
ef1ad42b8b5f2c43d74582d2e629841c39962c18
Author(s) (in the same order as the commits):
John Darrington <john@darrington.wattle.id.au>
Subject:
S12Z: opcodes: Separate the decoding of operations from their display.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/ef/ef1ad42b8b5f2c43d74582d2e629841c39962c18/>
*** 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
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-x86_64-m32/xfails/master/xfail?id=b78defff>
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=b78defff>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
2019-01-03 18:01 [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display sergiodj+buildbot
` (8 preceding siblings ...)
2019-01-03 19:19 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2019-01-03 19:26 ` sergiodj+buildbot
2019-01-04 3:10 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
2019-01-04 4:42 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-03 19:26 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-2
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m32/builds/11447>
Commit(s) tested:
ef1ad42b8b5f2c43d74582d2e629841c39962c18
Author(s) (in the same order as the commits):
John Darrington <john@darrington.wattle.id.au>
Subject:
S12Z: opcodes: Separate the decoding of operations from their display.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m32/ef/ef1ad42b8b5f2c43d74582d2e629841c39962c18/>
*** Diff to previous build ***
============================
new UNRESOLVED: gdb.base/interrupt.exp: echo more data
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=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-gdbserver-m32/xfails/master/xfail?id=60fa4592>
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=60fa4592>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master
2019-01-03 18:01 [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display sergiodj+buildbot
` (9 preceding siblings ...)
2019-01-03 19:26 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2019-01-04 3:10 ` sergiodj+buildbot
2019-01-04 4:42 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-04 3:10 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/375>
Commit(s) tested:
ef1ad42b8b5f2c43d74582d2e629841c39962c18
Author(s) (in the same order as the commits):
John Darrington <john@darrington.wattle.id.au>
Subject:
S12Z: opcodes: Separate the decoding of operations from their display.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-extended-gdbserver-m64/ef/ef1ad42b8b5f2c43d74582d2e629841c39962c18/>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Failures on Ubuntu-Aarch64-native-gdbserver-m64, branch master
2019-01-03 18:01 [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display sergiodj+buildbot
` (10 preceding siblings ...)
2019-01-04 3:10 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2019-01-04 4:42 ` sergiodj+buildbot
11 siblings, 0 replies; 13+ messages in thread
From: sergiodj+buildbot @ 2019-01-04 4:42 UTC (permalink / raw)
To: gdb-testers
Buildslave:
ubuntu16-aarch64
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-native-gdbserver-m64/builds/4744>
Commit(s) tested:
ef1ad42b8b5f2c43d74582d2e629841c39962c18
Author(s) (in the same order as the commits):
John Darrington <john@darrington.wattle.id.au>
Subject:
S12Z: opcodes: Separate the decoding of operations from their display.
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-gdbserver-m64/ef/ef1ad42b8b5f2c43d74582d2e629841c39962c18/>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.ada/complete.exp: complete p inner.insi
PASS -> FAIL: gdb.ada/complete.exp: complete p insi
PASS -> FAIL: gdb.ada/null_array.exp: print my_matrix
PASS -> FAIL: gdb.ada/null_array.exp: ptype my_table
PASS -> FAIL: gdb.ada/ptype_field.exp: ptype circle.pos
PASS -> FAIL: gdb.ada/str_binop_equal.exp: print my_str = "AB"
PASS -> FAIL: gdb.ada/str_binop_equal.exp: print my_str = "ABCD"
PASS -> FAIL: gdb.ada/str_binop_equal.exp: print my_str = "EFGH"
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print a
PASS -> FAIL: gdb.ada/var_arr_typedef.exp: print vb
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #1
PASS -> FAIL: gdb.base/bitfields.exp: continuing to break1 #2
PASS -> FAIL: gdb.base/bitfields.exp: print flags
PASS -> FAIL: gdb.base/charset.exp: print the null character in ASCII
PASS -> FAIL: gdb.base/commands.exp: deprecated_command_test: maintenance deprecate p "new_p" /1/
PASS -> FAIL: gdb.base/commands.exp: deprecated_command_test: tried to deprecate non-existing command
FAIL -> UNRESOLVED: gdb.base/commands.exp: progvar_complex_if_while_test: cannot run to factorial
new FAIL: gdb.base/commands.exp: progvar_complex_if_while_test: info breakpoints
UNRESOLVED -> FAIL: gdb.base/commands.exp: progvar_simple_while_test: cannot run to factorial
FAIL -> UNRESOLVED: gdb.base/commands.exp: test_command_prompt_position: cannot run to factorial
new FAIL: gdb.base/commands.exp: test_command_prompt_position: info breakpoints
new FAIL: gdb.base/complex.exp: info breakpoints
PASS -> FAIL: gdb.base/dbx.exp: file average.c:1
PASS -> FAIL: gdb.base/dbx.exp: whereis my_list
PASS -> FAIL: gdb.base/detach.exp: detach, two
PASS -> FAIL: gdb.base/ena-dis-br.exp: break marker3
PASS -> FAIL: gdb.base/ena-dis-br.exp: delete break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: enable break marker1
PASS -> FAIL: gdb.base/ena-dis-br.exp: enable del break marker3
PASS -> FAIL: gdb.base/ena-dis-br.exp: info auto-deleted break marker2
PASS -> FAIL: gdb.base/ena-dis-br.exp: info auto-deleted break marker3
UNRESOLVED -> FAIL: gdb.base/execution-termios.exp: continue: can't run to main
FAIL -> UNRESOLVED: gdb.base/execution-termios.exp: infcall: can't run to main
new FAIL: gdb.base/execution-termios.exp: infcall: info breakpoints
PASS -> FAIL: gdb.base/find.exp: pattern found at end of range
new FAIL: gdb.base/foll-fork.exp: info breakpoints
PASS -> FAIL: gdb.base/funcargs.exp: backtrace through call with trampolines
PASS -> FAIL: gdb.base/funcargs.exp: continue to call0a
new FAIL: gdb.base/funcargs.exp: info breakpoints
PASS -> UNRESOLVED: gdb.base/funcargs.exp: print c in localvars_in_indirect_call
PASS -> FAIL: gdb.base/funcargs.exp: stepping into function called with trampolines
PASS -> UNRESOLVED: gdb.base/hbreak2.exp: hardware breakpoint support
PASS -> FAIL: gdb.base/jit-simple.exp: shared: change addr: initial run: get address of __jit_debug_descriptor
PASS -> FAIL: gdb.base/jit-simple.exp: standalone: same addr: second run: get address of __jit_debug_descriptor
PASS -> UNRESOLVED: gdb.base/reread.exp: opts= "-fPIE" "ldflags=-pie" : breakpoint foo in first file
PASS -> FAIL: gdb.base/sepdebug.exp: finish with arguments disallowed
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: next on breakpoint, to handler entry: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: nexti on breakpoint, skip handler, with sw-watchpoint, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, skip handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: step on breakpoint, to handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=off: stepi on breakpoint, skip handler, no handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: next on breakpoint, skip handler: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: displaced=on: nexti on breakpoint, skip handler, with sw-watchpoint: set itimer = itimer_real
PASS -> FAIL: gdb.base/sigstep.exp: stepi to handler entry: performing stepi
PASS -> FAIL: gdb.base/sigstep.exp: validate backtrace: backtrace for nexti
PASS -> FAIL: gdb.base/sigstep.exp: validate backtrace: continue to stepi handler
PASS -> FAIL: gdb.base/step-bt.exp: backtrace after second instruction step
PASS -> FAIL: gdb.base/watchpoint-solib.exp: continue to foo
PASS -> FAIL: gdb.base/watchpoint-solib.exp: continue to foo again
PASS -> FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit
PASS -> FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit again
PASS -> FAIL: gdb.base/watchpoint-solib.exp: set pending breakpoint
PASS -> FAIL: gdb.base/watchpoint-solib.exp: set watchpoint on g
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: continue with watch -location
new UNRESOLVED: gdb.base/watchpoint.exp: no-hw: info breakpoints
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watch -location .x
PASS -> UNRESOLVED: gdb.base/watchpoint.exp: no-hw: watch buf
PASS -> FAIL: gdb.base/watchpoint.exp: no-hw: watchpoint on buf hit
FAIL -> UNRESOLVED: gdb.cp/mb-templates.exp: can't run to main for multi_line_foo tests.
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print mf2
PASS -> FAIL: gdb.cp/rvalue-ref-params.exp: print value of f1 on
PASS -> FAIL: gdb.dwarf2/dw2-lexical-block-bare.exp: p testvar
PASS -> UNRESOLVED: gdb.linespec/break-ask.exp: break twodup relative other
new FAIL: gdb.linespec/break-ask.exp: info breakpoints
PASS -> FAIL: gdb.mi/mi-dprintf.exp: mi 2nd dprintf, agent
new UNRESOLVED: gdb.python/py-type.exp: lang_cpp: setting breakpoint at 117
PASS -> FAIL: gdb.threads/bp_in_thread.exp: breakpoint on noreturn
new UNRESOLVED: gdb.threads/continue-pending-after-query.exp: iter 10: info breakpoints
new FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: continue: setting breakpoint at 111
PASS -> FAIL: gdb.threads/multiple-step-overs.exp: displaced=off: signal thr3: queue-signal SIGUSR1
PASS -> FAIL: gdb.threads/print-threads.exp: set var slow = 0
============================
*** 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/Ubuntu-Aarch64-native-gdbserver-m64/xfails/master/xfail?id=>
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/Ubuntu-Aarch64-native-gdbserver-m64/xfails/master/xfail.table?id=>
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2019-01-04 4:42 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-03 18:01 [binutils-gdb] S12Z: opcodes: Separate the decoding of operations from their display sergiodj+buildbot
2019-01-03 18:01 ` Failures on Fedora-i686, branch master sergiodj+buildbot
2019-01-03 18:06 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2019-01-03 18:27 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2019-01-03 18:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2019-01-03 18:40 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2019-01-03 18:52 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2019-01-03 18:53 ` Failures on Debian-s390x-m64, " sergiodj+buildbot
2019-01-03 19:01 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2019-01-03 19:19 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2019-01-03 19:26 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2019-01-04 3:10 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
2019-01-04 4:42 ` Failures on Ubuntu-Aarch64-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).