public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result
@ 2018-11-07 22:35 sergiodj+buildbot
2018-11-07 22:39 ` Failures on Fedora-i686, branch master sergiodj+buildbot
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-07 22:35 UTC (permalink / raw)
To: gdb-testers
*** TEST RESULTS FOR COMMIT 07deea26b5c3dfefe50dff74925e903b826acf22 ***
Author: Joel Brobecker <brobecker@adacore.com>
Branch: master
Commit: 07deea26b5c3dfefe50dff74925e903b826acf22
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
The purpose of this patch is not to fix a bug per se, but rather
to robustify this function to make sure it never returns a struct
ada_task_info where some of the fields are left uninitialized.
Reading the current implementation, it attempts to methodically
set them all one by one: but it's not excluded that a future
change might miss something. A memset is cheap and make sure that
this function returns repeatable results.
This in turns allows us to remove some assignments which have become
redundant.
gdb/ChangeLog:
* ada-tasks.c (read_atcb): Clear task_info before computing
the value of each of its fields.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-i686, branch master
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
@ 2018-11-07 22:39 ` sergiodj+buildbot
2018-11-07 22:49 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-07 22:39 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-4
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-i686/builds/11435>
Commit(s) tested:
07deea26b5c3dfefe50dff74925e903b826acf22
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-i686/07/07deea26b5c3dfefe50dff74925e903b826acf22/>
*** 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/Fedora-i686/xfails/master/xfail?id=2784a080>
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=2784a080>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-x86_64-cc-with-index, branch master
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
2018-11-07 22:39 ` Failures on Fedora-i686, branch master sergiodj+buildbot
@ 2018-11-07 22:49 ` sergiodj+buildbot
2018-11-07 23:13 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-07 22:49 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/11349>
Commit(s) tested:
07deea26b5c3dfefe50dff74925e903b826acf22
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-cc-with-index/07/07deea26b5c3dfefe50dff74925e903b826acf22/>
*** 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:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-cc-with-index/xfails/master/xfail?id=353d7162>
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=353d7162>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
2018-11-07 22:39 ` Failures on Fedora-i686, branch master sergiodj+buildbot
2018-11-07 22:49 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2018-11-07 23:13 ` sergiodj+buildbot
2018-11-07 23:30 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-07 23:13 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-3
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m32/builds/11113>
Commit(s) tested:
07deea26b5c3dfefe50dff74925e903b826acf22
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m32/07/07deea26b5c3dfefe50dff74925e903b826acf22/>
*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: threaded: attach
new UNRESOLVED: gdb.trace/backtrace.exp: can't run to main to check for trace support
new UNRESOLVED: gdb.trace/backtrace.exp: 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:
<https://git.sergiodj.net/gdb-xfails.git/tree/xfails/Fedora-x86_64-native-extended-gdbserver-m32/xfails/master/xfail?id=27660b60>
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=27660b60>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
` (2 preceding siblings ...)
2018-11-07 23:13 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2018-11-07 23:30 ` sergiodj+buildbot
2018-11-07 23:31 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-07 23:30 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-1
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-extended-gdbserver-m64/builds/11384>
Commit(s) tested:
07deea26b5c3dfefe50dff74925e903b826acf22
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-extended-gdbserver-m64/07/07deea26b5c3dfefe50dff74925e903b826acf22/>
*** Diff to previous build ***
============================
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: threaded: attach
============================
*** 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=afbcf1ed>
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=afbcf1ed>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
` (3 preceding siblings ...)
2018-11-07 23:30 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-11-07 23:31 ` sergiodj+buildbot
2018-11-08 0:04 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-07 23:31 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-4
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-native-gdbserver-m64/builds/11351>
Commit(s) tested:
07deea26b5c3dfefe50dff74925e903b826acf22
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m64/07/07deea26b5c3dfefe50dff74925e903b826acf22/>
*** Diff to previous build ***
============================
PASS -> FAIL: gdb.arch/i386-signal.exp: backtrace 10
PASS -> FAIL: gdb.arch/i386-signal.exp: finish
============================
*** 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=f8a0ccf0>
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=f8a0ccf0>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-x86_64-m64, branch master
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
` (4 preceding siblings ...)
2018-11-07 23:31 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-11-08 0:04 ` sergiodj+buildbot
2018-11-08 0:11 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-08 0:04 UTC (permalink / raw)
To: gdb-testers
Buildslave:
fedora-x86-64-3
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-m64/builds/11484>
Commit(s) tested:
07deea26b5c3dfefe50dff74925e903b826acf22
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m64/07/07deea26b5c3dfefe50dff74925e903b826acf22/>
*** 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=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-m64/xfails/master/xfail?id=429f8aa3>
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=429f8aa3>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-x86_64-m32, branch master
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
` (5 preceding siblings ...)
2018-11-08 0:04 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2018-11-08 0:11 ` sergiodj+buildbot
2018-11-08 0:34 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-08 0:11 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/11189>
Commit(s) tested:
07deea26b5c3dfefe50dff74925e903b826acf22
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-m32/07/07deea26b5c3dfefe50dff74925e903b826acf22/>
*** Diff to previous build ***
============================
new FAIL: gdb.base/corefile.exp: core-file warning-free
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=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-m32/xfails/master/xfail?id=252f4af6>
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=252f4af6>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
` (6 preceding siblings ...)
2018-11-08 0:11 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
@ 2018-11-08 0:34 ` sergiodj+buildbot
2018-11-08 4:52 ` Failures on RHEL-s390x-m64, " sergiodj+buildbot
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-08 0:34 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/11122>
Commit(s) tested:
07deea26b5c3dfefe50dff74925e903b826acf22
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Fedora-x86_64-native-gdbserver-m32/07/07deea26b5c3dfefe50dff74925e903b826acf22/>
*** Diff to previous build ***
============================
new FAIL: gdb.base/corefile.exp: core-file warning-free
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=separate:
============================
*** 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=a94ee872>
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=a94ee872>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on RHEL-s390x-m64, branch master
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
` (7 preceding siblings ...)
2018-11-08 0:34 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2018-11-08 4:52 ` sergiodj+buildbot
2018-11-09 11:08 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-08 4:52 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/8753>
Commit(s) tested:
07deea26b5c3dfefe50dff74925e903b826acf22
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/07/07deea26b5c3dfefe50dff74925e903b826acf22/>
*** 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/RHEL-s390x-m64/xfails/master/xfail?id=f63d7267>
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=f63d7267>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
` (8 preceding siblings ...)
2018-11-08 4:52 ` Failures on RHEL-s390x-m64, " sergiodj+buildbot
@ 2018-11-09 11:08 ` sergiodj+buildbot
2018-11-09 11:15 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-09 11:08 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/115>
Commit(s) tested:
07deea26b5c3dfefe50dff74925e903b826acf22
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-extended-gdbserver-m64/07/07deea26b5c3dfefe50dff74925e903b826acf22/>
*** Diff to previous build ***
============================
new UNRESOLVED: gdb.ada/array_of_variable_length.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: print pck.a
PASS -> FAIL: gdb.ada/array_of_variable_length.exp: ptype $
PASS -> UNRESOLVED: gdb.ada/array_of_variable_length.exp: ptype pck.a
new UNRESOLVED: gdb.ada/convvar_comp.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.ada/dot_all.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/watch_arg.exp: continuing to second breakpoint
PASS -> FAIL: gdb.ada/watch_arg.exp: continuing until watchpoint automatic deletion
new UNRESOLVED: gdb.ada/watch_arg.exp: delete all breakpoints in delete_breakpoints
PASS -> FAIL: gdb.ada/watch_arg.exp: insert second breakpoint in watch.adb
PASS -> UNRESOLVED: gdb.ada/watch_arg.exp: set watchpoint on function argument X
new UNRESOLVED: gdb.base/gnu_vector.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.base/gnu_vector.exp: runto main
PASS -> UNRESOLVED: gdb.base/inferior-died.exp: set detach-on-fork off
PASS -> FAIL: gdb.base/multi-forks.exp: run to exit 1
new UNRESOLVED: gdb.cp/filename.exp: delete all breakpoints in delete_breakpoints
new UNRESOLVED: gdb.cp/pr-574.exp: delete all breakpoints in delete_breakpoints
PASS -> UNRESOLVED: gdb.dwarf2/dw2-icycle.exp: echo life check\n
new FAIL: gdb.gdb/complaints.exp: clear complaints
PASS -> UNRESOLVED: gdb.mi/mi-threads-interrupt.exp: check thread states
new FAIL: gdb.mi/mi-threads-interrupt.exp: continue
PASS -> FAIL: gdb.mi/mi-threads-interrupt.exp: interrupt reported
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: check recvmsg record - rdata
PASS -> FAIL: gdb.reverse/recvmsg-reverse.exp: reverse to marker1
PASS -> UNRESOLVED: gdb.threads/attach-into-signal.exp: threaded: attach
new FAIL: gdb.threads/attach-into-signal.exp: threaded: thread apply 2 print $_siginfo.si_signo
PASS -> FAIL: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt
PASS -> UNRESOLVED: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped, after setting file
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 14
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
PASS -> FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: hardware breakpoints work
PASS -> UNRESOLVED: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: show detach-on-fork
============================
*** 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-Aarch64-native-gdbserver-m64, branch master
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
` (9 preceding siblings ...)
2018-11-09 11:08 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-11-09 11:15 ` sergiodj+buildbot
2018-11-09 14:37 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-11-09 14:41 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-09 11:15 UTC (permalink / raw)
To: gdb-testers
Buildslave:
ubuntu16-aarch64
Full Build URL:
<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-native-gdbserver-m64/builds/4484>
Commit(s) tested:
07deea26b5c3dfefe50dff74925e903b826acf22
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-gdbserver-m64/07/07deea26b5c3dfefe50dff74925e903b826acf22/>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
` (10 preceding siblings ...)
2018-11-09 11:15 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-11-09 14:37 ` sergiodj+buildbot
2018-11-09 14:41 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-09 14:37 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/7059>
Commit(s) tested:
07deea26b5c3dfefe50dff74925e903b826acf22
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Debian-s390x-native-extended-gdbserver-m64/07/07deea26b5c3dfefe50dff74925e903b826acf22/>
*** 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=1143a788>
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=1143a788>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Failures on Debian-s390x-native-gdbserver-m64, branch master
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
` (11 preceding siblings ...)
2018-11-09 14:37 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-11-09 14:41 ` sergiodj+buildbot
12 siblings, 0 replies; 14+ messages in thread
From: sergiodj+buildbot @ 2018-11-09 14:41 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/6917>
Commit(s) tested:
07deea26b5c3dfefe50dff74925e903b826acf22
Author(s) (in the same order as the commits):
Joel Brobecker <brobecker@adacore.com>
Subject:
ada-tasks.c::read_atcb: start from a cleared ada_task_info result
Testsuite log (gdb.sum and gdb.log) URL(s):
<http://gdb-build.sergiodj.net/results/Debian-s390x-native-gdbserver-m64/07/07deea26b5c3dfefe50dff74925e903b826acf22/>
*** Diff to previous build ***
============================
new FAIL: gdb.arch/s390-multiarch.exp: core-file #2
new FAIL: gdb.arch/s390-multiarch.exp: core-file #3
new FAIL: gdb.arch/s390-multiarch.exp: core-file
new FAIL: gdb.arch/s390-vregs.exp: info registers vector
new KFAIL: gdb.base/argv0-symlink.exp: kept directory symbolic link name
new FAIL: gdb.base/break-idempotent.exp: always-inserted off: break: continue
new FAIL: gdb.base/break-idempotent.exp: always-inserted off: hbreak: continue
new FAIL: gdb.base/break-idempotent.exp: always-inserted off: watch: continue
new FAIL: gdb.base/break-idempotent.exp: always-inserted on: break: continue
new FAIL: gdb.base/break-idempotent.exp: always-inserted on: hbreak: continue
new FAIL: gdb.base/break-idempotent.exp: always-inserted on: watch: continue
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted off: break: continue
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted off: hbreak: continue
new FAIL: gdb.base/break-unload-file.exp: cmdline: always-inserted on: break: continue
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted off: break: continue
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted off: hbreak: continue
new FAIL: gdb.base/break-unload-file.exp: file: always-inserted on: break: continue
new FAIL: gdb.base/call-sc.exp: value foo returned; return call-sc-tld
new FAIL: gdb.base/commands.exp: watchpoint_command_test: continue with watch
new FAIL: gdb.base/compare-sections.exp: after reload: compare-sections
new FAIL: gdb.base/compare-sections.exp: after reload: compare-sections -r
new FAIL: gdb.base/compare-sections.exp: after run to main: compare-sections
new FAIL: gdb.base/compare-sections.exp: after run to main: compare-sections -r
new FAIL: gdb.base/compare-sections.exp: compare-sections .text
new FAIL: gdb.base/compare-sections.exp: read-only: get value of read-only section
new FAIL: gdb.base/dfp-test.exp: correct _Decimal128 return value from called function.
new FAIL: gdb.base/display.exp: first disp
new FAIL: gdb.base/display.exp: next hit
new FAIL: gdb.base/display.exp: second disp
new FAIL: gdb.base/dump.exp: array as memory, ihex; file restored ok
new FAIL: gdb.base/dump.exp: array as memory, ihex; value restored ok
new FAIL: gdb.base/dump.exp: array as memory, srec; value restored ok
new FAIL: gdb.base/dump.exp: array as memory, tekhex; value restored ok
new FAIL: gdb.base/dump.exp: array as value, ihex; file restored ok
new FAIL: gdb.base/dump.exp: array as value, ihex; value restored ok
new FAIL: gdb.base/dump.exp: array as value, srec; value restored ok
new FAIL: gdb.base/dump.exp: array as value, tekhex; value restored ok
new FAIL: gdb.base/dump.exp: array copy, ihex; file restored ok
new FAIL: gdb.base/dump.exp: array copy, ihex; value restored ok
new FAIL: gdb.base/dump.exp: array copy, srec; value restored ok
new FAIL: gdb.base/dump.exp: array copy, tekhex; value restored ok
new FAIL: gdb.base/dump.exp: array partial with expressions; file restored ok
new FAIL: gdb.base/dump.exp: array partial with expressions; value restored ok
new FAIL: gdb.base/dump.exp: array partial, ihex; file restored ok
new FAIL: gdb.base/dump.exp: array partial, ihex; value restored ok
new FAIL: gdb.base/dump.exp: array partial, srec; file restored ok
new FAIL: gdb.base/dump.exp: array partial, srec; value restored ok
new FAIL: gdb.base/dump.exp: array partial, tekhex; file restored ok
new FAIL: gdb.base/dump.exp: array partial, tekhex; value restored ok
new FAIL: gdb.base/dump.exp: dump array as memory, ihex
new FAIL: gdb.base/dump.exp: dump array as value, intel hex
new FAIL: gdb.base/dump.exp: dump struct as memory, ihex
new FAIL: gdb.base/dump.exp: dump struct as value, intel hex
new UNRESOLVED: gdb.base/dump.exp: reload array as memory, intel hex; capture
new FAIL: gdb.base/dump.exp: reload array as memory, intel hex; value restored ok
new FAIL: gdb.base/dump.exp: reload array as memory, srec; value restored ok
new FAIL: gdb.base/dump.exp: reload array as memory, tekhex; value restored ok
new UNRESOLVED: gdb.base/dump.exp: reload array as value, intel hex; capture
new FAIL: gdb.base/dump.exp: reload array as value, intel hex; value restored ok
new FAIL: gdb.base/dump.exp: reload array as value, srec; value restored ok
new FAIL: gdb.base/dump.exp: reload array as value, tekhex; value restored ok
new UNRESOLVED: gdb.base/dump.exp: reload struct as memory, intel hex; capture
new FAIL: gdb.base/dump.exp: reload struct as memory, intel hex; value restored ok
new FAIL: gdb.base/dump.exp: reload struct as memory, srec; value restored ok
new FAIL: gdb.base/dump.exp: reload struct as memory, tekhex; value restored ok
new UNRESOLVED: gdb.base/dump.exp: reload struct as value, intel hex; capture
new FAIL: gdb.base/dump.exp: reload struct as value, intel hex; value restored ok
new FAIL: gdb.base/dump.exp: reload struct as value, srec; value restored ok
new FAIL: gdb.base/dump.exp: reload struct as value, tekhex; value restored ok
new FAIL: gdb.base/dump.exp: struct as memory, ihex; file restored ok
new FAIL: gdb.base/dump.exp: struct as memory, ihex; value restored ok
new FAIL: gdb.base/dump.exp: struct as memory, srec; value restored ok
new FAIL: gdb.base/dump.exp: struct as memory, tekhex; value restored ok
new FAIL: gdb.base/dump.exp: struct as value, ihex; file restored ok
new FAIL: gdb.base/dump.exp: struct as value, ihex; value restored ok
new FAIL: gdb.base/dump.exp: struct as value, srec; value restored ok
new FAIL: gdb.base/dump.exp: struct as value, tekhex; value restored ok
new FAIL: gdb.base/dump.exp: struct copy, ihex; file restored ok
new FAIL: gdb.base/dump.exp: struct copy, ihex; value restored ok
new FAIL: gdb.base/dump.exp: struct copy, srec; value restored ok
new FAIL: gdb.base/dump.exp: struct copy, tekhex; value restored ok
new FAIL: gdb.base/finish-pretty.exp: finish foo prettyprinted function result
new KFAIL: gdb.base/foll-vfork.exp: exit: vfork child follow, finish after tcatch vfork: finish
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at continue
new FAIL: gdb.base/gdb11531.exp: watchpoint variable triggers at next
new FAIL: gdb.base/hbreak-unmapped.exp: hbreak *0
new FAIL: gdb.base/hbreak.exp: continue to break-at-exit after hbreak
new KFAIL: gdb.base/info-macros.exp: info macros info-macros.c:42
new FAIL: gdb.base/interrupt-daemon.exp: bg: continue&
new FAIL: gdb.base/interrupt-daemon.exp: bg: interrupt
new FAIL: gdb.base/interrupt-daemon.exp: bg: interrupt cmd stops process
new FAIL: gdb.base/interrupt-daemon.exp: fg: ctrl-c stops process
new FAIL: gdb.base/longjmp.exp: next over call_longjmp
new FAIL: gdb.base/longjmp.exp: next over longjmp
new KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP1_2 defined/undefined when stopped at macscp4_1_from_macscp3
new KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP1_2 defined/undefined when stopped at macscp4_2_from_macscp3
new KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP2_2 defined/undefined when stopped at macscp4_1_from_macscp3
new KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP2_2 defined/undefined when stopped at macscp4_2_from_macscp3
new KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP3_1 defined/undefined when stopped at macscp4_1_from_macscp3
new KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP3_1 defined/undefined when stopped at macscp4_2_from_macscp3
new KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp4_2_from_macscp3
new KFAIL: gdb.base/macscp.exp: BEFORE_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp4_1_from_macscp3
new KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP1_2 defined/undefined when stopped at macscp4_1_from_macscp3
new KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP1_2 defined/undefined when stopped at macscp4_2_from_macscp3
new KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP2_2 defined/undefined when stopped at macscp4_1_from_macscp3
new KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP2_2 defined/undefined when stopped at macscp4_2_from_macscp3
new KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP3_1 defined/undefined when stopped at macscp4_1_from_macscp3
new KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP3_1 defined/undefined when stopped at macscp4_2_from_macscp3
new KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP4_1_FROM_MACSCP3 defined/undefined when stopped at macscp4_2_from_macscp3
new KFAIL: gdb.base/macscp.exp: UNTIL_MACSCP4_2_FROM_MACSCP2 defined/undefined when stopped at macscp4_1_from_macscp3
new KFAIL: gdb.base/macscp.exp: info macro WHERE after `list macscp_4_2_from_macscp3'
new KFAIL: gdb.base/macscp.exp: info macro WHERE stopped in macscp4_1_from_macscp3
new KFAIL: gdb.base/macscp.exp: info macro WHERE stopped in macscp4_2_from_macscp3
new FAIL: gdb.base/pr11022.exp: breakpoint hit
new FAIL: gdb.base/pr11022.exp: breakpoint hit 2
new FAIL: gdb.base/pr11022.exp: watchpoint hit
new FAIL: gdb.base/pr11022.exp: watchpoint hit 2
new KFAIL: gdb.base/radix.exp: print 20.; expect 14; output radix 16
new KFAIL: gdb.base/radix.exp: print 20.; expect 24; output radix 8
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to first instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: continue to recurse
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, first time
new FAIL: gdb.base/recurse.exp: continue to second instance watchpoint, second time
new FAIL: gdb.base/recurse.exp: first instance watchpoint deleted when leaving scope
new FAIL: gdb.base/recurse.exp: next over b = 0 in second instance
new FAIL: gdb.base/recurse.exp: second instance watchpoint deleted when leaving scope
new KFAIL: gdb.base/sigbpt.exp: stepi bp at segv; stepi out of handler
new KFAIL: gdb.base/sigbpt.exp: stepi bp before and at segv; stepi out of handler
new KFAIL: gdb.base/sigbpt.exp: stepi bp before segv; stepi out of handler
new KFAIL: gdb.base/sigbpt.exp: stepi; stepi out of handler
new FAIL: gdb.base/solib-corrupted.exp: corrupted list
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=auto: stepi
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=off: stepi
new FAIL: gdb.base/step-over-no-symbols.exp: displaced=on: stepi
new FAIL: gdb.base/store.exp: upvar double l; print new l, expecting 4
new FAIL: gdb.base/store.exp: upvar double l; print old l, expecting -1
new FAIL: gdb.base/store.exp: upvar double l; print old r, expecting -2
new FAIL: gdb.base/store.exp: upvar double l; set l to 4
new FAIL: gdb.base/store.exp: upvar doublest l; print new l, expecting 4
new FAIL: gdb.base/store.exp: upvar doublest l; print old l, expecting -1
new FAIL: gdb.base/store.exp: upvar doublest l; print old r, expecting -2
new FAIL: gdb.base/store.exp: upvar doublest l; set l to 4
new FAIL: gdb.base/store.exp: upvar float l; print new l, expecting 4
new FAIL: gdb.base/store.exp: upvar float l; print old l, expecting -1
new FAIL: gdb.base/store.exp: upvar float l; print old r, expecting -2
new FAIL: gdb.base/store.exp: upvar float l; set l to 4
new FAIL: gdb.base/store.exp: var doublest l; print incremented l, expecting 2
new FAIL: gdb.base/store.exp: var doublest l; print old l, expecting -1
new FAIL: gdb.base/store.exp: var doublest l; print old r, expecting -2
new KFAIL: gdb.base/utf8-identifiers.exp: tab complete "break fun"
new FAIL: gdb.base/value-double-free.exp: continue
new FAIL: gdb.base/vla-optimized-out.exp: o1: printed size of optimized out vla
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: continue until exit
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 0->1: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 0->1: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.a: 1->0: print expression before
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 0->5: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: continue
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression after
new FAIL: gdb.base/watch-bitfields.exp: -location watch against bitfields: q.e: 5->4: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: continue until exit
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 0->4: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 0->4: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 1->0: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 1->0: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 10->3: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 2->1: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 3->2: print expression before
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: continue
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: print expression after
new FAIL: gdb.base/watch-bitfields.exp: regular watch against bitfields: q.d + q.f + q.g: 4->10: print expression before
new FAIL: gdb.base/watch-cond-infcall.exp: hw: continue
new FAIL: gdb.base/watch-cond.exp: condition of watchpoint 2 changes
new FAIL: gdb.base/watch-cond.exp: watchpoint on global2 variable triggers
new FAIL: gdb.base/watch-cond.exp: watchpoint stops with untestable local expression
new FAIL: gdb.base/watch-cond.exp: watchpoint with global expression, local condition evaluates in correct frame
new FAIL: gdb.base/watch-cond.exp: watchpoint with local expression, local condition evaluates in correct frame
new FAIL: gdb.base/watchpoint-solib.exp: continue to foo again
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit
new FAIL: gdb.base/watchpoint-solib.exp: continue to watchpoint hit again
new FAIL: gdb.base/watchpoint-unaligned.exp: continue
new FAIL: gdb.base/watchpoint-unaligned.exp: size8twice write
new FAIL: gdb.base/watchpoint-unaligned.exp: wp
new FAIL: gdb.base/watchpoint-unaligned.exp: wpcount
new FAIL: gdb.base/watchpoint.exp: back at main from marker1
new FAIL: gdb.base/watchpoint.exp: continue after trigger static local watch
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint at func1
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here, second time
new FAIL: gdb.base/watchpoint.exp: continue to breakpoint: func2 breakpoint here, third time
new FAIL: gdb.base/watchpoint.exp: continue to marker2
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_complex_watchpoint
new FAIL: gdb.base/watchpoint.exp: continue until exit at continue to exit in test_simple_watchpoint
new FAIL: gdb.base/watchpoint.exp: continue with watch -location
new FAIL: gdb.base/watchpoint.exp: continue with watch foo2
new FAIL: gdb.base/watchpoint.exp: continue with watch foo4
new FAIL: gdb.base/watchpoint.exp: did not trigger wrong watchpoint
new FAIL: gdb.base/watchpoint.exp: global_ptr next
new FAIL: gdb.base/watchpoint.exp: global_ptr_ptr next
new FAIL: gdb.base/watchpoint.exp: local_x: cont
new FAIL: gdb.base/watchpoint.exp: local_x: next past local_x initialization
new FAIL: gdb.base/watchpoint.exp: local_x: self-delete local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: local_x: set local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: local_x: trigger local watch in recursive call
new FAIL: gdb.base/watchpoint.exp: next after watch x
new FAIL: gdb.base/watchpoint.exp: next over buffer set
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr buffer set
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr init
new FAIL: gdb.base/watchpoint.exp: next over global_ptr_ptr pointer advance
new FAIL: gdb.base/watchpoint.exp: next over ptr init
new FAIL: gdb.base/watchpoint.exp: next to `for' in watchpoint.exp
new FAIL: gdb.base/watchpoint.exp: recurser::local_x: continue to marker6
new FAIL: gdb.base/watchpoint.exp: recurser::local_x: continue to recurser
new FAIL: gdb.base/watchpoint.exp: recurser::local_x: next past local_x initialization
new FAIL: gdb.base/watchpoint.exp: recurser::local_x: self-delete local watch with explicit scope in recursive call
new FAIL: gdb.base/watchpoint.exp: recurser::local_x: set local watch in recursive call with explicit scope
new FAIL: gdb.base/watchpoint.exp: recurser::local_x: trigger local watch with explicit scope in recursive call
new FAIL: gdb.base/watchpoint.exp: self-delete local watch
new FAIL: gdb.base/watchpoint.exp: self-delete partially local watch
new FAIL: gdb.base/watchpoint.exp: step to ival2 assignment
new FAIL: gdb.base/watchpoint.exp: test complex watchpoint
new FAIL: gdb.base/watchpoint.exp: trigger local watch
new FAIL: gdb.base/watchpoint.exp: trigger static local watch
new FAIL: gdb.base/watchpoint.exp: trigger1 partially local watch
new FAIL: gdb.base/watchpoint.exp: trigger2 partially local watch
new FAIL: gdb.base/watchpoint.exp: until out of loop
new FAIL: gdb.base/watchpoint.exp: until to ival1 assignment
new FAIL: gdb.base/watchpoint.exp: until to ival3 assignment
new FAIL: gdb.base/watchpoint.exp: watchpoint disabled in table
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 1
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 2
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 3
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 4
new FAIL: gdb.base/watchpoint.exp: watchpoint hit count is 5
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, first time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit in test_disabling_watchpoints, second time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoint.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 1
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 2
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 4
new FAIL: gdb.base/watchpoints.exp: watchpoint hit count is 5
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fifth time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, first time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, fourth time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, second time
new FAIL: gdb.base/watchpoints.exp: watchpoint hit, third time
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit count is 2
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit count is 3
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, second time
new FAIL: gdb.base/watchpoints.exp: watchpoint ival1 hit, third time
new FAIL: gdb.base/write_mem.exp: x /xh main
new KFAIL: gdb.cp/demangle.exp: lucid: __vtbl__3foo__vt_cc_main_
new FAIL: gdb.cp/exceptprint.exp: int: print exception value at catch
new FAIL: gdb.cp/exceptprint.exp: int: print exception value at throw
new FAIL: gdb.cp/exceptprint.exp: reference to struct: print exception value at catch
new FAIL: gdb.cp/exceptprint.exp: string: print exception value at catch
new FAIL: gdb.cp/exceptprint.exp: struct: print exception value at catch
new KFAIL: gdb.cp/local.exp: ptype InnerLocal::NestedInnerLocal
new FAIL: gdb.cp/no-dmgl-verbose.exp: setting breakpoint at 'f
new KFAIL: gdb.cp/oranking.exp: p foo0
new KFAIL: gdb.cp/oranking.exp: p foo10
new KFAIL: gdb.cp/oranking.exp: p foo11
new KFAIL: gdb.cp/oranking.exp: p foo13
new KFAIL: gdb.cp/oranking.exp: p foo14
new KFAIL: gdb.cp/oranking.exp: p foo2
new KFAIL: gdb.cp/rvalue-ref-overload.exp: rvalue reference overload
new KFAIL: gdb.cp/templates.exp: ptype fvpchar
new FAIL: gdb.cp/typeid.exp: before starting: print &typeid
new KFAIL: gdb.cp/var-tag.exp: global collision: print global
new KFAIL: gdb.cp/virtfunc.exp: print pEe->D::vg
new FAIL: gdb.cp/watch-cp.exp: continue
new FAIL: gdb.dwarf2/dw2-anon-mptr.exp: ptype crash
new FAIL: gdb.dwarf2/dw2-opt-structptr.exp: mi: get children of var1
new FAIL: gdb.dwarf2/dw2-ranges.exp: info line main3
new KFAIL: gdb.dwarf2/dw2-simple-locdesc.exp: p &s.shl
new FAIL: gdb.dwarf2/member-ptr-forwardref.exp: ptype c
new FAIL: gdb.dwarf2/varval.exp: print varval2
new FAIL: gdb.fortran/short-circuit-argument-list.exp: arg=No: p function_no_arg_false
new FAIL: gdb.fortran/short-circuit-argument-list.exp: arg=One: p function_no_arg_false
new FAIL: gdb.fortran/short-circuit-argument-list.exp: arg=Two: p function_no_arg_false
new FAIL: gdb.fortran/short-circuit-argument-list.exp: p function_one_arg
new FAIL: gdb.gdb/unittest.exp: maintenance selftest
new FAIL: gdb.mi/mi-async.exp: CLI next: send
new FAIL: gdb.mi/mi-async.exp: CLI next: stop
new FAIL: gdb.mi/mi-async.exp: restart: send
new FAIL: gdb.mi/mi-async.exp: restart: stop
new FAIL: gdb.mi/mi-async.exp: start: send
new FAIL: gdb.mi/mi-async.exp: start: stop
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: break-insert -r operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: insert breakpoint with regexp .*llee
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: insert breakpoint with regexp callee
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: insert breakpoint with regexp callee2
new KFAIL: gdb.mi/mi-break.exp: mi-mode=main: list of breakpoints
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=separate:
new KFAIL: gdb.mi/mi-break.exp: mi-mode=separate: break-insert -r operation
new KFAIL: gdb.mi/mi-break.exp: mi-mode=separate: insert breakpoint with regexp .*llee
new KFAIL: gdb.mi/mi-break.exp: mi-mode=separate: insert breakpoint with regexp callee
new KFAIL: gdb.mi/mi-break.exp: mi-mode=separate: insert breakpoint with regexp callee2
new KFAIL: gdb.mi/mi-break.exp: mi-mode=separate: list of breakpoints
new FAIL: gdb.mi/mi-detach.exp: detach
new KFAIL: gdb.mi/mi-until.exp: until after while loop
new FAIL: gdb.mi/mi-watch-nonstop.exp: resume 1
new FAIL: gdb.mi/mi-watch.exp: mi-mode=main: wp-type=hw: watchpoint trigger
new FAIL: gdb.mi/mi-watch.exp: mi-mode=separate: wp-type=hw: watchpoint trigger
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": breakpoint hit 2
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory &x x 4 "01": watchpoint hit 2
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": breakpoint hit 2
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit
new FAIL: gdb.mi/pr11022.exp: data-write-memory-bytes &x "01": watchpoint hit 2
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: continue in inferior 1
new FAIL: gdb.multi/watchpoint-multi-exit.exp: dispose=exit: run to exit inferior 2
new KFAIL: gdb.opt/inline-cmds.exp: next to second func1
new KFAIL: gdb.opt/inline-locals.exp: info locals above bar 2
new KFAIL: gdb.opt/inline-locals.exp: info locals above bar 3
new KFAIL: gdb.pascal/types.exp: pt 'a simple string'
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_eval_funcs: Test watchpoint write
new FAIL: gdb.python/py-breakpoint.exp: test_bkpt_internal: Test watchpoint write
new FAIL: gdb.python/py-breakpoint.exp: test_watchpoints: Test watchpoint write
new KFAIL: gdb.python/py-evsignal.exp: Signal Thread 3
new FAIL: gdb.python/py-value-cc.exp: u's second field via field
new FAIL: gdb.rust/expr.exp: print $_isvoid
new FAIL: gdb.rust/expr.exp: print [1,2,3,4]
new FAIL: gdb.rust/expr.exp: print [mut 1,2,3,4]
new FAIL: gdb.rust/expr.exp: ptype [1,2,3,4]
new FAIL: gdb.server/solib-list.exp: non-stop 0: p libvar
new FAIL: gdb.server/solib-list.exp: non-stop 1: p libvar
new FAIL: gdb.server/unittest.exp: unit tests
new FAIL: gdb.stabs/gdb11479.exp: Inspect t in test forced_stabs
new FAIL: gdb.stabs/gdb11479.exp: Inspect t in test2 forced_stabs
new FAIL: gdb.threads/execl.exp: continue across exec
new FAIL: gdb.threads/execl.exp: continue until exit
new FAIL: gdb.threads/execl.exp: info threads after exec
new FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint automatically deleted
new FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint still triggers
new FAIL: gdb.threads/local-watch-wrong-thread.exp: local watchpoint triggers
new FAIL: gdb.threads/local-watch-wrong-thread.exp: the other thread stopped on breakpoint
new FAIL: gdb.threads/multiple-successive-infcall.exp: thread=3: created new thread
new FAIL: gdb.threads/multiple-successive-infcall.exp: thread=4: created new thread
new FAIL: gdb.threads/multiple-successive-infcall.exp: thread=5: created new thread
new KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: continue: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: multi-process: detach: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: continue to breakpoint: _exit
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: watchpoint: server exits
new FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: detach: watchpoint: continue to breakpoint: _exit
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
new KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: cond_bp_target=0: inferior 1 exited
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: no thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=off: with thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: no thread-specific bp: step: step
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: continue: continue
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: continue: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: next: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: next: next
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: step: find addresses: continue to watchpoint
new FAIL: gdb.threads/step-over-trips-on-watchpoint.exp: displaced=on: with thread-specific bp: step: step
new FAIL: gdb.threads/tls-core.exp: native: load core file
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: breakpoint
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at A
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: multithreaded watchpoints work at B
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: singlethread watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint A after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: multithreaded: watchpoint B after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: breakpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: child: singlethreaded: watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: breakpoint
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at A
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: multithreaded watchpoints work at B
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: singlethread watchpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint A after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: multithreaded: watchpoint B after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: breakpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: finish
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: hardware breakpoints work
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the first fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoint after the second fork
new FAIL: gdb.threads/watchpoint-fork.exp: parent: singlethreaded: watchpoints work
new FAIL: gdb.threads/watchthreads.exp: combination of threaded watchpoints = 30
new FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[0] hit
new FAIL: gdb.threads/watchthreads.exp: first watchpoint on args[1] hit
new FAIL: gdb.threads/watchthreads.exp: threaded watch loop
new FAIL: gdb.threads/watchthreads.exp: watchpoint on args[0] hit in thread
new FAIL: gdb.threads/watchthreads.exp: watchpoint on args[1] hit in thread
new KFAIL: gdb.threads/watchthreads2.exp: gdb can drop watchpoints in multithreaded app
new FAIL: gdb.threads/watchthreads2.exp: x watch loop
new FAIL: gdb.threads/wp-replication.exp: no hardware watchpoints available
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local char
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local double
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local float
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local int
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member char
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member double
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member float
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected local member int
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #0
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #1
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #2
new FAIL: gdb.trace/collection.exp: collect register locals collectively: collected locarray #3
new FAIL: gdb.trace/collection.exp: collect register locals collectively: start trace experiment
new FAIL: gdb.trace/collection.exp: collect register locals collectively: tfind test frame
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local char
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local double
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local float
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local int
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member char
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member double
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member float
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected local member int
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #0
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #1
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #2
new FAIL: gdb.trace/collection.exp: collect register locals individually: collected locarray #3
new FAIL: gdb.trace/collection.exp: collect register locals individually: define actions
new FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: select trace file
new FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0
new FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
new FAIL: gdb.trace/qtro.exp: qXfer:traceframe-info:read off: trace disassembly
new FAIL: gdb.trace/read-memory.exp: exec to tfile w/ setting traceframe: print testglob
new FAIL: gdb.trace/read-memory.exp: live target tfind: print constglob_not_collected
new FAIL: gdb.trace/read-memory.exp: remote to tfile: w/ setting traceframe: print constglob_not_collected
new FAIL: gdb.trace/read-memory.exp: remote to tfile: w/o setting traceframe: print constglob
new FAIL: gdb.trace/read-memory.exp: remote to tfile: w/o setting traceframe: print constglob_not_collected
new FAIL: gdb.trace/tfile.exp: info tracepoints on trace file
new FAIL: gdb.trace/tfile.exp: print testglob on trace file
new FAIL: gdb.trace/tfile.exp: print testglob2 on trace file
new FAIL: gdb.trace/tfile.exp: tfind 0 on trace file
new FAIL: gdb.trace/tfind.exp: 8.36: trace disassembly
new FAIL: gdb.trace/unavailable.exp: collect globals: global reference shows address but not value
new FAIL: gdb.trace/unavailable.exp: collect globals: non collected const string is still printable
new FAIL: gdb.trace/unavailable.exp: collect globals: print object off: print derived_partial
new FAIL: gdb.trace/unavailable.exp: collect globals: print object off: print derived_whole
new FAIL: gdb.trace/unavailable.exp: collect globals: print object on: print derived_partial
new FAIL: gdb.trace/unavailable.exp: collect globals: print object on: print derived_whole
new FAIL: gdb.trace/unavailable.exp: collect globals: printing constant string through collected pointer
new FAIL: gdb.trace/unavailable.exp: collect globals: referenced integer was not collected
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: <unavailable> is not the same as 0 in array element repetitions
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: No overcollect of almost but not quite adjacent memory ranges
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: examining partially collected object
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: global reference shows address but not value
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: print *g_structref_p
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: print *tarray@3
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: print /x struct_b
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: print /x struct_b.struct_a
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: print /x struct_b.struct_a.array
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: print /x struct_b.struct_a.array[2]
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: print object off: print derived_partial
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: print object off: print derived_whole
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: print object on: print derived_partial
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: print object on: print derived_whole
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: print struct_b
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: print virtual_partial
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: printing constant string through collected pointer
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: printing partially collected string
new FAIL: gdb.trace/unavailable.exp: collect globals: tfile: referenced integer was not collected
new FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: auto locals: tfile: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: register locals: tfile: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: info locals
new FAIL: gdb.trace/unavailable.exp: unavailable locals: static locals: tfile: info locals
new KFAIL: gdb.xml/tdesc-arch.exp: set tdesc filename tdesc-arch.xml
============================
*** 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=c5738df2>
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=c5738df2>
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2018-11-09 14:20 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07 22:35 [binutils-gdb] ada-tasks.c::read_atcb: start from a cleared ada_task_info result sergiodj+buildbot
2018-11-07 22:39 ` Failures on Fedora-i686, branch master sergiodj+buildbot
2018-11-07 22:49 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2018-11-07 23:13 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2018-11-07 23:30 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-11-07 23:31 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2018-11-08 0:04 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2018-11-08 0:11 ` Failures on Fedora-x86_64-m32, " sergiodj+buildbot
2018-11-08 0:34 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2018-11-08 4:52 ` Failures on RHEL-s390x-m64, " sergiodj+buildbot
2018-11-09 11:08 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-11-09 11:15 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
2018-11-09 14:37 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-11-09 14:41 ` Failures on Debian-s390x-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).